public class com.sun.org.apache.xml.internal.utils.SuballocatedByteVector
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.utils.SuballocatedByteVector
  super_class: java.lang.Object
{
  protected int m_blocksize;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int m_numblocks;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected byte[][] m_map;
    descriptor: [[B
    flags: (0x0004) ACC_PROTECTED

  protected int m_firstFree;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected byte[] m_map0;
    descriptor: [B
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
         0: .line 68
            aload 0 /* this */
            sipush 2048
            invokespecial com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.<init>:(I)V
         1: .line 69
            return
        end local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/utils/SuballocatedByteVector;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
        start local 1 // int blocksize
         0: .line 76
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 0 /* this */
            bipush 32
            putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_numblocks:I
         2: .line 57
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
         3: .line 78
            aload 0 /* this */
            iload 1 /* blocksize */
            putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
         4: .line 79
            aload 0 /* this */
            iload 1 /* blocksize */
            newarray 8
            putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map0:[B
         5: .line 80
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_numblocks:I
            anewarray byte[]
            putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
         6: .line 81
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map0:[B
            aastore
         7: .line 82
            return
        end local 1 // int blocksize
        end local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lcom/sun/org/apache/xml/internal/utils/SuballocatedByteVector;
            0    8     1  blocksize  I
    MethodParameters:
           Name  Flags
      blocksize  

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
        start local 1 // int blocksize
        start local 2 // int increaseSize
         0: .line 92
            aload 0 /* this */
            iload 1 /* blocksize */
            invokespecial com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.<init>:(I)V
         1: .line 93
            return
        end local 2 // int increaseSize
        end local 1 // int blocksize
        end local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/sun/org/apache/xml/internal/utils/SuballocatedByteVector;
            0    2     1     blocksize  I
            0    2     2  increaseSize  I
    MethodParameters:
              Name  Flags
      blocksize     
      increaseSize  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
         0: .line 103
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/utils/SuballocatedByteVector;

  private void setSize(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
        start local 1 // int sz
         0: .line 113
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            iload 1 /* sz */
            if_icmpge 2
         1: .line 114
            aload 0 /* this */
            iload 1 /* sz */
            putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
         2: .line 115
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int sz
        end local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xml/internal/utils/SuballocatedByteVector;
            0    3     1    sz  I
    MethodParameters:
      Name  Flags
      sz    

  public void addElement(byte);
    descriptor: (B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
        start local 1 // byte value
         0: .line 124
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            if_icmpge 2
         1: .line 125
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map0:[B
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            iload 1 /* value */
            bastore
            goto 14
         2: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            idiv
            istore 2 /* index */
        start local 2 // int index
         3: .line 129
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            irem
            istore 3 /* offset */
        start local 3 // int offset
         4: .line 130
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            iconst_1
            iadd
            putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
         5: .line 132
            iload 2 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            arraylength
            if_icmplt 10
         6: .line 134
            iload 2 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_numblocks:I
            iadd
            istore 4 /* newsize */
        start local 4 // int newsize
         7: .line 135
            iload 4 /* newsize */
            anewarray byte[]
            astore 5 /* newMap */
        start local 5 // byte[][] newMap
         8: .line 136
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            iconst_0
            aload 5 /* newMap */
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 137
            aload 0 /* this */
            aload 5 /* newMap */
            putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
        end local 5 // byte[][] newMap
        end local 4 // int newsize
        10: .line 139
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            iload 2 /* index */
            aaload
            astore 4 /* block */
        start local 4 // byte[] block
        11: .line 140
            aload 4 /* block */
            ifnonnull 13
        12: .line 141
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            iload 2 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            newarray 8
            dup_x2
            aastore
            astore 4 /* block */
        13: .line 142
      StackMap locals: byte[]
      StackMap stack:
            aload 4 /* block */
            iload 3 /* offset */
            iload 1 /* value */
            bastore
        end local 4 // byte[] block
        end local 3 // int offset
        end local 2 // int index
        14: .line 144
      StackMap locals:
      StackMap stack:
            return
        end local 1 // byte value
        end local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Lcom/sun/org/apache/xml/internal/utils/SuballocatedByteVector;
            0   15     1    value  B
            3   14     2    index  I
            4   14     3   offset  I
            7   10     4  newsize  I
            8   10     5   newMap  [[B
           11   14     4    block  [B
    MethodParameters:
       Name  Flags
      value  

  private void addElements(byte, int);
    descriptor: (BI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
        start local 1 // byte value
        start local 2 // int numberOfElements
         0: .line 153
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            iload 2 /* numberOfElements */
            iadd
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            if_icmpge 7
         1: .line 154
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 156
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map0:[B
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            iload 1 /* value */
            bastore
         4: .line 154
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            iload 2 /* numberOfElements */
            if_icmplt 3
        end local 3 // int i
         6: .line 157
            goto 29
         7: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            idiv
            istore 3 /* index */
        start local 3 // int index
         8: .line 161
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            irem
            istore 4 /* offset */
        start local 4 // int offset
         9: .line 162
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            iload 2 /* numberOfElements */
            iadd
            putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
        10: .line 163
            goto 28
        11: .line 165
      StackMap locals: int int
      StackMap stack:
            iload 3 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            arraylength
            if_icmplt 16
        12: .line 167
            iload 3 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_numblocks:I
            iadd
            istore 5 /* newsize */
        start local 5 // int newsize
        13: .line 168
            iload 5 /* newsize */
            anewarray byte[]
            astore 6 /* newMap */
        start local 6 // byte[][] newMap
        14: .line 169
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            iconst_0
            aload 6 /* newMap */
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        15: .line 170
            aload 0 /* this */
            aload 6 /* newMap */
            putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
        end local 6 // byte[][] newMap
        end local 5 // int newsize
        16: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            iload 3 /* index */
            aaload
            astore 5 /* block */
        start local 5 // byte[] block
        17: .line 173
            aload 5 /* block */
            ifnonnull 19
        18: .line 174
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            iload 3 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            newarray 8
            dup_x2
            aastore
            astore 5 /* block */
        19: .line 175
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            iload 4 /* offset */
            isub
            iload 2 /* numberOfElements */
            if_icmpge 21
        20: .line 176
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            iload 4 /* offset */
            isub
            goto 22
      StackMap locals:
      StackMap stack:
        21: iload 2 /* numberOfElements */
        22: .line 175
      StackMap locals:
      StackMap stack: int
            istore 6 /* copied */
        start local 6 // int copied
        23: .line 177
            iload 2 /* numberOfElements */
            iload 6 /* copied */
            isub
            istore 2 /* numberOfElements */
        24: .line 178
            goto 26
        25: .line 179
      StackMap locals: int
      StackMap stack:
            aload 5 /* block */
            iload 4 /* offset */
            iinc 4 /* offset */ 1
            iload 1 /* value */
            bastore
        26: .line 178
      StackMap locals:
      StackMap stack:
            iload 6 /* copied */
            iinc 6 /* copied */ -1
            ifgt 25
        27: .line 181
            iinc 3 /* index */ 1
            iconst_0
            istore 4 /* offset */
        end local 6 // int copied
        end local 5 // byte[] block
        28: .line 163
      StackMap locals:
      StackMap stack:
            iload 2 /* numberOfElements */
            ifgt 11
        end local 4 // int offset
        end local 3 // int index
        29: .line 184
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int numberOfElements
        end local 1 // byte value
        end local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   30     0              this  Lcom/sun/org/apache/xml/internal/utils/SuballocatedByteVector;
            0   30     1             value  B
            0   30     2  numberOfElements  I
            2    6     3                 i  I
            8   29     3             index  I
            9   29     4            offset  I
           13   16     5           newsize  I
           14   16     6            newMap  [[B
           17   28     5             block  [B
           23   28     6            copied  I
    MethodParameters:
                  Name  Flags
      value             
      numberOfElements  

  private void addElements(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
        start local 1 // int numberOfElements
         0: .line 194
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            iload 1 /* numberOfElements */
            iadd
            istore 2 /* newlen */
        start local 2 // int newlen
         1: .line 195
            iload 2 /* newlen */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            if_icmple 9
         2: .line 197
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            irem
            istore 3 /* index */
        start local 3 // int index
         3: .line 198
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            iload 1 /* numberOfElements */
            iadd
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            irem
            istore 4 /* newindex */
        start local 4 // int newindex
         4: .line 199
            iload 3 /* index */
            iconst_1
            iadd
            istore 5 /* i */
        start local 5 // int i
         5: goto 8
         6: .line 200
      StackMap locals: com.sun.org.apache.xml.internal.utils.SuballocatedByteVector int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            iload 5 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            newarray 8
            aastore
         7: .line 199
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            iload 4 /* newindex */
            if_icmple 6
        end local 5 // int i
        end local 4 // int newindex
        end local 3 // int index
         9: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* newlen */
            putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
        10: .line 203
            return
        end local 2 // int newlen
        end local 1 // int numberOfElements
        end local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   11     0              this  Lcom/sun/org/apache/xml/internal/utils/SuballocatedByteVector;
            0   11     1  numberOfElements  I
            1   11     2            newlen  I
            3    9     3             index  I
            4    9     4          newindex  I
            5    9     5                 i  I
    MethodParameters:
                  Name  Flags
      numberOfElements  

  private void insertElementAt(byte, int);
    descriptor: (BI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
        start local 1 // byte value
        start local 2 // int at
         0: .line 218
            iload 2 /* at */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            if_icmpne 2
         1: .line 219
            aload 0 /* this */
            iload 1 /* value */
            invokevirtual com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.addElement:(B)V
            goto 34
         2: .line 220
      StackMap locals:
      StackMap stack:
            iload 2 /* at */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            if_icmple 16
         3: .line 222
            iload 2 /* at */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            idiv
            istore 3 /* index */
        start local 3 // int index
         4: .line 223
            iload 3 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            arraylength
            if_icmplt 9
         5: .line 225
            iload 3 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_numblocks:I
            iadd
            istore 4 /* newsize */
        start local 4 // int newsize
         6: .line 226
            iload 4 /* newsize */
            anewarray byte[]
            astore 5 /* newMap */
        start local 5 // byte[][] newMap
         7: .line 227
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            iconst_0
            aload 5 /* newMap */
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 228
            aload 0 /* this */
            aload 5 /* newMap */
            putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
        end local 5 // byte[][] newMap
        end local 4 // int newsize
         9: .line 230
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            iload 3 /* index */
            aaload
            astore 4 /* block */
        start local 4 // byte[] block
        10: .line 231
            aload 4 /* block */
            ifnonnull 12
        11: .line 232
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            iload 3 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            newarray 8
            dup_x2
            aastore
            astore 4 /* block */
        12: .line 233
      StackMap locals: byte[]
      StackMap stack:
            iload 2 /* at */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            irem
            istore 5 /* offset */
        start local 5 // int offset
        13: .line 234
            aload 4 /* block */
            iload 5 /* offset */
            iload 1 /* value */
            bastore
        14: .line 235
            aload 0 /* this */
            iload 5 /* offset */
            iconst_1
            iadd
            putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
        end local 5 // int offset
        end local 4 // byte[] block
        end local 3 // int index
        15: .line 236
            goto 34
        16: .line 239
      StackMap locals:
      StackMap stack:
            iload 2 /* at */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            idiv
            istore 3 /* index */
        start local 3 // int index
        17: .line 240
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            iconst_1
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            idiv
            iadd
            istore 4 /* maxindex */
        start local 4 // int maxindex
        18: .line 241
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            iconst_1
            iadd
            putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
        19: .line 242
            iload 2 /* at */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            irem
            istore 5 /* offset */
        start local 5 // int offset
        20: .line 246
            goto 33
        21: .line 248
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            iload 5 /* offset */
            isub
            iconst_1
            isub
            istore 7 /* copylen */
        start local 7 // int copylen
        22: .line 249
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            iload 3 /* index */
            aaload
            astore 8 /* block */
        start local 8 // byte[] block
        23: .line 250
            aload 8 /* block */
            ifnonnull 27
        24: .line 252
            iconst_0
            istore 6 /* push */
        start local 6 // byte push
        25: .line 253
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            iload 3 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            newarray 8
            dup_x2
            aastore
            astore 8 /* block */
        26: .line 254
            goto 29
        end local 6 // byte push
        27: .line 257
      StackMap locals: com.sun.org.apache.xml.internal.utils.SuballocatedByteVector int int int int int top int byte[]
      StackMap stack:
            aload 8 /* block */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            iconst_1
            isub
            baload
            istore 6 /* push */
        start local 6 // byte push
        28: .line 258
            aload 8 /* block */
            iload 5 /* offset */
            aload 8 /* block */
            iload 5 /* offset */
            iconst_1
            iadd
            iload 7 /* copylen */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        29: .line 260
      StackMap locals: com.sun.org.apache.xml.internal.utils.SuballocatedByteVector int int int int int int int byte[]
      StackMap stack:
            aload 8 /* block */
            iload 5 /* offset */
            iload 1 /* value */
            bastore
        30: .line 261
            iload 6 /* push */
            istore 1 /* value */
        31: .line 262
            iconst_0
            istore 5 /* offset */
        32: .line 263
            iinc 3 /* index */ 1
        end local 8 // byte[] block
        end local 7 // int copylen
        end local 6 // byte push
        33: .line 246
      StackMap locals:
      StackMap stack:
            iload 3 /* index */
            iload 4 /* maxindex */
            if_icmple 21
        end local 5 // int offset
        end local 4 // int maxindex
        end local 3 // int index
        34: .line 266
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int at
        end local 1 // byte value
        end local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   35     0      this  Lcom/sun/org/apache/xml/internal/utils/SuballocatedByteVector;
            0   35     1     value  B
            0   35     2        at  I
            4   15     3     index  I
            6    9     4   newsize  I
            7    9     5    newMap  [[B
           10   15     4     block  [B
           13   15     5    offset  I
           17   34     3     index  I
           18   34     4  maxindex  I
           20   34     5    offset  I
           25   27     6      push  B
           28   33     6      push  B
           22   33     7   copylen  I
           23   33     8     block  [B
    MethodParameters:
       Name  Flags
      value  
      at     

  public void removeAllElements();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
         0: .line 273
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
         1: .line 274
            return
        end local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/utils/SuballocatedByteVector;

  private boolean removeElement(byte);
    descriptor: (B)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
        start local 1 // byte s
         0: .line 289
            aload 0 /* this */
            iload 1 /* s */
            iconst_0
            invokevirtual com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.indexOf:(BI)I
            istore 2 /* at */
        start local 2 // int at
         1: .line 290
            iload 2 /* at */
            ifge 3
         2: .line 291
            iconst_0
            ireturn
         3: .line 292
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* at */
            invokevirtual com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.removeElementAt:(I)V
         4: .line 293
            iconst_1
            ireturn
        end local 2 // int at
        end local 1 // byte s
        end local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/org/apache/xml/internal/utils/SuballocatedByteVector;
            0    5     1     s  B
            1    5     2    at  I
    MethodParameters:
      Name  Flags
      s     

  private void removeElementAt(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
        start local 1 // int at
         0: .line 307
            iload 1 /* at */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            if_icmpge 21
         1: .line 309
            iload 1 /* at */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            idiv
            istore 2 /* index */
        start local 2 // int index
         2: .line 310
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            idiv
            istore 3 /* maxindex */
        start local 3 // int maxindex
         3: .line 311
            iload 1 /* at */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            irem
            istore 4 /* offset */
        start local 4 // int offset
         4: .line 313
            goto 20
         5: .line 315
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            iload 4 /* offset */
            isub
            iconst_1
            isub
            istore 5 /* copylen */
        start local 5 // int copylen
         6: .line 316
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            iload 2 /* index */
            aaload
            astore 6 /* block */
        start local 6 // byte[] block
         7: .line 317
            aload 6 /* block */
            ifnonnull 9
         8: .line 318
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            iload 2 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            newarray 8
            dup_x2
            aastore
            astore 6 /* block */
            goto 10
         9: .line 320
      StackMap locals: int byte[]
      StackMap stack:
            aload 6 /* block */
            iload 4 /* offset */
            iconst_1
            iadd
            aload 6 /* block */
            iload 4 /* offset */
            iload 5 /* copylen */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        10: .line 321
      StackMap locals:
      StackMap stack:
            iload 2 /* index */
            iload 3 /* maxindex */
            if_icmpge 17
        11: .line 323
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            iload 2 /* index */
            iconst_1
            iadd
            aaload
            astore 7 /* next */
        start local 7 // byte[] next
        12: .line 324
            aload 7 /* next */
            ifnull 18
        13: .line 325
            aload 6 /* block */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            iconst_1
            isub
            aload 7 /* next */
            ifnull 14
            aload 7 /* next */
            iconst_0
            baload
            goto 15
      StackMap locals: com.sun.org.apache.xml.internal.utils.SuballocatedByteVector int int int int int byte[] byte[]
      StackMap stack: byte[] int
        14: iconst_0
      StackMap locals: com.sun.org.apache.xml.internal.utils.SuballocatedByteVector int int int int int byte[] byte[]
      StackMap stack: byte[] int int
        15: bastore
        end local 7 // byte[] next
        16: .line 326
            goto 18
        17: .line 328
      StackMap locals:
      StackMap stack:
            aload 6 /* block */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            iconst_1
            isub
            iconst_0
            bastore
        18: .line 329
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* offset */
        19: .line 330
            iinc 2 /* index */ 1
        end local 6 // byte[] block
        end local 5 // int copylen
        20: .line 313
      StackMap locals:
      StackMap stack:
            iload 2 /* index */
            iload 3 /* maxindex */
            if_icmple 5
        end local 4 // int offset
        end local 3 // int maxindex
        end local 2 // int index
        21: .line 333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            iconst_1
            isub
            putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
        22: .line 334
            return
        end local 1 // int at
        end local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   23     0      this  Lcom/sun/org/apache/xml/internal/utils/SuballocatedByteVector;
            0   23     1        at  I
            2   21     2     index  I
            3   21     3  maxindex  I
            4   21     4    offset  I
            6   20     5   copylen  I
            7   20     6     block  [B
           12   16     7      next  [B
    MethodParameters:
      Name  Flags
      at    

  public void setElementAt(byte, int);
    descriptor: (BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
        start local 1 // byte value
        start local 2 // int at
         0: .line 348
            iload 2 /* at */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            if_icmpge 3
         1: .line 350
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map0:[B
            iload 2 /* at */
            iload 1 /* value */
            bastore
         2: .line 351
            return
         3: .line 354
      StackMap locals:
      StackMap stack:
            iload 2 /* at */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            idiv
            istore 3 /* index */
        start local 3 // int index
         4: .line 355
            iload 2 /* at */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            irem
            istore 4 /* offset */
        start local 4 // int offset
         5: .line 357
            iload 3 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            arraylength
            if_icmplt 10
         6: .line 359
            iload 3 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_numblocks:I
            iadd
            istore 5 /* newsize */
        start local 5 // int newsize
         7: .line 360
            iload 5 /* newsize */
            anewarray byte[]
            astore 6 /* newMap */
        start local 6 // byte[][] newMap
         8: .line 361
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            iconst_0
            aload 6 /* newMap */
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 362
            aload 0 /* this */
            aload 6 /* newMap */
            putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
        end local 6 // byte[][] newMap
        end local 5 // int newsize
        10: .line 365
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            iload 3 /* index */
            aaload
            astore 5 /* block */
        start local 5 // byte[] block
        11: .line 366
            aload 5 /* block */
            ifnonnull 13
        12: .line 367
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            iload 3 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            newarray 8
            dup_x2
            aastore
            astore 5 /* block */
        13: .line 368
      StackMap locals: byte[]
      StackMap stack:
            aload 5 /* block */
            iload 4 /* offset */
            iload 1 /* value */
            bastore
        14: .line 370
            iload 2 /* at */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            if_icmplt 16
        15: .line 371
            aload 0 /* this */
            iload 2 /* at */
            iconst_1
            iadd
            putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
        16: .line 372
      StackMap locals:
      StackMap stack:
            return
        end local 5 // byte[] block
        end local 4 // int offset
        end local 3 // int index
        end local 2 // int at
        end local 1 // byte value
        end local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Lcom/sun/org/apache/xml/internal/utils/SuballocatedByteVector;
            0   17     1    value  B
            0   17     2       at  I
            4   17     3    index  I
            5   17     4   offset  I
            7   10     5  newsize  I
            8   10     6   newMap  [[B
           11   17     5    block  [B
    MethodParameters:
       Name  Flags
      value  
      at     

  public byte elementAt(int);
    descriptor: (I)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
        start local 1 // int i
         0: .line 399
            iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            if_icmpge 2
         1: .line 400
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map0:[B
            iload 1 /* i */
            baload
            ireturn
         2: .line 402
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            idiv
            aaload
            iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            irem
            baload
            ireturn
        end local 1 // int i
        end local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xml/internal/utils/SuballocatedByteVector;
            0    3     1     i  I
    MethodParameters:
      Name  Flags
      i     

  private boolean contains(byte);
    descriptor: (B)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
        start local 1 // byte s
         0: .line 414
            aload 0 /* this */
            iload 1 /* s */
            iconst_0
            invokevirtual com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.indexOf:(BI)I
            iflt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // byte s
        end local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/utils/SuballocatedByteVector;
            0    2     1     s  B
    MethodParameters:
      Name  Flags
      s     

  public int indexOf(byte, int);
    descriptor: (BI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
        start local 1 // byte elem
        start local 2 // int index
         0: .line 430
            iload 2 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            if_icmplt 2
         1: .line 431
            iconst_m1
            ireturn
         2: .line 433
      StackMap locals:
      StackMap stack:
            iload 2 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            idiv
            istore 3 /* bindex */
        start local 3 // int bindex
         3: .line 434
            iload 2 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            irem
            istore 4 /* boffset */
        start local 4 // int boffset
         4: .line 435
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            idiv
            istore 5 /* maxindex */
        start local 5 // int maxindex
         5: .line 438
            goto 16
         6: .line 440
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            iload 3 /* bindex */
            aaload
            astore 6 /* block */
        start local 6 // byte[] block
         7: .line 441
            aload 6 /* block */
            ifnull 14
         8: .line 442
            iload 4 /* boffset */
            istore 7 /* offset */
        start local 7 // int offset
         9: goto 13
        10: .line 443
      StackMap locals: byte[] int
      StackMap stack:
            aload 6 /* block */
            iload 7 /* offset */
            baload
            iload 1 /* elem */
            if_icmpne 12
        11: .line 444
            iload 7 /* offset */
            iload 3 /* bindex */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            imul
            iadd
            ireturn
        12: .line 442
      StackMap locals:
      StackMap stack:
            iinc 7 /* offset */ 1
      StackMap locals:
      StackMap stack:
        13: iload 7 /* offset */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            if_icmplt 10
        end local 7 // int offset
        14: .line 445
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* boffset */
        15: .line 438
            iinc 3 /* bindex */ 1
        end local 6 // byte[] block
      StackMap locals:
      StackMap stack:
        16: iload 3 /* bindex */
            iload 5 /* maxindex */
            if_icmplt 6
        17: .line 448
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            irem
            istore 7 /* maxoffset */
        start local 7 // int maxoffset
        18: .line 449
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            iload 5 /* maxindex */
            aaload
            astore 6 /* block */
        start local 6 // byte[] block
        19: .line 450
            iload 4 /* boffset */
            istore 8 /* offset */
        start local 8 // int offset
        20: goto 24
        21: .line 451
      StackMap locals: byte[] int int
      StackMap stack:
            aload 6 /* block */
            iload 8 /* offset */
            baload
            iload 1 /* elem */
            if_icmpne 23
        22: .line 452
            iload 8 /* offset */
            iload 5 /* maxindex */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            imul
            iadd
            ireturn
        23: .line 450
      StackMap locals:
      StackMap stack:
            iinc 8 /* offset */ 1
      StackMap locals:
      StackMap stack:
        24: iload 8 /* offset */
            iload 7 /* maxoffset */
            if_icmplt 21
        end local 8 // int offset
        25: .line 454
            iconst_m1
            ireturn
        end local 7 // int maxoffset
        end local 6 // byte[] block
        end local 5 // int maxindex
        end local 4 // int boffset
        end local 3 // int bindex
        end local 2 // int index
        end local 1 // byte elem
        end local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   26     0       this  Lcom/sun/org/apache/xml/internal/utils/SuballocatedByteVector;
            0   26     1       elem  B
            0   26     2      index  I
            3   26     3     bindex  I
            4   26     4    boffset  I
            5   26     5   maxindex  I
            7   16     6      block  [B
           19   26     6      block  [B
            9   14     7     offset  I
           18   26     7  maxoffset  I
           20   25     8     offset  I
    MethodParameters:
       Name  Flags
      elem   
      index  

  public int indexOf(byte);
    descriptor: (B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
        start local 1 // byte elem
         0: .line 469
            aload 0 /* this */
            iload 1 /* elem */
            iconst_0
            invokevirtual com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.indexOf:(BI)I
            ireturn
        end local 1 // byte elem
        end local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/utils/SuballocatedByteVector;
            0    1     1  elem  B
    MethodParameters:
      Name  Flags
      elem  

  private int lastIndexOf(byte);
    descriptor: (B)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
        start local 1 // byte elem
         0: .line 484
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            irem
            istore 2 /* boffset */
        start local 2 // int boffset
         1: .line 485
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            idiv
            istore 3 /* index */
        start local 3 // int index
         2: .line 486
            goto 13
         3: .line 489
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
            iload 3 /* index */
            aaload
            astore 4 /* block */
        start local 4 // byte[] block
         4: .line 490
            aload 4 /* block */
            ifnull 11
         5: .line 491
            iload 2 /* boffset */
            istore 5 /* offset */
        start local 5 // int offset
         6: goto 10
         7: .line 492
      StackMap locals: byte[] int
      StackMap stack:
            aload 4 /* block */
            iload 5 /* offset */
            baload
            iload 1 /* elem */
            if_icmpne 9
         8: .line 493
            iload 5 /* offset */
            iload 3 /* index */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
            imul
            iadd
            ireturn
         9: .line 491
      StackMap locals:
      StackMap stack:
            iinc 5 /* offset */ -1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* offset */
            ifge 7
        end local 5 // int offset
        11: .line 494
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* boffset */
        end local 4 // byte[] block
        12: .line 487
            iinc 3 /* index */ -1
        13: .line 486
      StackMap locals:
      StackMap stack:
            iload 3 /* index */
        14: .line 485
            ifge 3
        end local 3 // int index
        15: .line 496
            iconst_m1
            ireturn
        end local 2 // int boffset
        end local 1 // byte elem
        end local 0 // com.sun.org.apache.xml.internal.utils.SuballocatedByteVector this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Lcom/sun/org/apache/xml/internal/utils/SuballocatedByteVector;
            0   16     1     elem  B
            1   16     2  boffset  I
            2   15     3    index  I
            4   12     4    block  [B
            6   11     5   offset  I
    MethodParameters:
      Name  Flags
      elem  
}
SourceFile: "SuballocatedByteVector.java"