public final class sun.text.UCompactIntArray implements java.lang.Cloneable
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: sun.text.UCompactIntArray
super_class: java.lang.Object
{
private static final int PLANEMASK;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 196608
private static final int PLANESHIFT;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 16
private static final int PLANECOUNT;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 16
private static final int CODEPOINTMASK;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 65535
private static final int UNICODECOUNT;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 65536
private static final int BLOCKSHIFT;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 7
private static final int BLOCKCOUNT;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 128
private static final int INDEXSHIFT;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 9
private static final int INDEXCOUNT;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 512
private static final int BLOCKMASK;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 127
private int defaultValue;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int[][] values;
descriptor: [[I
flags: (0x0002) ACC_PRIVATE
private short[][] indices;
descriptor: [[S
flags: (0x0002) ACC_PRIVATE
private boolean isCompact;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean[][] blockTouched;
descriptor: [[Z
flags: (0x0002) ACC_PRIVATE
private boolean[] planeTouched;
descriptor: [Z
flags: (0x0002) ACC_PRIVATE
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
bipush 16
anewarray int[]
putfield sun.text.UCompactIntArray.values:[[I
2: aload 0
bipush 16
anewarray short[]
putfield sun.text.UCompactIntArray.indices:[[S
3: aload 0
bipush 16
anewarray boolean[]
putfield sun.text.UCompactIntArray.blockTouched:[[Z
4: aload 0
bipush 16
newarray 4
putfield sun.text.UCompactIntArray.planeTouched:[Z
5: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/text/UCompactIntArray;
public void <init>(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
invokespecial sun.text.UCompactIntArray.<init>:()V
1: aload 0
iload 1
putfield sun.text.UCompactIntArray.defaultValue:I
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/text/UCompactIntArray;
0 3 1 defaultValue I
MethodParameters:
Name Flags
defaultValue
public int elementAt(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: iload 1
ldc 196608
iand
bipush 16
ishr
istore 2
start local 2 1: aload 0
getfield sun.text.UCompactIntArray.planeTouched:[Z
iload 2
baload
ifne 3
2: aload 0
getfield sun.text.UCompactIntArray.defaultValue:I
ireturn
3: StackMap locals: int
StackMap stack:
iload 1
ldc 65535
iand
istore 1
4: aload 0
getfield sun.text.UCompactIntArray.values:[[I
iload 2
aaload
aload 0
getfield sun.text.UCompactIntArray.indices:[[S
iload 2
aaload
iload 1
bipush 7
ishr
saload
ldc 65535
iand
5: iload 1
bipush 127
iand
iadd
6: iaload
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/text/UCompactIntArray;
0 7 1 index I
1 7 2 plane I
MethodParameters:
Name Flags
index
public void setElementAt(int, int);
descriptor: (II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.text.UCompactIntArray.isCompact:Z
ifeq 2
1: aload 0
invokevirtual sun.text.UCompactIntArray.expand:()V
2: StackMap locals:
StackMap stack:
iload 1
ldc 196608
iand
bipush 16
ishr
istore 3
start local 3 3: aload 0
getfield sun.text.UCompactIntArray.planeTouched:[Z
iload 3
baload
ifne 5
4: aload 0
iload 3
invokevirtual sun.text.UCompactIntArray.initPlane:(I)V
5: StackMap locals: int
StackMap stack:
iload 1
ldc 65535
iand
istore 1
6: aload 0
getfield sun.text.UCompactIntArray.values:[[I
iload 3
aaload
iload 1
iload 2
iastore
7: aload 0
getfield sun.text.UCompactIntArray.blockTouched:[[Z
iload 3
aaload
iload 1
bipush 7
ishr
iconst_1
bastore
8: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lsun/text/UCompactIntArray;
0 9 1 index I
0 9 2 value I
3 9 3 plane I
MethodParameters:
Name Flags
index
value
public void compact();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=7, args_size=1
start local 0 0: aload 0
getfield sun.text.UCompactIntArray.isCompact:Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
iconst_0
istore 1
start local 1 3: goto 32
4: StackMap locals: int
StackMap stack:
aload 0
getfield sun.text.UCompactIntArray.planeTouched:[Z
iload 1
baload
ifne 6
5: goto 31
6: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 7: iconst_0
istore 3
start local 3 8: iconst_m1
istore 4
start local 4 9: iconst_0
istore 5
start local 5 10: goto 25
11: StackMap locals: sun.text.UCompactIntArray int int int int int
StackMap stack:
aload 0
getfield sun.text.UCompactIntArray.indices:[[S
iload 1
aaload
iload 5
iconst_m1
sastore
12: aload 0
getfield sun.text.UCompactIntArray.blockTouched:[[Z
iload 1
aaload
iload 5
baload
ifne 15
iload 4
iconst_m1
if_icmpeq 15
13: aload 0
getfield sun.text.UCompactIntArray.indices:[[S
iload 1
aaload
iload 5
iload 4
sastore
14: goto 24
15: StackMap locals:
StackMap stack:
iload 2
sipush 128
imul
istore 6
start local 6 16: iload 5
iload 2
if_icmple 20
17: aload 0
getfield sun.text.UCompactIntArray.values:[[I
iload 1
aaload
iload 3
18: aload 0
getfield sun.text.UCompactIntArray.values:[[I
iload 1
aaload
iload 6
sipush 128
19: invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
20: StackMap locals: int
StackMap stack:
aload 0
getfield sun.text.UCompactIntArray.blockTouched:[[Z
iload 1
aaload
iload 5
baload
ifne 22
21: iload 6
i2s
istore 4
22: StackMap locals:
StackMap stack:
aload 0
getfield sun.text.UCompactIntArray.indices:[[S
iload 1
aaload
iload 5
iload 6
i2s
sastore
23: iinc 2 1
end local 6 24: StackMap locals:
StackMap stack:
iinc 5 1
iinc 3 128
StackMap locals:
StackMap stack:
25: iload 5
aload 0
getfield sun.text.UCompactIntArray.indices:[[S
iload 1
aaload
arraylength
if_icmplt 11
end local 5 26: iload 2
sipush 128
imul
istore 5
start local 5 27: iload 5
newarray 10
astore 6
start local 6 28: aload 0
getfield sun.text.UCompactIntArray.values:[[I
iload 1
aaload
iconst_0
aload 6
iconst_0
iload 5
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
29: aload 0
getfield sun.text.UCompactIntArray.values:[[I
iload 1
aload 6
aastore
30: aload 0
getfield sun.text.UCompactIntArray.blockTouched:[[Z
iload 1
aconst_null
aastore
end local 6 end local 5 end local 4 end local 3 end local 2 31: StackMap locals: sun.text.UCompactIntArray int
StackMap stack:
iinc 1 1
StackMap locals:
StackMap stack:
32: iload 1
bipush 16
if_icmplt 4
end local 1 33: aload 0
iconst_1
putfield sun.text.UCompactIntArray.isCompact:Z
34: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 35 0 this Lsun/text/UCompactIntArray;
3 33 1 plane I
7 31 2 limitCompacted I
8 31 3 iBlockStart I
9 31 4 iUntouched S
10 26 5 i I
16 24 6 jBlockStart I
27 31 5 newSize I
28 31 6 result [I
private void expand();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=4, args_size=1
start local 0 0: aload 0
getfield sun.text.UCompactIntArray.isCompact:Z
ifeq 23
1: iconst_0
istore 3
start local 3 2: goto 21
3: StackMap locals: sun.text.UCompactIntArray top top int
StackMap stack:
aload 0
getfield sun.text.UCompactIntArray.planeTouched:[Z
iload 3
baload
ifne 5
4: goto 20
5: StackMap locals:
StackMap stack:
aload 0
getfield sun.text.UCompactIntArray.blockTouched:[[Z
iload 3
sipush 512
newarray 4
aastore
6: ldc 65536
newarray 10
astore 2
start local 2 7: iconst_0
istore 1
start local 1 8: goto 14
9: StackMap locals: sun.text.UCompactIntArray int int[] int
StackMap stack:
aload 2
iload 1
aload 0
getfield sun.text.UCompactIntArray.values:[[I
iload 3
aaload
aload 0
getfield sun.text.UCompactIntArray.indices:[[S
iload 3
aaload
iload 1
bipush 7
ishr
saload
10: ldc 65535
iload 1
bipush 127
iand
iadd
iand
iaload
11: iastore
12: aload 0
getfield sun.text.UCompactIntArray.blockTouched:[[Z
iload 3
aaload
iload 1
bipush 7
ishr
iconst_1
bastore
13: iinc 1 1
StackMap locals:
StackMap stack:
14: iload 1
ldc 65536
if_icmplt 9
15: iconst_0
istore 1
goto 18
16: StackMap locals:
StackMap stack:
aload 0
getfield sun.text.UCompactIntArray.indices:[[S
iload 3
aaload
iload 1
iload 1
bipush 7
ishl
i2s
sastore
17: iinc 1 1
StackMap locals:
StackMap stack:
18: iload 1
sipush 512
if_icmplt 16
19: aload 0
getfield sun.text.UCompactIntArray.values:[[I
iload 3
aload 2
aastore
end local 2 end local 1 20: StackMap locals: sun.text.UCompactIntArray top top int
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
21: iload 3
bipush 16
if_icmplt 3
end local 3 22: aload 0
iconst_0
putfield sun.text.UCompactIntArray.isCompact:Z
23: StackMap locals: sun.text.UCompactIntArray
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Lsun/text/UCompactIntArray;
8 20 1 i I
7 20 2 tempArray [I
2 22 3 plane I
private void initPlane(int);
descriptor: (I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.text.UCompactIntArray.values:[[I
iload 1
ldc 65536
newarray 10
aastore
1: aload 0
getfield sun.text.UCompactIntArray.indices:[[S
iload 1
sipush 512
newarray 9
aastore
2: aload 0
getfield sun.text.UCompactIntArray.blockTouched:[[Z
iload 1
sipush 512
newarray 4
aastore
3: aload 0
getfield sun.text.UCompactIntArray.planeTouched:[Z
iload 1
iconst_1
bastore
4: aload 0
getfield sun.text.UCompactIntArray.planeTouched:[Z
iconst_0
baload
ifeq 7
iload 1
ifeq 7
5: aload 0
getfield sun.text.UCompactIntArray.indices:[[S
iconst_0
aaload
iconst_0
aload 0
getfield sun.text.UCompactIntArray.indices:[[S
iload 1
aaload
iconst_0
sipush 512
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
6: goto 12
7: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 8: goto 11
9: StackMap locals: int
StackMap stack:
aload 0
getfield sun.text.UCompactIntArray.indices:[[S
iload 1
aaload
iload 2
iload 2
bipush 7
ishl
i2s
sastore
10: iinc 2 1
StackMap locals:
StackMap stack:
11: iload 2
sipush 512
if_icmplt 9
end local 2 12: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 13: goto 16
14: StackMap locals: int
StackMap stack:
aload 0
getfield sun.text.UCompactIntArray.values:[[I
iload 1
aaload
iload 2
aload 0
getfield sun.text.UCompactIntArray.defaultValue:I
iastore
15: iinc 2 1
StackMap locals:
StackMap stack:
16: iload 2
ldc 65536
if_icmplt 14
end local 2 17: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lsun/text/UCompactIntArray;
0 18 1 plane I
8 12 2 i I
13 17 2 i I
MethodParameters:
Name Flags
plane
public int getKSize();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: iconst_0
istore 2
start local 2 2: goto 6
3: StackMap locals: int int
StackMap stack:
aload 0
getfield sun.text.UCompactIntArray.planeTouched:[Z
iload 2
baload
ifeq 5
4: iload 1
aload 0
getfield sun.text.UCompactIntArray.values:[[I
iload 2
aaload
arraylength
iconst_4
imul
aload 0
getfield sun.text.UCompactIntArray.indices:[[S
iload 2
aaload
arraylength
iconst_2
imul
iadd
iadd
istore 1
5: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
6: iload 2
bipush 16
if_icmplt 3
end local 2 7: iload 1
sipush 1024
idiv
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/text/UCompactIntArray;
1 8 1 size I
2 7 2 plane I
}
SourceFile: "UCompactIntArray.java"