public class com.sun.org.apache.xml.internal.utils.SuballocatedIntVector
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xml.internal.utils.SuballocatedIntVector
super_class: java.lang.Object
{
protected int m_blocksize;
descriptor: I
flags: (0x0004) ACC_PROTECTED
protected int m_SHIFT;
descriptor: I
flags: (0x0004) ACC_PROTECTED
protected int m_MASK;
descriptor: I
flags: (0x0004) ACC_PROTECTED
protected static final int NUMBLOCKS_DEFAULT;
descriptor: I
flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
ConstantValue: 32
protected int m_numblocks;
descriptor: I
flags: (0x0004) ACC_PROTECTED
protected int[][] m_map;
descriptor: [[I
flags: (0x0004) ACC_PROTECTED
protected int m_firstFree;
descriptor: I
flags: (0x0004) ACC_PROTECTED
protected int[] m_map0;
descriptor: [I
flags: (0x0004) ACC_PROTECTED
protected int[] m_buildCache;
descriptor: [I
flags: (0x0004) ACC_PROTECTED
protected int m_buildCacheStartIndex;
descriptor: I
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.SuballocatedIntVector.<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/SuballocatedIntVector;
public void <init>(int, int);
descriptor: (II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
bipush 32
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_numblocks:I
2: aload 0
iconst_0
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_firstFree:I
3: aload 0
iconst_0
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_SHIFT:I
goto 5
StackMap locals: com.sun.org.apache.xml.internal.utils.SuballocatedIntVector int int
StackMap stack:
4: aload 0
dup
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_SHIFT:I
iconst_1
iadd
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_SHIFT:I
StackMap locals:
StackMap stack:
5: iload 1
iconst_1
iushr
dup
istore 1
ifne 4
6: aload 0
iconst_1
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_SHIFT:I
ishl
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_blocksize:I
7: aload 0
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_blocksize:I
iconst_1
isub
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_MASK:I
8: aload 0
iload 2
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_numblocks:I
9: aload 0
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_blocksize:I
newarray 10
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map0:[I
10: aload 0
iload 2
anewarray int[]
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
11: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
iconst_0
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map0:[I
aastore
12: aload 0
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map0:[I
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_buildCache:[I
13: aload 0
iconst_0
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_buildCacheStartIndex:I
14: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/sun/org/apache/xml/internal/utils/SuballocatedIntVector;
0 15 1 blocksize I
0 15 2 numblocks I
MethodParameters:
Name Flags
blocksize
numblocks
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
iload 1
bipush 32
invokespecial com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.<init>:(II)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/xml/internal/utils/SuballocatedIntVector;
0 2 1 blocksize I
MethodParameters:
Name Flags
blocksize
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.SuballocatedIntVector.m_firstFree:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/utils/SuballocatedIntVector;
public void setSize(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
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.SuballocatedIntVector.m_firstFree:I
iload 1
if_icmple 2
1: aload 0
iload 1
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.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/SuballocatedIntVector;
0 3 1 sz I
MethodParameters:
Name Flags
sz
public void addElement(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=7, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_firstFree:I
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_buildCacheStartIndex:I
isub
istore 2
start local 2 1: iload 2
iflt 5
iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_blocksize:I
if_icmpge 5
2: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_buildCache:[I
iload 2
iload 1
iastore
3: aload 0
dup
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_firstFree:I
iconst_1
iadd
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_firstFree:I
4: goto 19
5: StackMap locals: int
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_firstFree:I
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_SHIFT:I
iushr
istore 3
start local 3 6: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_firstFree:I
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_MASK:I
iand
istore 4
start local 4 7: iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
arraylength
if_icmplt 12
8: iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_numblocks:I
iadd
istore 5
start local 5 9: iload 5
anewarray int[]
astore 6
start local 6 10: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
iconst_0
aload 6
iconst_0
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
arraylength
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
11: aload 0
aload 6
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
end local 6 end local 5 12: StackMap locals: int int
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
iload 3
aaload
astore 5
start local 5 13: aload 5
ifnonnull 15
14: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_blocksize:I
newarray 10
dup_x2
aastore
astore 5
15: StackMap locals: int[]
StackMap stack:
aload 5
iload 4
iload 1
iastore
16: aload 0
aload 5
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_buildCache:[I
17: aload 0
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_firstFree:I
iload 4
isub
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_buildCacheStartIndex:I
18: aload 0
dup
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_firstFree:I
iconst_1
iadd
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_firstFree:I
end local 5 end local 4 end local 3 19: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 this Lcom/sun/org/apache/xml/internal/utils/SuballocatedIntVector;
0 20 1 value I
1 20 2 indexRelativeToCache I
6 19 3 index I
7 19 4 offset I
9 12 5 newsize I
10 12 6 newMap [[I
13 19 5 block [I
MethodParameters:
Name Flags
value
private void addElements(int, int);
descriptor: (II)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.SuballocatedIntVector.m_firstFree:I
iload 2
iadd
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.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.SuballocatedIntVector.m_map0:[I
aload 0
dup
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_firstFree:I
dup_x1
iconst_1
iadd
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_firstFree:I
iload 1
iastore
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.SuballocatedIntVector.m_firstFree:I
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_SHIFT:I
iushr
istore 3
start local 3 8: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_firstFree:I
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_MASK:I
iand
istore 4
start local 4 9: aload 0
dup
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_firstFree:I
iload 2
iadd
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.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.SuballocatedIntVector.m_map:[[I
arraylength
if_icmplt 16
12: iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_numblocks:I
iadd
istore 5
start local 5 13: iload 5
anewarray int[]
astore 6
start local 6 14: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
iconst_0
aload 6
iconst_0
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
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.SuballocatedIntVector.m_map:[[I
end local 6 end local 5 16: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
iload 3
aaload
astore 5
start local 5 17: aload 5
ifnonnull 19
18: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_blocksize:I
newarray 10
dup_x2
aastore
astore 5
19: StackMap locals: int[]
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_blocksize:I
iload 4
isub
iload 2
if_icmpge 21
20: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.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
iastore
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/SuballocatedIntVector;
0 30 1 value I
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 [[I
17 28 5 block [I
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.SuballocatedIntVector.m_firstFree:I
iload 1
iadd
istore 2
start local 2 1: iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_blocksize:I
if_icmple 9
2: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_firstFree:I
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_SHIFT:I
iushr
istore 3
start local 3 3: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_firstFree:I
iload 1
iadd
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_SHIFT:I
iushr
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.SuballocatedIntVector int int int int int
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
iload 5
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_blocksize:I
newarray 10
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.SuballocatedIntVector.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/SuballocatedIntVector;
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(int, int);
descriptor: (II)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.SuballocatedIntVector.m_firstFree:I
if_icmpne 2
1: aload 0
iload 1
invokevirtual com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.addElement:(I)V
goto 34
2: StackMap locals:
StackMap stack:
iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_firstFree:I
if_icmple 16
3: iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_SHIFT:I
iushr
istore 3
start local 3 4: iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
arraylength
if_icmplt 9
5: iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_numblocks:I
iadd
istore 4
start local 4 6: iload 4
anewarray int[]
astore 5
start local 5 7: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
iconst_0
aload 5
iconst_0
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
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.SuballocatedIntVector.m_map:[[I
end local 5 end local 4 9: StackMap locals: int
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
iload 3
aaload
astore 4
start local 4 10: aload 4
ifnonnull 12
11: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_blocksize:I
newarray 10
dup_x2
aastore
astore 4
12: StackMap locals: int[]
StackMap stack:
iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_MASK:I
iand
istore 5
start local 5 13: aload 4
iload 5
iload 1
iastore
14: aload 0
iload 5
iconst_1
iadd
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.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.SuballocatedIntVector.m_SHIFT:I
iushr
istore 3
start local 3 17: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_firstFree:I
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_SHIFT:I
iushr
istore 4
start local 4 18: aload 0
dup
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_firstFree:I
iconst_1
iadd
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_firstFree:I
19: iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_MASK:I
iand
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.SuballocatedIntVector.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.SuballocatedIntVector.m_map:[[I
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.SuballocatedIntVector.m_map:[[I
iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_blocksize:I
newarray 10
dup_x2
aastore
astore 8
26: goto 29
end local 6 27: StackMap locals: com.sun.org.apache.xml.internal.utils.SuballocatedIntVector int int int int int top int int[]
StackMap stack:
aload 8
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_blocksize:I
iconst_1
isub
iaload
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.SuballocatedIntVector int int int int int int int int[]
StackMap stack:
aload 8
iload 5
iload 1
iastore
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/SuballocatedIntVector;
0 35 1 value I
0 35 2 at I
4 15 3 index I
6 9 4 newsize I
7 9 5 newMap [[I
10 15 4 block [I
13 15 5 offset I
17 34 3 index I
18 34 4 maxindex I
20 34 5 offset I
25 27 6 push I
28 33 6 push I
22 33 7 copylen I
23 33 8 block [I
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.SuballocatedIntVector.m_firstFree:I
1: aload 0
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map0:[I
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_buildCache:[I
2: aload 0
iconst_0
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_buildCacheStartIndex:I
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/xml/internal/utils/SuballocatedIntVector;
private boolean removeElement(int);
descriptor: (I)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.SuballocatedIntVector.indexOf:(II)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.SuballocatedIntVector.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/SuballocatedIntVector;
0 5 1 s I
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.SuballocatedIntVector.m_firstFree:I
if_icmpge 21
1: iload 1
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_SHIFT:I
iushr
istore 2
start local 2 2: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_firstFree:I
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_SHIFT:I
iushr
istore 3
start local 3 3: iload 1
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_MASK:I
iand
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.SuballocatedIntVector.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.SuballocatedIntVector.m_map:[[I
iload 2
aaload
astore 6
start local 6 7: aload 6
ifnonnull 9
8: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_blocksize:I
newarray 10
dup_x2
aastore
astore 6
goto 10
9: StackMap locals: int int[]
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.SuballocatedIntVector.m_map:[[I
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.SuballocatedIntVector.m_blocksize:I
iconst_1
isub
aload 7
ifnull 14
aload 7
iconst_0
iaload
goto 15
StackMap locals: com.sun.org.apache.xml.internal.utils.SuballocatedIntVector int int int int int int[] int[]
StackMap stack: int[] int
14: iconst_0
StackMap locals: com.sun.org.apache.xml.internal.utils.SuballocatedIntVector int int int int int int[] int[]
StackMap stack: int[] int int
15: iastore
end local 7 16: goto 18
17: StackMap locals:
StackMap stack:
aload 6
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_blocksize:I
iconst_1
isub
iconst_0
iastore
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.SuballocatedIntVector.m_firstFree:I
iconst_1
isub
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.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/SuballocatedIntVector;
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 [I
12 16 7 next [I
MethodParameters:
Name Flags
at
public void setElementAt(int, int);
descriptor: (II)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.SuballocatedIntVector.m_blocksize:I
if_icmpge 2
1: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map0:[I
iload 2
iload 1
iastore
goto 13
2: StackMap locals:
StackMap stack:
iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_SHIFT:I
iushr
istore 3
start local 3 3: iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_MASK:I
iand
istore 4
start local 4 4: iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
arraylength
if_icmplt 9
5: iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_numblocks:I
iadd
istore 5
start local 5 6: iload 5
anewarray int[]
astore 6
start local 6 7: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
iconst_0
aload 6
iconst_0
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
arraylength
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
8: aload 0
aload 6
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
end local 6 end local 5 9: StackMap locals: int int
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
iload 3
aaload
astore 5
start local 5 10: aload 5
ifnonnull 12
11: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_blocksize:I
newarray 10
dup_x2
aastore
astore 5
12: StackMap locals: int[]
StackMap stack:
aload 5
iload 4
iload 1
iastore
end local 5 end local 4 end local 3 13: StackMap locals:
StackMap stack:
iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_firstFree:I
if_icmplt 15
14: aload 0
iload 2
iconst_1
iadd
putfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_firstFree:I
15: StackMap locals:
StackMap stack:
return
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/SuballocatedIntVector;
0 16 1 value I
0 16 2 at I
3 13 3 index I
4 13 4 offset I
6 9 5 newsize I
7 9 6 newMap [[I
10 13 5 block [I
MethodParameters:
Name Flags
value
at
public int elementAt(int);
descriptor: (I)I
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.SuballocatedIntVector.m_blocksize:I
if_icmpge 2
1: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map0:[I
iload 1
iaload
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
iload 1
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_SHIFT:I
iushr
aaload
iload 1
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_MASK:I
iand
iaload
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/org/apache/xml/internal/utils/SuballocatedIntVector;
0 3 1 i I
MethodParameters:
Name Flags
i
private boolean contains(int);
descriptor: (I)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.SuballocatedIntVector.indexOf:(II)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/SuballocatedIntVector;
0 2 1 s I
MethodParameters:
Name Flags
s
public int indexOf(int, int);
descriptor: (II)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.SuballocatedIntVector.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.SuballocatedIntVector.m_SHIFT:I
iushr
istore 3
start local 3 3: iload 2
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_MASK:I
iand
istore 4
start local 4 4: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_firstFree:I
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_SHIFT:I
iushr
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.SuballocatedIntVector.m_map:[[I
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: int[] int
StackMap stack:
aload 6
iload 7
iaload
iload 1
if_icmpne 12
11: iload 7
iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.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.SuballocatedIntVector.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.SuballocatedIntVector.m_firstFree:I
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_MASK:I
iand
istore 7
start local 7 18: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
iload 5
aaload
astore 6
start local 6 19: iload 4
istore 8
start local 8 20: goto 24
21: StackMap locals: int[] int int
StackMap stack:
aload 6
iload 8
iaload
iload 1
if_icmpne 23
22: iload 8
iload 5
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.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/SuballocatedIntVector;
0 26 1 elem I
0 26 2 index I
3 26 3 bindex I
4 26 4 boffset I
5 26 5 maxindex I
7 16 6 block [I
19 26 6 block [I
9 14 7 offset I
18 26 7 maxoffset I
20 25 8 offset I
MethodParameters:
Name Flags
elem
index
public int indexOf(int);
descriptor: (I)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.SuballocatedIntVector.indexOf:(II)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/SuballocatedIntVector;
0 1 1 elem I
MethodParameters:
Name Flags
elem
private int lastIndexOf(int);
descriptor: (I)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.SuballocatedIntVector.m_firstFree:I
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_MASK:I
iand
istore 2
start local 2 1: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_firstFree:I
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_SHIFT:I
iushr
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.SuballocatedIntVector.m_map:[[I
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: int[] int
StackMap stack:
aload 4
iload 5
iaload
iload 1
if_icmpne 9
8: iload 5
iload 3
aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.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/SuballocatedIntVector;
0 16 1 elem I
1 16 2 boffset I
2 15 3 index I
4 12 4 block [I
6 11 5 offset I
MethodParameters:
Name Flags
elem
public final int[] getMap0();
descriptor: ()[I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map0:[I
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/utils/SuballocatedIntVector;
public final int[][] getMap();
descriptor: ()[[I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xml.internal.utils.SuballocatedIntVector.m_map:[[I
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xml/internal/utils/SuballocatedIntVector;
}
SourceFile: "SuballocatedIntVector.java"