public class org.jruby.specialized.RubyArrayTwoObject extends org.jruby.specialized.RubyArraySpecialized
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.specialized.RubyArrayTwoObject
  super_class: org.jruby.specialized.RubyArraySpecialized
{
  private org.jruby.runtime.builtin.IRubyObject car;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE

  private org.jruby.runtime.builtin.IRubyObject cdr;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.jruby.Ruby, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.runtime.builtin.IRubyObject car
        start local 3 // org.jruby.runtime.builtin.IRubyObject cdr
         0: .line 30
            aload 0 /* this */
            aload 1 /* runtime */
            iconst_0
            invokespecial org.jruby.specialized.RubyArraySpecialized.<init>:(Lorg/jruby/Ruby;Z)V
         1: .line 31
            aload 0 /* this */
            aload 2 /* car */
            putfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
         2: .line 32
            aload 0 /* this */
            aload 3 /* cdr */
            putfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
         3: .line 33
            aload 0 /* this */
            iconst_2
            putfield org.jruby.specialized.RubyArrayTwoObject.realLength:I
         4: .line 34
            return
        end local 3 // org.jruby.runtime.builtin.IRubyObject cdr
        end local 2 // org.jruby.runtime.builtin.IRubyObject car
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/specialized/RubyArrayTwoObject;
            0    5     1  runtime  Lorg/jruby/Ruby;
            0    5     2      car  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3      cdr  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      runtime  
      car      
      cdr      

  public void <init>(org.jruby.RubyClass, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/RubyClass;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
        start local 1 // org.jruby.RubyClass otherClass
        start local 2 // org.jruby.runtime.builtin.IRubyObject car
        start local 3 // org.jruby.runtime.builtin.IRubyObject cdr
         0: .line 38
            aload 0 /* this */
            aload 1 /* otherClass */
            iconst_0
            invokespecial org.jruby.specialized.RubyArraySpecialized.<init>:(Lorg/jruby/RubyClass;Z)V
         1: .line 39
            aload 0 /* this */
            aload 2 /* car */
            putfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
         2: .line 40
            aload 0 /* this */
            aload 3 /* cdr */
            putfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
         3: .line 41
            aload 0 /* this */
            iconst_2
            putfield org.jruby.specialized.RubyArrayTwoObject.realLength:I
         4: .line 42
            return
        end local 3 // org.jruby.runtime.builtin.IRubyObject cdr
        end local 2 // org.jruby.runtime.builtin.IRubyObject car
        end local 1 // org.jruby.RubyClass otherClass
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/jruby/specialized/RubyArrayTwoObject;
            0    5     1  otherClass  Lorg/jruby/RubyClass;
            0    5     2         car  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3         cdr  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
            Name  Flags
      otherClass  
      car         
      cdr         

  void <init>(org.jruby.specialized.RubyArrayTwoObject);
    descriptor: (Lorg/jruby/specialized/RubyArrayTwoObject;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
        start local 1 // org.jruby.specialized.RubyArrayTwoObject other
         0: .line 45
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.getMetaClass:()Lorg/jruby/RubyClass;
            aload 1 /* other */
            getfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 1 /* other */
            getfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            invokespecial org.jruby.specialized.RubyArrayTwoObject.<init>:(Lorg/jruby/RubyClass;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 46
            return
        end local 1 // org.jruby.specialized.RubyArrayTwoObject other
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/specialized/RubyArrayTwoObject;
            0    2     1  other  Lorg/jruby/specialized/RubyArrayTwoObject;
    MethodParameters:
       Name  Flags
      other  

  void <init>(org.jruby.RubyClass, org.jruby.specialized.RubyArrayTwoObject);
    descriptor: (Lorg/jruby/RubyClass;Lorg/jruby/specialized/RubyArrayTwoObject;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
        start local 1 // org.jruby.RubyClass metaClass
        start local 2 // org.jruby.specialized.RubyArrayTwoObject other
         0: .line 49
            aload 0 /* this */
            aload 1 /* metaClass */
            aload 2 /* other */
            getfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 2 /* other */
            getfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            invokespecial org.jruby.specialized.RubyArrayTwoObject.<init>:(Lorg/jruby/RubyClass;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 50
            return
        end local 2 // org.jruby.specialized.RubyArrayTwoObject other
        end local 1 // org.jruby.RubyClass metaClass
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/jruby/specialized/RubyArrayTwoObject;
            0    2     1  metaClass  Lorg/jruby/RubyClass;
            0    2     2      other  Lorg/jruby/specialized/RubyArrayTwoObject;
    MethodParameters:
           Name  Flags
      metaClass  
      other      

  public final org.jruby.runtime.builtin.IRubyObject eltInternal(int);
    descriptor: (I)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
        start local 1 // int index
         0: .line 54
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.packed:()Z
            ifne 1
            aload 0 /* this */
            iload 1 /* index */
            invokespecial org.jruby.specialized.RubyArraySpecialized.eltInternal:(I)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 55
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            ifne 2
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 56
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            iconst_1
            if_icmpne 3
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         3: .line 57
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            iload 1 /* index */
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(I)V
            athrow
        end local 1 // int index
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/jruby/specialized/RubyArrayTwoObject;
            0    4     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public final org.jruby.runtime.builtin.IRubyObject eltInternalSet(int, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (ILorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
        start local 1 // int index
        start local 2 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 62
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.packed:()Z
            ifne 1
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* value */
            invokespecial org.jruby.specialized.RubyArraySpecialized.eltInternalSet:(ILorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 63
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            ifne 2
            aload 0 /* this */
            aload 2 /* value */
            dup_x1
            putfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 64
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            iconst_1
            if_icmpne 3
            aload 0 /* this */
            aload 2 /* value */
            dup_x1
            putfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         3: .line 65
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            iload 1 /* index */
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(I)V
            athrow
        end local 2 // org.jruby.runtime.builtin.IRubyObject value
        end local 1 // int index
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/jruby/specialized/RubyArrayTwoObject;
            0    4     1  index  I
            0    4     2  value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      index  
      value  

  protected void finishUnpack(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
        start local 1 // org.jruby.runtime.builtin.IRubyObject nil
         0: .line 70
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* nil */
            dup_x1
            putfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
         1: .line 71
            return
        end local 1 // org.jruby.runtime.builtin.IRubyObject nil
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/specialized/RubyArrayTwoObject;
            0    2     1   nil  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      nil   

  public org.jruby.RubyArray aryDup();
    descriptor: ()Lorg/jruby/RubyArray;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
         0: .line 75
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.packed:()Z
            ifne 1
            aload 0 /* this */
            invokespecial org.jruby.specialized.RubyArraySpecialized.aryDup:()Lorg/jruby/RubyArray;
            areturn
         1: .line 76
      StackMap locals:
      StackMap stack:
            new org.jruby.specialized.RubyArrayTwoObject
            dup
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.getRuntime:()Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getArray:()Lorg/jruby/RubyClass;
            aload 0 /* this */
            invokespecial org.jruby.specialized.RubyArrayTwoObject.<init>:(Lorg/jruby/RubyClass;Lorg/jruby/specialized/RubyArrayTwoObject;)V
            areturn
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/specialized/RubyArrayTwoObject;

  public org.jruby.runtime.builtin.IRubyObject rb_clear();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
         0: .line 81
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.packed:()Z
            ifne 1
            aload 0 /* this */
            invokespecial org.jruby.specialized.RubyArraySpecialized.rb_clear:()Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.modifyCheck:()V
         2: .line 86
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.getRuntime:()Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getNil:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 1 /* nil */
        start local 1 // org.jruby.runtime.builtin.IRubyObject nil
         3: .line 87
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* nil */
            dup_x1
            putfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
         4: .line 88
            aload 0 /* this */
            getstatic org.jruby.runtime.builtin.IRubyObject.NULL_ARRAY:[Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.specialized.RubyArrayTwoObject.values:[Lorg/jruby/runtime/builtin/IRubyObject;
         5: .line 89
            aload 0 /* this */
            iconst_0
            putfield org.jruby.specialized.RubyArrayTwoObject.realLength:I
         6: .line 91
            aload 0 /* this */
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject nil
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/jruby/specialized/RubyArrayTwoObject;
            3    7     1   nil  Lorg/jruby/runtime/builtin/IRubyObject;

  public void copyInto(org.jruby.runtime.builtin.IRubyObject[], int);
    descriptor: ([Lorg/jruby/runtime/builtin/IRubyObject;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
        start local 1 // org.jruby.runtime.builtin.IRubyObject[] target
        start local 2 // int start
         0: .line 96
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.packed:()Z
            ifne 3
         1: .line 97
            aload 0 /* this */
            aload 1 /* target */
            iload 2 /* start */
            invokespecial org.jruby.specialized.RubyArraySpecialized.copyInto:([Lorg/jruby/runtime/builtin/IRubyObject;I)V
         2: .line 98
            return
         3: .line 100
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            iload 2 /* start */
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
         4: .line 101
            aload 1 /* target */
            iload 2 /* start */
            iconst_1
            iadd
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
         5: .line 102
            return
        end local 2 // int start
        end local 1 // org.jruby.runtime.builtin.IRubyObject[] target
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/jruby/specialized/RubyArrayTwoObject;
            0    6     1  target  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     2   start  I
    MethodParameters:
        Name  Flags
      target  
      start   

  public void copyInto(org.jruby.runtime.builtin.IRubyObject[], int, int);
    descriptor: ([Lorg/jruby/runtime/builtin/IRubyObject;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
        start local 1 // org.jruby.runtime.builtin.IRubyObject[] target
        start local 2 // int start
        start local 3 // int len
         0: .line 106
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.packed:()Z
            ifne 3
         1: .line 107
            aload 0 /* this */
            aload 1 /* target */
            iload 2 /* start */
            iload 3 /* len */
            invokespecial org.jruby.specialized.RubyArraySpecialized.copyInto:([Lorg/jruby/runtime/builtin/IRubyObject;II)V
         2: .line 108
            return
         3: .line 110
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            iconst_2
            if_icmpeq 7
         4: .line 111
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.unpack:()V
         5: .line 112
            aload 0 /* this */
            aload 1 /* target */
            iload 2 /* start */
            iload 3 /* len */
            invokespecial org.jruby.specialized.RubyArraySpecialized.copyInto:([Lorg/jruby/runtime/builtin/IRubyObject;II)V
         6: .line 113
            return
         7: .line 115
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            iload 2 /* start */
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
         8: .line 116
            aload 1 /* target */
            iload 2 /* start */
            iconst_1
            iadd
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
         9: .line 117
            return
        end local 3 // int len
        end local 2 // int start
        end local 1 // org.jruby.runtime.builtin.IRubyObject[] target
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lorg/jruby/specialized/RubyArrayTwoObject;
            0   10     1  target  [Lorg/jruby/runtime/builtin/IRubyObject;
            0   10     2   start  I
            0   10     3     len  I
    MethodParameters:
        Name  Flags
      target  
      start   
      len     

  protected org.jruby.RubyArray dupImpl(org.jruby.RubyClass);
    descriptor: (Lorg/jruby/RubyClass;)Lorg/jruby/RubyArray;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
        start local 1 // org.jruby.RubyClass metaClass
         0: .line 121
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.packed:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* metaClass */
            invokespecial org.jruby.specialized.RubyArraySpecialized.dupImpl:(Lorg/jruby/RubyClass;)Lorg/jruby/RubyArray;
            areturn
         1: .line 122
      StackMap locals:
      StackMap stack:
            new org.jruby.specialized.RubyArrayTwoObject
            dup
            aload 1 /* metaClass */
            aload 0 /* this */
            invokespecial org.jruby.specialized.RubyArrayTwoObject.<init>:(Lorg/jruby/RubyClass;Lorg/jruby/specialized/RubyArrayTwoObject;)V
            areturn
        end local 1 // org.jruby.RubyClass metaClass
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/jruby/specialized/RubyArrayTwoObject;
            0    2     1  metaClass  Lorg/jruby/RubyClass;
    MethodParameters:
           Name  Flags
      metaClass  

  public boolean includes(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject item
         0: .line 127
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.packed:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* item */
            invokespecial org.jruby.specialized.RubyArraySpecialized.includes:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ireturn
         1: .line 129
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 2 /* item */
            invokestatic org.jruby.specialized.RubyArrayTwoObject.equalInternal:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 2
            iconst_1
            ireturn
         2: .line 130
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 2 /* item */
            invokestatic org.jruby.specialized.RubyArrayTwoObject.equalInternal:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 3
            iconst_1
            ireturn
         3: .line 132
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject item
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/specialized/RubyArrayTwoObject;
            0    4     1  context  Lorg/jruby/runtime/ThreadContext;
            0    4     2     item  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      item     

  public int indexOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
        start local 1 // java.lang.Object element
         0: .line 137
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.packed:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* element */
            invokespecial org.jruby.specialized.RubyArraySpecialized.indexOf:(Ljava/lang/Object;)I
            ireturn
         1: .line 139
      StackMap locals:
      StackMap stack:
            aload 1 /* element */
            ifnull 5
         2: .line 140
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.getRuntime:()Lorg/jruby/Ruby;
            aload 1 /* element */
            invokestatic org.jruby.javasupport.JavaUtil.convertJavaToUsableRubyObject:(Lorg/jruby/Ruby;Ljava/lang/Object;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* convertedElement */
        start local 2 // org.jruby.runtime.builtin.IRubyObject convertedElement
         3: .line 142
            aload 2 /* convertedElement */
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            iconst_0
            ireturn
         4: .line 143
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 2 /* convertedElement */
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 5
            iconst_1
            ireturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject convertedElement
         5: .line 145
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 1 // java.lang.Object element
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0              this  Lorg/jruby/specialized/RubyArrayTwoObject;
            0    6     1           element  Ljava/lang/Object;
            3    5     2  convertedElement  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      element  

  protected org.jruby.runtime.builtin.IRubyObject inspectAry(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 150
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.packed:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* context */
            invokespecial org.jruby.specialized.RubyArraySpecialized.inspectAry:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 152
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 2 /* runtime */
        start local 2 // org.jruby.Ruby runtime
         2: .line 153
            aload 2 /* runtime */
            bipush 10
            getstatic org.jcodings.specific.USASCIIEncoding.INSTANCE:Lorg/jcodings/specific/USASCIIEncoding;
            invokestatic org.jruby.RubyString.newStringLight:(Lorg/jruby/Ruby;ILorg/jcodings/Encoding;)Lorg/jruby/RubyString;
            astore 3 /* str */
        start local 3 // org.jruby.RubyString str
         3: .line 154
            aload 3 /* str */
            bipush 91
            invokevirtual org.jruby.RubyString.cat:(B)Lorg/jruby/RubyString;
            pop
         4: .line 155
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.isTaint:()Z
            istore 4 /* tainted */
        start local 4 // boolean tainted
         5: .line 157
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
            invokestatic org.jruby.specialized.RubyArrayTwoObject.inspect:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyString;
            astore 5 /* s1 */
        start local 5 // org.jruby.RubyString s1
         6: .line 158
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            invokestatic org.jruby.specialized.RubyArrayTwoObject.inspect:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyString;
            astore 6 /* s2 */
        start local 6 // org.jruby.RubyString s2
         7: .line 159
            aload 5 /* s1 */
            invokevirtual org.jruby.RubyString.isTaint:()Z
            ifeq 8
            iconst_1
            istore 4 /* tainted */
            goto 9
         8: .line 160
      StackMap locals: org.jruby.specialized.RubyArrayTwoObject org.jruby.runtime.ThreadContext org.jruby.Ruby org.jruby.RubyString int org.jruby.RubyString org.jruby.RubyString
      StackMap stack:
            aload 3 /* str */
            aload 5 /* s1 */
            invokevirtual org.jruby.RubyString.getEncoding:()Lorg/jcodings/Encoding;
            invokevirtual org.jruby.RubyString.setEncoding:(Lorg/jcodings/Encoding;)V
         9: .line 161
      StackMap locals:
      StackMap stack:
            aload 3 /* str */
            aload 5 /* s1 */
            invokevirtual org.jruby.RubyString.cat19:(Lorg/jruby/RubyString;)Lorg/jruby/RubyString;
            pop
        10: .line 163
            aload 3 /* str */
            invokevirtual org.jruby.RubyString.getByteList:()Lorg/jruby/util/ByteList;
            astore 7 /* bytes */
        start local 7 // org.jruby.util.ByteList bytes
        11: .line 164
            aload 7 /* bytes */
            iconst_2
            aload 6 /* s2 */
            invokevirtual org.jruby.RubyString.size:()I
            iadd
            iconst_1
            iadd
            invokevirtual org.jruby.util.ByteList.ensure:(I)V
        12: .line 165
            aload 7 /* bytes */
            bipush 44
            invokevirtual org.jruby.util.ByteList.append:(B)Lorg/jruby/util/ByteList;
            bipush 32
            invokevirtual org.jruby.util.ByteList.append:(B)Lorg/jruby/util/ByteList;
            pop
        13: .line 167
            aload 6 /* s2 */
            invokevirtual org.jruby.RubyString.isTaint:()Z
            ifeq 14
            iconst_1
            istore 4 /* tainted */
            goto 15
        14: .line 168
      StackMap locals: org.jruby.util.ByteList
      StackMap stack:
            aload 3 /* str */
            aload 6 /* s2 */
            invokevirtual org.jruby.RubyString.getEncoding:()Lorg/jcodings/Encoding;
            invokevirtual org.jruby.RubyString.setEncoding:(Lorg/jcodings/Encoding;)V
        15: .line 169
      StackMap locals:
      StackMap stack:
            aload 3 /* str */
            aload 6 /* s2 */
            invokevirtual org.jruby.RubyString.cat19:(Lorg/jruby/RubyString;)Lorg/jruby/RubyString;
            pop
        16: .line 171
            aload 3 /* str */
            bipush 93
            invokevirtual org.jruby.RubyString.cat:(B)Lorg/jruby/RubyString;
            pop
        17: .line 173
            iload 4 /* tainted */
            ifeq 18
            aload 3 /* str */
            iconst_1
            invokevirtual org.jruby.RubyString.setTaint:(Z)V
        18: .line 175
      StackMap locals:
      StackMap stack:
            aload 3 /* str */
            areturn
        end local 7 // org.jruby.util.ByteList bytes
        end local 6 // org.jruby.RubyString s2
        end local 5 // org.jruby.RubyString s1
        end local 4 // boolean tainted
        end local 3 // org.jruby.RubyString str
        end local 2 // org.jruby.Ruby runtime
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   19     0     this  Lorg/jruby/specialized/RubyArrayTwoObject;
            0   19     1  context  Lorg/jruby/runtime/ThreadContext;
            2   19     2  runtime  Lorg/jruby/Ruby;
            3   19     3      str  Lorg/jruby/RubyString;
            5   19     4  tainted  Z
            6   19     5       s1  Lorg/jruby/RubyString;
            7   19     6       s2  Lorg/jruby/RubyString;
           11   19     7    bytes  Lorg/jruby/util/ByteList;
    MethodParameters:
         Name  Flags
      context  

  protected org.jruby.runtime.builtin.IRubyObject internalRotate(org.jruby.runtime.ThreadContext, int);
    descriptor: (Lorg/jruby/runtime/ThreadContext;I)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // int cnt
         0: .line 180
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.packed:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* context */
            iload 2 /* cnt */
            invokespecial org.jruby.specialized.RubyArraySpecialized.internalRotate:(Lorg/jruby/runtime/ThreadContext;I)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 182
      StackMap locals:
      StackMap stack:
            iload 2 /* cnt */
            iconst_2
            irem
            iconst_1
            if_icmpne 2
            new org.jruby.specialized.RubyArrayTwoObject
            dup
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
            invokespecial org.jruby.specialized.RubyArrayTwoObject.<init>:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)V
            areturn
         2: .line 183
      StackMap locals:
      StackMap stack:
            new org.jruby.specialized.RubyArrayTwoObject
            dup
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            invokespecial org.jruby.specialized.RubyArrayTwoObject.<init>:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)V
            areturn
        end local 2 // int cnt
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/specialized/RubyArrayTwoObject;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2      cnt  I
    MethodParameters:
         Name  Flags
      context  
      cnt      

  protected org.jruby.runtime.builtin.IRubyObject internalRotateBang(org.jruby.runtime.ThreadContext, int);
    descriptor: (Lorg/jruby/runtime/ThreadContext;I)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // int cnt
         0: .line 188
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.packed:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* context */
            iload 2 /* cnt */
            invokespecial org.jruby.specialized.RubyArraySpecialized.internalRotateBang:(Lorg/jruby/runtime/ThreadContext;I)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.modifyCheck:()V
         2: .line 192
            iload 2 /* cnt */
            iconst_2
            irem
            iconst_1
            if_icmpne 6
         3: .line 193
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
            astore 3 /* tmp */
        start local 3 // org.jruby.runtime.builtin.IRubyObject tmp
         4: .line 194
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
         5: .line 195
            aload 0 /* this */
            aload 3 /* tmp */
            putfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
        end local 3 // org.jruby.runtime.builtin.IRubyObject tmp
         6: .line 198
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // int cnt
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/jruby/specialized/RubyArrayTwoObject;
            0    7     1  context  Lorg/jruby/runtime/ThreadContext;
            0    7     2      cnt  I
            4    6     3      tmp  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      cnt      

  public org.jruby.runtime.builtin.IRubyObject op_plus(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
        start local 1 // org.jruby.runtime.builtin.IRubyObject obj
         0: .line 203
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.packed:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial org.jruby.specialized.RubyArraySpecialized.op_plus:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 204
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToArray:()Lorg/jruby/RubyArray;
            astore 2 /* y */
        start local 2 // org.jruby.RubyArray y
         2: .line 205
            aload 2 /* y */
            invokevirtual org.jruby.RubyArray.size:()I
            ifne 3
            new org.jruby.specialized.RubyArrayTwoObject
            dup
            aload 0 /* this */
            invokespecial org.jruby.specialized.RubyArrayTwoObject.<init>:(Lorg/jruby/specialized/RubyArrayTwoObject;)V
            areturn
         3: .line 206
      StackMap locals: org.jruby.RubyArray
      StackMap stack:
            aload 0 /* this */
            aload 2 /* y */
            invokespecial org.jruby.specialized.RubyArraySpecialized.op_plus:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.RubyArray y
        end local 1 // org.jruby.runtime.builtin.IRubyObject obj
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jruby/specialized/RubyArrayTwoObject;
            0    4     1   obj  Lorg/jruby/runtime/builtin/IRubyObject;
            2    4     2     y  Lorg/jruby/RubyArray;
    MethodParameters:
      Name  Flags
      obj   

  public org.jruby.runtime.builtin.IRubyObject replace(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
        start local 1 // org.jruby.runtime.builtin.IRubyObject orig
         0: .line 211
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.packed:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* orig */
            invokespecial org.jruby.specialized.RubyArraySpecialized.replace:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.modifyCheck:()V
         2: .line 215
            aload 1 /* orig */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToArray:()Lorg/jruby/RubyArray;
            astore 2 /* origArr */
        start local 2 // org.jruby.RubyArray origArr
         3: .line 217
            aload 0 /* this */
            aload 1 /* orig */
            if_acmpne 4
            aload 0 /* this */
            areturn
         4: .line 219
      StackMap locals: org.jruby.RubyArray
      StackMap stack:
            aload 2 /* origArr */
            invokevirtual org.jruby.RubyArray.size:()I
            iconst_2
            if_icmpne 8
         5: .line 220
            aload 0 /* this */
            aload 2 /* origArr */
            iconst_0
            invokevirtual org.jruby.RubyArray.eltInternal:(I)Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
         6: .line 221
            aload 0 /* this */
            aload 2 /* origArr */
            iconst_1
            invokevirtual org.jruby.RubyArray.eltInternal:(I)Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
         7: .line 222
            aload 0 /* this */
            areturn
         8: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.unpack:()V
         9: .line 227
            aload 0 /* this */
            aload 2 /* origArr */
            invokespecial org.jruby.specialized.RubyArraySpecialized.replace:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.RubyArray origArr
        end local 1 // org.jruby.runtime.builtin.IRubyObject orig
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lorg/jruby/specialized/RubyArrayTwoObject;
            0   10     1     orig  Lorg/jruby/runtime/builtin/IRubyObject;
            3   10     2  origArr  Lorg/jruby/RubyArray;
    MethodParameters:
      Name  Flags
      orig  

  public org.jruby.runtime.builtin.IRubyObject reverse_bang();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
         0: .line 232
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.packed:()Z
            ifne 1
            aload 0 /* this */
            invokespecial org.jruby.specialized.RubyArraySpecialized.reverse_bang:()Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
            astore 1 /* tmp */
        start local 1 // org.jruby.runtime.builtin.IRubyObject tmp
         2: .line 235
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
         3: .line 236
            aload 0 /* this */
            aload 1 /* tmp */
            putfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
         4: .line 238
            aload 0 /* this */
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject tmp
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/jruby/specialized/RubyArrayTwoObject;
            2    5     1   tmp  Lorg/jruby/runtime/builtin/IRubyObject;

  protected org.jruby.RubyArray safeReverse();
    descriptor: ()Lorg/jruby/RubyArray;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
         0: .line 243
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.packed:()Z
            ifne 1
            aload 0 /* this */
            invokespecial org.jruby.specialized.RubyArraySpecialized.safeReverse:()Lorg/jruby/RubyArray;
            areturn
         1: .line 245
      StackMap locals:
      StackMap stack:
            new org.jruby.specialized.RubyArrayTwoObject
            dup
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.getMetaClass:()Lorg/jruby/RubyClass;
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
            invokespecial org.jruby.specialized.RubyArrayTwoObject.<init>:(Lorg/jruby/RubyClass;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)V
            areturn
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/specialized/RubyArrayTwoObject;

  protected org.jruby.runtime.builtin.IRubyObject sortInternal(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
         0: .line 250
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.packed:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* block */
            invokespecial org.jruby.specialized.RubyArraySpecialized.sortInternal:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 253
      StackMap locals:
      StackMap stack:
            aload 2 /* block */
            aload 1 /* context */
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            invokestatic org.jruby.specialized.RubyArrayTwoObject.newArray:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            aconst_null
            invokevirtual org.jruby.runtime.Block.yieldArray:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 3 /* ret */
        start local 3 // org.jruby.runtime.builtin.IRubyObject ret
         2: .line 255
            aload 1 /* context */
            aload 3 /* ret */
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            invokestatic org.jruby.RubyComparable.cmpint:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)I
            istore 4 /* compare */
        start local 4 // int compare
         3: .line 256
            iload 4 /* compare */
            ifle 4
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.reverse_bang:()Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         4: .line 257
      StackMap locals: org.jruby.runtime.builtin.IRubyObject int
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 4 // int compare
        end local 3 // org.jruby.runtime.builtin.IRubyObject ret
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/specialized/RubyArrayTwoObject;
            0    5     1  context  Lorg/jruby/runtime/ThreadContext;
            0    5     2    block  Lorg/jruby/runtime/Block;
            2    5     3      ret  Lorg/jruby/runtime/builtin/IRubyObject;
            3    5     4  compare  I
    MethodParameters:
         Name  Flags
      context  
      block    

  protected org.jruby.runtime.builtin.IRubyObject sortInternal(org.jruby.runtime.ThreadContext, boolean);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Z)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=10, args_size=3
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // boolean honorOverride
         0: .line 262
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.packed:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* context */
            iload 2 /* honorOverride */
            invokespecial org.jruby.specialized.RubyArraySpecialized.sortInternal:(Lorg/jruby/runtime/ThreadContext;Z)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 264
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 3 /* runtime */
        start local 3 // org.jruby.Ruby runtime
         2: .line 267
            aload 1 /* context */
            invokestatic org.jruby.specialized.RubyArrayTwoObject.sites:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/JavaSites$Array2Sites;
            astore 4 /* sites */
        start local 4 // org.jruby.runtime.JavaSites$Array2Sites sites
         3: .line 268
            iload 2 /* honorOverride */
            ifeq 4
            aload 4 /* sites */
            getfield org.jruby.runtime.JavaSites$Array2Sites.op_cmp_fixnum:Lorg/jruby/runtime/callsite/CachingCallSite;
            aload 3 /* runtime */
            invokevirtual org.jruby.Ruby.getFixnum:()Lorg/jruby/RubyClass;
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.retrieveCache:(Lorg/jruby/RubyClass;)Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isBuiltin:()Z
            ifne 4
            iconst_0
            goto 5
      StackMap locals: org.jruby.Ruby org.jruby.runtime.JavaSites$Array2Sites
      StackMap stack:
         4: iconst_1
      StackMap locals:
      StackMap stack: int
         5: istore 5 /* fixnumBypass */
        start local 5 // boolean fixnumBypass
         6: .line 269
            iload 2 /* honorOverride */
            ifeq 7
            aload 4 /* sites */
            getfield org.jruby.runtime.JavaSites$Array2Sites.op_cmp_string:Lorg/jruby/runtime/callsite/CachingCallSite;
            aload 3 /* runtime */
            invokevirtual org.jruby.Ruby.getString:()Lorg/jruby/RubyClass;
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.retrieveCache:(Lorg/jruby/RubyClass;)Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isBuiltin:()Z
            ifne 7
            iconst_0
            goto 8
      StackMap locals: int
      StackMap stack:
         7: iconst_1
      StackMap locals:
      StackMap stack: int
         8: istore 6 /* stringBypass */
        start local 6 // boolean stringBypass
         9: .line 271
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7 /* o1 */
        start local 7 // org.jruby.runtime.builtin.IRubyObject o1
        10: .line 272
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            astore 8 /* o2 */
        start local 8 // org.jruby.runtime.builtin.IRubyObject o2
        11: .line 274
            iload 5 /* fixnumBypass */
            ifeq 14
            aload 7 /* o1 */
            instanceof org.jruby.RubyFixnum
            ifeq 14
            aload 8 /* o2 */
            instanceof org.jruby.RubyFixnum
            ifeq 14
        12: .line 275
            aload 7 /* o1 */
            checkcast org.jruby.RubyFixnum
            aload 8 /* o2 */
            checkcast org.jruby.RubyFixnum
            invokestatic org.jruby.specialized.RubyArrayTwoObject.compareFixnums:(Lorg/jruby/RubyFixnum;Lorg/jruby/RubyFixnum;)I
            istore 9 /* compare */
        start local 9 // int compare
        13: .line 276
            goto 18
        end local 9 // int compare
      StackMap locals: int org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
        14: iload 6 /* stringBypass */
            ifeq 17
            aload 7 /* o1 */
            instanceof org.jruby.RubyString
            ifeq 17
            aload 8 /* o2 */
            instanceof org.jruby.RubyString
            ifeq 17
        15: .line 277
            aload 7 /* o1 */
            checkcast org.jruby.RubyString
            aload 8 /* o2 */
            checkcast org.jruby.RubyString
            invokevirtual org.jruby.RubyString.op_cmp:(Lorg/jruby/RubyString;)I
            istore 9 /* compare */
        start local 9 // int compare
        16: .line 278
            goto 18
        end local 9 // int compare
        17: .line 279
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 7 /* o1 */
            aload 8 /* o2 */
            invokestatic org.jruby.specialized.RubyArrayTwoObject.compareOthers:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)I
            istore 9 /* compare */
        start local 9 // int compare
        18: .line 282
      StackMap locals: int
      StackMap stack:
            iload 9 /* compare */
            ifle 19
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.reverse_bang:()Lorg/jruby/runtime/builtin/IRubyObject;
            pop
        19: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 9 // int compare
        end local 8 // org.jruby.runtime.builtin.IRubyObject o2
        end local 7 // org.jruby.runtime.builtin.IRubyObject o1
        end local 6 // boolean stringBypass
        end local 5 // boolean fixnumBypass
        end local 4 // org.jruby.runtime.JavaSites$Array2Sites sites
        end local 3 // org.jruby.Ruby runtime
        end local 2 // boolean honorOverride
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   20     0           this  Lorg/jruby/specialized/RubyArrayTwoObject;
            0   20     1        context  Lorg/jruby/runtime/ThreadContext;
            0   20     2  honorOverride  Z
            2   20     3        runtime  Lorg/jruby/Ruby;
            3   20     4          sites  Lorg/jruby/runtime/JavaSites$Array2Sites;
            6   20     5   fixnumBypass  Z
            9   20     6   stringBypass  Z
           10   20     7             o1  Lorg/jruby/runtime/builtin/IRubyObject;
           11   20     8             o2  Lorg/jruby/runtime/builtin/IRubyObject;
           13   14     9        compare  I
           16   17     9        compare  I
           18   20     9        compare  I
    MethodParameters:
               Name  Flags
      context        final
      honorOverride  

  protected void storeInternal(int, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (ILorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
        start local 1 // int index
        start local 2 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 289
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.packed:()Z
            ifeq 5
         1: .line 290
            iload 1 /* index */
            tableswitch { // 0 - 1
                    0: 2
                    1: 3
              default: 4
          }
         2: .line 291
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* value */
            putfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
            return
         3: .line 292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* value */
            putfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            return
         4: .line 294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.unpack:()V
         5: .line 297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* value */
            invokespecial org.jruby.specialized.RubyArraySpecialized.storeInternal:(ILorg/jruby/runtime/builtin/IRubyObject;)V
         6: .line 298
            return
        end local 2 // org.jruby.runtime.builtin.IRubyObject value
        end local 1 // int index
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/jruby/specialized/RubyArrayTwoObject;
            0    7     1  index  I
            0    7     2  value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      index  final
      value  final

  public org.jruby.runtime.builtin.IRubyObject subseq(org.jruby.RubyClass, long, long, boolean);
    descriptor: (Lorg/jruby/RubyClass;JJZ)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=5
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
        start local 1 // org.jruby.RubyClass metaClass
        start local 2 // long beg
        start local 4 // long len
        start local 6 // boolean light
         0: .line 302
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.packed:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* metaClass */
            lload 2 /* beg */
            lload 4 /* len */
            iload 6 /* light */
            invokespecial org.jruby.specialized.RubyArraySpecialized.subseq:(Lorg/jruby/RubyClass;JJZ)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 304
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.getRuntime:()Lorg/jruby/Ruby;
            astore 7 /* runtime */
        start local 7 // org.jruby.Ruby runtime
         2: .line 306
            lload 2 /* beg */
            ldc 2
            lcmp
            ifgt 3
            lload 2 /* beg */
            lconst_0
            lcmp
            iflt 3
            lload 4 /* len */
            lconst_0
            lcmp
            ifge 4
      StackMap locals: org.jruby.Ruby
      StackMap stack:
         3: aload 7 /* runtime */
            invokevirtual org.jruby.Ruby.getNil:()Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         4: .line 308
      StackMap locals:
      StackMap stack:
            lload 4 /* len */
            lconst_0
            lcmp
            ifeq 5
            lload 2 /* beg */
            ldc 2
            lcmp
            ifne 6
      StackMap locals:
      StackMap stack:
         5: new org.jruby.RubyArray
            dup
            aload 7 /* runtime */
            aload 1 /* metaClass */
            getstatic org.jruby.runtime.builtin.IRubyObject.NULL_ARRAY:[Lorg/jruby/runtime/builtin/IRubyObject;
            invokespecial org.jruby.RubyArray.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;[Lorg/jruby/runtime/builtin/IRubyObject;)V
            areturn
         6: .line 310
      StackMap locals:
      StackMap stack:
            lload 2 /* beg */
            lconst_0
            lcmp
            ifne 9
         7: .line 311
            lload 4 /* len */
            lconst_1
            lcmp
            ifne 8
            new org.jruby.specialized.RubyArrayOneObject
            dup
            aload 1 /* metaClass */
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
            invokespecial org.jruby.specialized.RubyArrayOneObject.<init>:(Lorg/jruby/RubyClass;Lorg/jruby/runtime/builtin/IRubyObject;)V
            areturn
         8: .line 312
      StackMap locals:
      StackMap stack:
            new org.jruby.specialized.RubyArrayTwoObject
            dup
            aload 1 /* metaClass */
            aload 0 /* this */
            invokespecial org.jruby.specialized.RubyArrayTwoObject.<init>:(Lorg/jruby/RubyClass;Lorg/jruby/specialized/RubyArrayTwoObject;)V
            areturn
         9: .line 316
      StackMap locals:
      StackMap stack:
            new org.jruby.specialized.RubyArrayOneObject
            dup
            aload 1 /* metaClass */
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            invokespecial org.jruby.specialized.RubyArrayOneObject.<init>:(Lorg/jruby/RubyClass;Lorg/jruby/runtime/builtin/IRubyObject;)V
            areturn
        end local 7 // org.jruby.Ruby runtime
        end local 6 // boolean light
        end local 4 // long len
        end local 2 // long beg
        end local 1 // org.jruby.RubyClass metaClass
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/jruby/specialized/RubyArrayTwoObject;
            0   10     1  metaClass  Lorg/jruby/RubyClass;
            0   10     2        beg  J
            0   10     4        len  J
            0   10     6      light  Z
            2   10     7    runtime  Lorg/jruby/Ruby;
    MethodParameters:
           Name  Flags
      metaClass  
      beg        
      len        
      light      

  public org.jruby.runtime.builtin.IRubyObject[] toJavaArray();
    descriptor: ()[Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
         0: .line 321
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.packed:()Z
            ifne 1
            aload 0 /* this */
            invokespecial org.jruby.specialized.RubyArraySpecialized.toJavaArray:()[Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 323
      StackMap locals:
      StackMap stack:
            iconst_2
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
            invokestatic org.jruby.runtime.Helpers.arrayOf:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.jruby.runtime.builtin.IRubyObject[]
            areturn
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/specialized/RubyArrayTwoObject;

  public org.jruby.runtime.builtin.IRubyObject uniq(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.specialized.RubyArrayTwoObject this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 328
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.packed:()Z
            ifne 1
            aload 0 /* this */
            aload 1 /* context */
            invokespecial org.jruby.specialized.RubyArraySpecialized.uniq:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         1: .line 330
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
            getstatic org.jruby.runtime.invokedynamic.MethodNames.HASH:Lorg/jruby/runtime/invokedynamic/MethodNames;
            invokestatic org.jruby.runtime.Helpers.invokedynamic:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/invokedynamic/MethodNames;)Lorg/jruby/runtime/builtin/IRubyObject;
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            getstatic org.jruby.runtime.invokedynamic.MethodNames.HASH:Lorg/jruby/runtime/invokedynamic/MethodNames;
            invokestatic org.jruby.runtime.Helpers.invokedynamic:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/invokedynamic/MethodNames;)Lorg/jruby/runtime/builtin/IRubyObject;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
         2: .line 331
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            if_acmpeq 3
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.car:Lorg/jruby/runtime/builtin/IRubyObject;
            getstatic org.jruby.runtime.invokedynamic.MethodNames.EQL:Lorg/jruby/runtime/invokedynamic/MethodNames;
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            invokestatic org.jruby.runtime.Helpers.invokedynamic:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/invokedynamic/MethodNames;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isTrue:()Z
            ifeq 4
         3: .line 333
      StackMap locals:
      StackMap stack:
            new org.jruby.specialized.RubyArrayOneObject
            dup
            aload 0 /* this */
            invokevirtual org.jruby.specialized.RubyArrayTwoObject.getMetaClass:()Lorg/jruby/RubyClass;
            aload 0 /* this */
            getfield org.jruby.specialized.RubyArrayTwoObject.cdr:Lorg/jruby/runtime/builtin/IRubyObject;
            invokespecial org.jruby.specialized.RubyArrayOneObject.<init>:(Lorg/jruby/RubyClass;Lorg/jruby/runtime/builtin/IRubyObject;)V
            areturn
         4: .line 335
      StackMap locals:
      StackMap stack:
            new org.jruby.specialized.RubyArrayTwoObject
            dup
            aload 0 /* this */
            invokespecial org.jruby.specialized.RubyArrayTwoObject.<init>:(Lorg/jruby/specialized/RubyArrayTwoObject;)V
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.specialized.RubyArrayTwoObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/specialized/RubyArrayTwoObject;
            0    5     1  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
         Name  Flags
      context  

  private static final org.jruby.runtime.JavaSites$Array2Sites sites(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/JavaSites$Array2Sites;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.ThreadContext context
         0: .line 340
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.sites:Lorg/jruby/runtime/JavaSites;
            getfield org.jruby.runtime.JavaSites.Array2:Lorg/jruby/runtime/JavaSites$Array2Sites;
            areturn
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
         Name  Flags
      context  
}
SourceFile: "RubyArrayTwoObject.java"
InnerClasses:
  public Array2Sites = org.jruby.runtime.JavaSites$Array2Sites of org.jruby.runtime.JavaSites