class org.jruby.RubyArray$7 implements org.jruby.RubyEnumerator$SizeFn
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyArray$7
  super_class: java.lang.Object
{
  org.jruby.runtime.CallSite op_times;
    descriptor: Lorg/jruby/runtime/CallSite;
    flags: (0x0000) 

  final org.jruby.RubyArray this$0;
    descriptor: Lorg/jruby/RubyArray;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.jruby.runtime.ThreadContext val$context;
    descriptor: Lorg/jruby/runtime/ThreadContext;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.jruby.RubyArray, org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/RubyArray;Lorg/jruby/runtime/ThreadContext;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.RubyArray$7 this
         0: .line 3855
            aload 0 /* this */
            aload 1
            putfield org.jruby.RubyArray$7.this$0:Lorg/jruby/RubyArray;
            aload 0 /* this */
            aload 2
            putfield org.jruby.RubyArray$7.val$context:Lorg/jruby/runtime/ThreadContext;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3856
            aload 0 /* this */
            aload 2
            invokestatic org.jruby.RubyArray.sites:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/JavaSites$ArraySites;
            getfield org.jruby.runtime.JavaSites$ArraySites.op_times:Lorg/jruby/runtime/CallSite;
            putfield org.jruby.RubyArray$7.op_times:Lorg/jruby/runtime/CallSite;
         2: .line 3855
            return
        end local 0 // org.jruby.RubyArray$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/RubyArray$7;
    MethodParameters:
             Name  Flags
      this$0       final
      val$context  final

  public org.jruby.runtime.builtin.IRubyObject size(org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: ([Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=2
        start local 0 // org.jruby.RubyArray$7 this
        start local 1 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 3859
            aload 0 /* this */
            getfield org.jruby.RubyArray$7.val$context:Lorg/jruby/runtime/ThreadContext;
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 2 /* runtime */
        start local 2 // org.jruby.Ruby runtime
         1: .line 3860
            aload 0 /* this */
            getfield org.jruby.RubyArray$7.val$context:Lorg/jruby/runtime/ThreadContext;
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            astore 3 /* n */
        start local 3 // org.jruby.runtime.builtin.IRubyObject n
         2: .line 3862
            aload 0 /* this */
            getfield org.jruby.RubyArray$7.this$0:Lorg/jruby/RubyArray;
            getfield org.jruby.RubyArray.realLength:I
            ifne 4
         3: .line 3863
            aload 2 /* runtime */
            invokestatic org.jruby.RubyFixnum.zero:(Lorg/jruby/Ruby;)Lorg/jruby/RubyFixnum;
            areturn
         4: .line 3866
      StackMap locals: org.jruby.Ruby org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 1 /* args */
            ifnull 6
            aload 1 /* args */
            arraylength
            ifle 6
         5: .line 3867
            aload 1 /* args */
            iconst_0
            aaload
            astore 3 /* n */
         6: .line 3870
      StackMap locals:
      StackMap stack:
            aload 3 /* n */
            ifnull 7
            aload 3 /* n */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifeq 8
         7: .line 3871
      StackMap locals:
      StackMap stack:
            aload 2 /* runtime */
            ldc Infinity
            invokestatic org.jruby.RubyFloat.newFloat:(Lorg/jruby/Ruby;D)Lorg/jruby/RubyFloat;
            areturn
         8: .line 3874
      StackMap locals:
      StackMap stack:
            aload 3 /* n */
            invokestatic org.jruby.RubyNumeric.num2long:(Lorg/jruby/runtime/builtin/IRubyObject;)J
            lstore 4 /* multiple */
        start local 4 // long multiple
         9: .line 3875
            lload 4 /* multiple */
            lconst_0
            lcmp
            ifgt 11
        10: .line 3876
            aload 2 /* runtime */
            invokestatic org.jruby.RubyFixnum.zero:(Lorg/jruby/Ruby;)Lorg/jruby/RubyFixnum;
            areturn
        11: .line 3879
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyArray$7.this$0:Lorg/jruby/RubyArray;
            invokevirtual org.jruby.RubyArray.length:()Lorg/jruby/RubyFixnum;
            astore 6 /* length */
        start local 6 // org.jruby.RubyFixnum length
        12: .line 3880
            aload 0 /* this */
            getfield org.jruby.RubyArray$7.op_times:Lorg/jruby/runtime/CallSite;
            aload 0 /* this */
            getfield org.jruby.RubyArray$7.val$context:Lorg/jruby/runtime/ThreadContext;
            aload 6 /* length */
            aload 6 /* length */
            aload 2 /* runtime */
            lload 4 /* multiple */
            invokestatic org.jruby.RubyFixnum.newFixnum:(Lorg/jruby/Ruby;J)Lorg/jruby/RubyFixnum;
            invokevirtual org.jruby.runtime.CallSite.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 6 // org.jruby.RubyFixnum length
        end local 4 // long multiple
        end local 3 // org.jruby.runtime.builtin.IRubyObject n
        end local 2 // org.jruby.Ruby runtime
        end local 1 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 0 // org.jruby.RubyArray$7 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lorg/jruby/RubyArray$7;
            0   13     1      args  [Lorg/jruby/runtime/builtin/IRubyObject;
            1   13     2   runtime  Lorg/jruby/Ruby;
            2   13     3         n  Lorg/jruby/runtime/builtin/IRubyObject;
            9   13     4  multiple  J
           12   13     6    length  Lorg/jruby/RubyFixnum;
    MethodParameters:
      Name  Flags
      args  
}
SourceFile: "RubyArray.java"
EnclosingMethod: org.jruby.RubyArray.cycleSizeFn:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/RubyEnumerator$SizeFn;
NestHost: org.jruby.RubyArray
InnerClasses:
  org.jruby.RubyArray$7
  public abstract SizeFn = org.jruby.RubyEnumerator$SizeFn of org.jruby.RubyEnumerator
  public ArraySites = org.jruby.runtime.JavaSites$ArraySites of org.jruby.runtime.JavaSites