public class org.jruby.runtime.callsite.ArefCallSite extends org.jruby.runtime.callsite.MonomorphicCallSite
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.runtime.callsite.ArefCallSite
  super_class: org.jruby.runtime.callsite.MonomorphicCallSite
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.callsite.ArefCallSite this
         0: .line 11
            aload 0 /* this */
            ldc "[]"
            invokespecial org.jruby.runtime.callsite.MonomorphicCallSite.<init>:(Ljava/lang/String;)V
         1: .line 12
            return
        end local 0 // org.jruby.runtime.callsite.ArefCallSite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/runtime/callsite/ArefCallSite;

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, long);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;J)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // org.jruby.runtime.callsite.ArefCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // long fixnum
         0: .line 16
            aload 3 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getArray:()Lorg/jruby/RubyClass;
            if_acmpne 2
         1: .line 17
            aload 3 /* self */
            checkcast org.jruby.RubyArray
            lload 4 /* fixnum */
            invokevirtual org.jruby.RubyArray.entry:(J)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 19
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            lload 4 /* fixnum */
            invokespecial org.jruby.runtime.callsite.MonomorphicCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;J)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // long fixnum
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.ArefCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/runtime/callsite/ArefCallSite;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     4   fixnum  J
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      fixnum   

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jruby.runtime.callsite.ArefCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg
         0: .line 24
            aload 3 /* self */
            invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getArray:()Lorg/jruby/RubyClass;
            if_acmpne 2
         1: .line 25
            aload 3 /* self */
            checkcast org.jruby.RubyArray
            aload 4 /* arg */
            invokevirtual org.jruby.RubyArray.aref:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 27
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* arg */
            invokespecial org.jruby.runtime.callsite.MonomorphicCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.ArefCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/runtime/callsite/ArefCallSite;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     4      arg  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg      
}
SourceFile: "ArefCallSite.java"