public final class com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray
  super_class: java.lang.Object
{
  private static final int InitialSize;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 32

  private int[] _array;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int _size;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int _free;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
         0: .line 35
            aload 0 /* this */
            bipush 32
            invokespecial com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray.<init>:(I)V
         1: .line 36
            return
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
        start local 1 // int size
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
         2: .line 39
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* size */
            dup_x1
            putfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._size:I
            newarray 10
            putfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
         3: .line 40
            return
        end local 1 // int size
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;
            0    4     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public void <init>(int[]);
    descriptor: ([I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
        start local 1 // int[] array
         0: .line 43
            aload 0 /* this */
            aload 1 /* array */
            arraylength
            invokespecial com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray.<init>:(I)V
         1: .line 44
            aload 1 /* array */
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
            iconst_0
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._size:I
            dup_x1
            putfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 45
            return
        end local 1 // int[] array
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;
            0    3     1  array  [I
    MethodParameters:
       Name  Flags
      array  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
         0: .line 48
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
         1: .line 49
            return
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
         0: .line 52
            new com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            ifle 1
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            goto 2
      StackMap locals: com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray
      StackMap stack: new 0 new 0
         1: iconst_1
      StackMap locals: com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray
      StackMap stack: new 0 new 0 int
         2: invokespecial com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray.<init>:(I)V
            astore 1 /* clone */
        start local 1 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray clone
         3: .line 53
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
            iconst_0
            aload 1 /* clone */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 54
            aload 1 /* clone */
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            putfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
         5: .line 55
            aload 1 /* clone */
            areturn
        end local 1 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray clone
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;
            3    6     1  clone  Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;

  public int[] toIntArray();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
         0: .line 59
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray.cardinality:()I
            newarray 10
            astore 1 /* result */
        start local 1 // int[] result
         1: .line 60
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
            iconst_0
            aload 1 /* result */
            iconst_0
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray.cardinality:()I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 61
            aload 1 /* result */
            areturn
        end local 1 // int[] result
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;
            1    3     1  result  [I

  public final int at(int);
    descriptor: (I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
        start local 1 // int index
         0: .line 65
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
            iload 1 /* index */
            iaload
            ireturn
        end local 1 // int index
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public final void set(int, int);
    descriptor: (II)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
        start local 1 // int index
        start local 2 // int value
         0: .line 69
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
            iload 1 /* index */
            iload 2 /* value */
            iastore
         1: .line 70
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;
            0    2     1  index  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public int indexOf(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
        start local 1 // int n
         0: .line 73
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 4
         2: .line 74
      StackMap locals: int
      StackMap stack:
            iload 1 /* n */
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
            iload 2 /* i */
            iaload
            if_icmpne 3
            iload 2 /* i */
            ireturn
         3: .line 73
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            if_icmplt 2
        end local 2 // int i
         5: .line 76
            iconst_m1
            ireturn
        end local 1 // int n
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;
            0    6     1     n  I
            1    5     2     i  I
    MethodParameters:
      Name  Flags
      n     

  public final void add(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
        start local 1 // int value
         0: .line 80
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._size:I
            if_icmpne 2
         1: .line 81
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._size:I
            iconst_2
            imul
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray.growArray:(I)V
         2: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            iload 1 /* value */
            iastore
         3: .line 84
            return
        end local 1 // int value
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;
            0    4     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public void addNew(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
        start local 1 // int value
         0: .line 90
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 4
         2: .line 91
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
            iload 2 /* i */
            iaload
            iload 1 /* value */
            if_icmpne 3
            return
         3: .line 90
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            if_icmplt 2
        end local 2 // int i
         5: .line 93
            aload 0 /* this */
            iload 1 /* value */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray.add:(I)V
         6: .line 94
            return
        end local 1 // int value
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;
            0    7     1  value  I
            1    5     2      i  I
    MethodParameters:
       Name  Flags
      value  

  public void reverse();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
         0: .line 97
            iconst_0
            istore 1 /* left */
        start local 1 // int left
         1: .line 98
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            iconst_1
            isub
            istore 2 /* right */
        start local 2 // int right
         2: .line 100
            goto 6
         3: .line 101
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
            iload 1 /* left */
            iaload
            istore 3 /* temp */
        start local 3 // int temp
         4: .line 102
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
            iload 1 /* left */
            iinc 1 /* left */ 1
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
            iload 2 /* right */
            iaload
            iastore
         5: .line 103
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
            iload 2 /* right */
            iinc 2 /* right */ -1
            iload 3 /* temp */
            iastore
        end local 3 // int temp
         6: .line 100
      StackMap locals:
      StackMap stack:
            iload 1 /* left */
            iload 2 /* right */
            if_icmplt 3
         7: .line 105
            return
        end local 2 // int right
        end local 1 // int left
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;
            1    8     1   left  I
            2    8     2  right  I
            4    6     3   temp  I

  public void merge(com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray);
    descriptor: (Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=2
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
        start local 1 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray other
         0: .line 112
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            aload 1 /* other */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            iadd
            istore 2 /* newSize */
        start local 2 // int newSize
         1: .line 114
            iload 2 /* newSize */
            newarray 10
            astore 3 /* newArray */
        start local 3 // int[] newArray
         2: .line 117
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: iconst_0
            istore 5 /* j */
        start local 5 // int j
         4: .line 118
            iconst_0
            istore 6 /* k */
        start local 6 // int k
         5: goto 19
         6: .line 119
      StackMap locals: com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray int int[] int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
            iload 4 /* i */
            iaload
            istore 7 /* x */
        start local 7 // int x
         7: .line 120
            aload 1 /* other */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
            iload 5 /* j */
            iaload
            istore 8 /* y */
        start local 8 // int y
         8: .line 122
            iload 7 /* x */
            iload 8 /* y */
            if_icmpge 12
         9: .line 123
            aload 3 /* newArray */
            iload 6 /* k */
            iload 7 /* x */
            iastore
        10: .line 124
            iinc 4 /* i */ 1
        11: .line 125
            goto 18
        12: .line 126
      StackMap locals: int int
      StackMap stack:
            iload 7 /* x */
            iload 8 /* y */
            if_icmple 16
        13: .line 127
            aload 3 /* newArray */
            iload 6 /* k */
            iload 8 /* y */
            iastore
        14: .line 128
            iinc 5 /* j */ 1
        15: .line 129
            goto 18
        16: .line 131
      StackMap locals:
      StackMap stack:
            aload 3 /* newArray */
            iload 6 /* k */
            iload 7 /* x */
            iastore
        17: .line 132
            iinc 4 /* i */ 1
            iinc 5 /* j */ 1
        end local 8 // int y
        end local 7 // int x
        18: .line 118
      StackMap locals:
      StackMap stack:
            iinc 6 /* k */ 1
      StackMap locals:
      StackMap stack:
        19: iload 4 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            if_icmpge 20
            iload 5 /* j */
            aload 1 /* other */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            if_icmplt 6
        20: .line 137
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            if_icmplt 26
        21: .line 138
            goto 23
        22: .line 139
      StackMap locals:
      StackMap stack:
            aload 3 /* newArray */
            iload 6 /* k */
            iinc 6 /* k */ 1
            aload 1 /* other */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
            iload 5 /* j */
            iinc 5 /* j */ 1
            iaload
            iastore
        23: .line 138
      StackMap locals:
      StackMap stack:
            iload 5 /* j */
            aload 1 /* other */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            if_icmplt 22
        24: .line 141
            goto 27
        25: .line 144
      StackMap locals:
      StackMap stack:
            aload 3 /* newArray */
            iload 6 /* k */
            iinc 6 /* k */ 1
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
            iload 4 /* i */
            iinc 4 /* i */ 1
            iaload
            iastore
        26: .line 143
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            if_icmplt 25
        27: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* newArray */
            putfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
        28: .line 150
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* newSize */
            dup_x1
            putfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._size:I
            putfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
        29: .line 152
            return
        end local 6 // int k
        end local 5 // int j
        end local 4 // int i
        end local 3 // int[] newArray
        end local 2 // int newSize
        end local 1 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray other
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   30     0      this  Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;
            0   30     1     other  Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;
            1   30     2   newSize  I
            2   30     3  newArray  [I
            3   30     4         i  I
            4   30     5         j  I
            5   30     6         k  I
            7   18     7         x  I
            8   18     8         y  I
    MethodParameters:
       Name  Flags
      other  final

  public void sort();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
         0: .line 155
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            iconst_1
            isub
            invokestatic com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray.quicksort:([III)V
         1: .line 156
            return
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;

  private static void quicksort(int[], int, int);
    descriptor: ([III)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // int[] array
        start local 1 // int p
        start local 2 // int r
         0: .line 159
            iload 1 /* p */
            iload 2 /* r */
            if_icmpge 4
         1: .line 160
            aload 0 /* array */
            iload 1 /* p */
            iload 2 /* r */
            invokestatic com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray.partition:([III)I
            istore 3 /* q */
        start local 3 // int q
         2: .line 161
            aload 0 /* array */
            iload 1 /* p */
            iload 3 /* q */
            invokestatic com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray.quicksort:([III)V
         3: .line 162
            aload 0 /* array */
            iload 3 /* q */
            iconst_1
            iadd
            iload 2 /* r */
            invokestatic com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray.quicksort:([III)V
        end local 3 // int q
         4: .line 164
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int r
        end local 1 // int p
        end local 0 // int[] array
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0  array  [I
            0    5     1      p  I
            0    5     2      r  I
            2    4     3      q  I
    MethodParameters:
       Name  Flags
      array  
      p      
      r      

  private static int partition(int[], int, int);
    descriptor: ([III)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // int[] array
        start local 1 // int p
        start local 2 // int r
         0: .line 167
            aload 0 /* array */
            iload 1 /* p */
            iload 2 /* r */
            iadd
            iconst_1
            iushr
            iaload
            istore 3 /* x */
        start local 3 // int x
         1: .line 168
            iload 1 /* p */
            iconst_1
            isub
            istore 4 /* i */
        start local 4 // int i
         2: iload 2 /* r */
            iconst_1
            iadd
            istore 5 /* j */
        start local 5 // int j
         3: .line 171
      StackMap locals: int int int
      StackMap stack:
            iload 3 /* x */
            aload 0 /* array */
            iinc 5 /* j */ -1
            iload 5 /* j */
            iaload
            if_icmplt 3
         4: .line 172
      StackMap locals:
      StackMap stack:
            iload 3 /* x */
            aload 0 /* array */
            iinc 4 /* i */ 1
            iload 4 /* i */
            iaload
            if_icmpgt 4
         5: .line 173
            iload 4 /* i */
            iload 5 /* j */
            if_icmpge 10
         6: .line 174
            aload 0 /* array */
            iload 4 /* i */
            iaload
            istore 6 /* temp */
        start local 6 // int temp
         7: .line 175
            aload 0 /* array */
            iload 4 /* i */
            aload 0 /* array */
            iload 5 /* j */
            iaload
            iastore
         8: .line 176
            aload 0 /* array */
            iload 5 /* j */
            iload 6 /* temp */
            iastore
        end local 6 // int temp
         9: .line 177
            goto 11
        10: .line 179
      StackMap locals:
      StackMap stack:
            iload 5 /* j */
            ireturn
        11: .line 170
      StackMap locals:
      StackMap stack:
            goto 3
        end local 5 // int j
        end local 4 // int i
        end local 3 // int x
        end local 2 // int r
        end local 1 // int p
        end local 0 // int[] array
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0  array  [I
            0   12     1      p  I
            0   12     2      r  I
            1   12     3      x  I
            2   12     4      i  I
            3   12     5      j  I
            7    9     6   temp  I
    MethodParameters:
       Name  Flags
      array  
      p      
      r      

  private void growArray(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
        start local 1 // int size
         0: .line 185
            aload 0 /* this */
            iload 1 /* size */
            dup_x1
            putfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._size:I
            newarray 10
            astore 2 /* newArray */
        start local 2 // int[] newArray
         1: .line 186
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
            iconst_0
            aload 2 /* newArray */
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 187
            aload 0 /* this */
            aload 2 /* newArray */
            putfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
         3: .line 188
            return
        end local 2 // int[] newArray
        end local 1 // int size
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;
            0    4     1      size  I
            1    4     2  newArray  [I
    MethodParameters:
      Name  Flags
      size  

  public int popLast();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
         0: .line 191
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            iconst_1
            isub
            dup_x1
            putfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            iaload
            ireturn
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;

  public int last();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
         0: .line 195
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            iconst_1
            isub
            iaload
            ireturn
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;

  public void setLast(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
        start local 1 // int n
         0: .line 199
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            iconst_1
            isub
            iload 1 /* n */
            iastore
         1: .line 200
            return
        end local 1 // int n
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;
            0    2     1     n  I
    MethodParameters:
      Name  Flags
      n     

  public void pop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
         0: .line 203
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            iconst_1
            isub
            putfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
         1: .line 204
            return
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;

  public void pop(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
        start local 1 // int n
         0: .line 207
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            iload 1 /* n */
            isub
            putfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
         1: .line 208
            return
        end local 1 // int n
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;
            0    2     1     n  I
    MethodParameters:
      Name  Flags
      n     

  public final int cardinality();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
         0: .line 211
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            ireturn
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;

  public void print(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
        start local 1 // java.io.PrintStream out
         0: .line 215
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            ifle 9
         1: .line 216
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 217
      StackMap locals: int
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
            iload 2 /* i */
            iaload
            invokevirtual java.io.PrintStream.print:(I)V
         4: .line 218
            aload 1 /* out */
            bipush 32
            invokevirtual java.io.PrintStream.print:(C)V
         5: .line 216
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            iconst_1
            isub
            if_icmplt 3
        end local 2 // int i
         7: .line 220
            aload 1 /* out */
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._array:[I
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray._free:I
            iconst_1
            isub
            iaload
            invokevirtual java.io.PrintStream.println:(I)V
         8: .line 221
            goto 10
         9: .line 223
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            ldc "IntegerArray: empty"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        10: .line 225
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.PrintStream out
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.util.IntegerArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/util/IntegerArray;
            0   11     1   out  Ljava/io/PrintStream;
            2    7     2     i  I
    MethodParameters:
      Name  Flags
      out   
}
SourceFile: "IntegerArray.java"