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 0: aload 0
sipush 2048
invokespecial com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.<init>:(I)V
1: return
end local 0 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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
bipush 32
putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_numblocks:I
2: aload 0
iconst_0
putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
3: aload 0
iload 1
putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
4: aload 0
iload 1
newarray 8
putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map0:[B
5: aload 0
aload 0
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: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
iconst_0
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map0:[B
aastore
7: return
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
iload 1
invokespecial com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.<init>:(I)V
1: return
end local 2 end local 1 end local 0 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 0: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
ireturn
end local 0 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 start local 1 0: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
iload 1
if_icmpge 2
1: aload 0
iload 1
putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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 start local 1 0: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
if_icmpge 2
1: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map0:[B
aload 0
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
bastore
goto 14
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
idiv
istore 2
start local 2 3: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
irem
istore 3
start local 3 4: aload 0
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: iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
arraylength
if_icmplt 10
6: iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_numblocks:I
iadd
istore 4
start local 4 7: iload 4
anewarray byte[]
astore 5
start local 5 8: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
iconst_0
aload 5
iconst_0
aload 0
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: aload 0
aload 5
putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
end local 5 end local 4 10: StackMap locals: int int
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
iload 2
aaload
astore 4
start local 4 11: aload 4
ifnonnull 13
12: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
newarray 8
dup_x2
aastore
astore 4
13: StackMap locals: byte[]
StackMap stack:
aload 4
iload 3
iload 1
bastore
end local 4 end local 3 end local 2 14: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
iload 2
iadd
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
if_icmpge 7
1: iconst_0
istore 3
start local 3 2: goto 5
3: StackMap locals: int
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map0:[B
aload 0
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
bastore
4: iinc 3 1
StackMap locals:
StackMap stack:
5: iload 3
iload 2
if_icmplt 3
end local 3 6: goto 29
7: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
idiv
istore 3
start local 3 8: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
irem
istore 4
start local 4 9: aload 0
dup
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
iload 2
iadd
putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
10: goto 28
11: StackMap locals: int int
StackMap stack:
iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
arraylength
if_icmplt 16
12: iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_numblocks:I
iadd
istore 5
start local 5 13: iload 5
anewarray byte[]
astore 6
start local 6 14: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
iconst_0
aload 6
iconst_0
aload 0
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: aload 0
aload 6
putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
end local 6 end local 5 16: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
iload 3
aaload
astore 5
start local 5 17: aload 5
ifnonnull 19
18: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
newarray 8
dup_x2
aastore
astore 5
19: StackMap locals: byte[]
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
iload 4
isub
iload 2
if_icmpge 21
20: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
iload 4
isub
goto 22
StackMap locals:
StackMap stack:
21: iload 2
22: StackMap locals:
StackMap stack: int
istore 6
start local 6 23: iload 2
iload 6
isub
istore 2
24: goto 26
25: StackMap locals: int
StackMap stack:
aload 5
iload 4
iinc 4 1
iload 1
bastore
26: StackMap locals:
StackMap stack:
iload 6
iinc 6 -1
ifgt 25
27: iinc 3 1
iconst_0
istore 4
end local 6 end local 5 28: StackMap locals:
StackMap stack:
iload 2
ifgt 11
end local 4 end local 3 29: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
iload 1
iadd
istore 2
start local 2 1: iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
if_icmple 9
2: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
irem
istore 3
start local 3 3: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
iload 1
iadd
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
irem
istore 4
start local 4 4: iload 3
iconst_1
iadd
istore 5
start local 5 5: goto 8
6: StackMap locals: com.sun.org.apache.xml.internal.utils.SuballocatedByteVector int int int int int
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
iload 5
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
newarray 8
aastore
7: iinc 5 1
StackMap locals:
StackMap stack:
8: iload 5
iload 4
if_icmple 6
end local 5 end local 4 end local 3 9: StackMap locals:
StackMap stack:
aload 0
iload 2
putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
10: return
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
if_icmpne 2
1: aload 0
iload 1
invokevirtual com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.addElement:(B)V
goto 34
2: StackMap locals:
StackMap stack:
iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
if_icmple 16
3: iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
idiv
istore 3
start local 3 4: iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
arraylength
if_icmplt 9
5: iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_numblocks:I
iadd
istore 4
start local 4 6: iload 4
anewarray byte[]
astore 5
start local 5 7: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
iconst_0
aload 5
iconst_0
aload 0
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: aload 0
aload 5
putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
end local 5 end local 4 9: StackMap locals: int
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
iload 3
aaload
astore 4
start local 4 10: aload 4
ifnonnull 12
11: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
newarray 8
dup_x2
aastore
astore 4
12: StackMap locals: byte[]
StackMap stack:
iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
irem
istore 5
start local 5 13: aload 4
iload 5
iload 1
bastore
14: aload 0
iload 5
iconst_1
iadd
putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
end local 5 end local 4 end local 3 15: goto 34
16: StackMap locals:
StackMap stack:
iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
idiv
istore 3
start local 3 17: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
iconst_1
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
idiv
iadd
istore 4
start local 4 18: aload 0
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: iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
irem
istore 5
start local 5 20: goto 33
21: StackMap locals: int int int
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
iload 5
isub
iconst_1
isub
istore 7
start local 7 22: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
iload 3
aaload
astore 8
start local 8 23: aload 8
ifnonnull 27
24: iconst_0
istore 6
start local 6 25: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
newarray 8
dup_x2
aastore
astore 8
26: goto 29
end local 6 27: StackMap locals: com.sun.org.apache.xml.internal.utils.SuballocatedByteVector int int int int int top int byte[]
StackMap stack:
aload 8
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
iconst_1
isub
baload
istore 6
start local 6 28: aload 8
iload 5
aload 8
iload 5
iconst_1
iadd
iload 7
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
29: StackMap locals: com.sun.org.apache.xml.internal.utils.SuballocatedByteVector int int int int int int int byte[]
StackMap stack:
aload 8
iload 5
iload 1
bastore
30: iload 6
istore 1
31: iconst_0
istore 5
32: iinc 3 1
end local 8 end local 7 end local 6 33: StackMap locals:
StackMap stack:
iload 3
iload 4
if_icmple 21
end local 5 end local 4 end local 3 34: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 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 0: aload 0
iconst_0
putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
1: return
end local 0 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 start local 1 0: aload 0
iload 1
iconst_0
invokevirtual com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.indexOf:(BI)I
istore 2
start local 2 1: iload 2
ifge 3
2: iconst_0
ireturn
3: StackMap locals: int
StackMap stack:
aload 0
iload 2
invokevirtual com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.removeElementAt:(I)V
4: iconst_1
ireturn
end local 2 end local 1 end local 0 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 start local 1 0: iload 1
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
if_icmpge 21
1: iload 1
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
idiv
istore 2
start local 2 2: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
idiv
istore 3
start local 3 3: iload 1
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
irem
istore 4
start local 4 4: goto 20
5: StackMap locals: int int int
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
iload 4
isub
iconst_1
isub
istore 5
start local 5 6: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
iload 2
aaload
astore 6
start local 6 7: aload 6
ifnonnull 9
8: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
newarray 8
dup_x2
aastore
astore 6
goto 10
9: StackMap locals: int byte[]
StackMap stack:
aload 6
iload 4
iconst_1
iadd
aload 6
iload 4
iload 5
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
10: StackMap locals:
StackMap stack:
iload 2
iload 3
if_icmpge 17
11: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
iload 2
iconst_1
iadd
aaload
astore 7
start local 7 12: aload 7
ifnull 18
13: aload 6
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
iconst_1
isub
aload 7
ifnull 14
aload 7
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 16: goto 18
17: StackMap locals:
StackMap stack:
aload 6
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
iconst_1
isub
iconst_0
bastore
18: StackMap locals:
StackMap stack:
iconst_0
istore 4
19: iinc 2 1
end local 6 end local 5 20: StackMap locals:
StackMap stack:
iload 2
iload 3
if_icmple 5
end local 4 end local 3 end local 2 21: StackMap locals:
StackMap stack:
aload 0
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: return
end local 1 end local 0 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 start local 1 start local 2 0: iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
if_icmpge 3
1: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map0:[B
iload 2
iload 1
bastore
2: return
3: StackMap locals:
StackMap stack:
iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
idiv
istore 3
start local 3 4: iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
irem
istore 4
start local 4 5: iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
arraylength
if_icmplt 10
6: iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_numblocks:I
iadd
istore 5
start local 5 7: iload 5
anewarray byte[]
astore 6
start local 6 8: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
iconst_0
aload 6
iconst_0
aload 0
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: aload 0
aload 6
putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
end local 6 end local 5 10: StackMap locals: int int
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
iload 3
aaload
astore 5
start local 5 11: aload 5
ifnonnull 13
12: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
newarray 8
dup_x2
aastore
astore 5
13: StackMap locals: byte[]
StackMap stack:
aload 5
iload 4
iload 1
bastore
14: iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
if_icmplt 16
15: aload 0
iload 2
iconst_1
iadd
putfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
16: StackMap locals:
StackMap stack:
return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: iload 1
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
if_icmpge 2
1: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map0:[B
iload 1
baload
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
iload 1
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
idiv
aaload
iload 1
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
irem
baload
ireturn
end local 1 end local 0 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 start local 1 0: aload 0
iload 1
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 end local 0 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 start local 1 start local 2 0: iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
if_icmplt 2
1: iconst_m1
ireturn
2: StackMap locals:
StackMap stack:
iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
idiv
istore 3
start local 3 3: iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
irem
istore 4
start local 4 4: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
idiv
istore 5
start local 5 5: goto 16
6: StackMap locals: int int int
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
iload 3
aaload
astore 6
start local 6 7: aload 6
ifnull 14
8: iload 4
istore 7
start local 7 9: goto 13
10: StackMap locals: byte[] int
StackMap stack:
aload 6
iload 7
baload
iload 1
if_icmpne 12
11: iload 7
iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
imul
iadd
ireturn
12: StackMap locals:
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
13: iload 7
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
if_icmplt 10
end local 7 14: StackMap locals:
StackMap stack:
iconst_0
istore 4
15: iinc 3 1
end local 6 StackMap locals:
StackMap stack:
16: iload 3
iload 5
if_icmplt 6
17: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
irem
istore 7
start local 7 18: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
iload 5
aaload
astore 6
start local 6 19: iload 4
istore 8
start local 8 20: goto 24
21: StackMap locals: byte[] int int
StackMap stack:
aload 6
iload 8
baload
iload 1
if_icmpne 23
22: iload 8
iload 5
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
imul
iadd
ireturn
23: StackMap locals:
StackMap stack:
iinc 8 1
StackMap locals:
StackMap stack:
24: iload 8
iload 7
if_icmplt 21
end local 8 25: iconst_m1
ireturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
iload 1
iconst_0
invokevirtual com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.indexOf:(BI)I
ireturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
irem
istore 2
start local 2 1: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_firstFree:I
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
idiv
istore 3
start local 3 2: goto 13
3: StackMap locals: int int
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_map:[[B
iload 3
aaload
astore 4
start local 4 4: aload 4
ifnull 11
5: iload 2
istore 5
start local 5 6: goto 10
7: StackMap locals: byte[] int
StackMap stack:
aload 4
iload 5
baload
iload 1
if_icmpne 9
8: iload 5
iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedByteVector.m_blocksize:I
imul
iadd
ireturn
9: StackMap locals:
StackMap stack:
iinc 5 -1
StackMap locals:
StackMap stack:
10: iload 5
ifge 7
end local 5 11: StackMap locals:
StackMap stack:
iconst_0
istore 2
end local 4 12: iinc 3 -1
13: StackMap locals:
StackMap stack:
iload 3
14: ifge 3
end local 3 15: iconst_m1
ireturn
end local 2 end local 1 end local 0 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"