class sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray
super_class: java.lang.Object
{
final long[][] cache;
descriptor: [[J
flags: (0x0010) ACC_FINAL
final int shift;
descriptor: I
flags: (0x0010) ACC_FINAL
final int secondLayerLength;
descriptor: I
flags: (0x0010) ACC_FINAL
void <init>(int, int);
descriptor: (II)V
flags: (0x0000)
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
iload 2
putfield sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray.shift:I
2: aload 0
iconst_1
iload 2
ishl
anewarray long[]
putfield sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray.cache:[[J
3: aload 0
iload 1
iload 2
ishr
putfield sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray.secondLayerLength:I
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/font/CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray;
0 5 1 size I
0 5 2 shift I
MethodParameters:
Name Flags
size final
shift final
public long get(int);
descriptor: (I)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: iload 1
aload 0
getfield sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray.shift:I
ishr
istore 2
start local 2 1: aload 0
getfield sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray.cache:[[J
iload 2
aaload
astore 3
start local 3 2: aload 3
ifnonnull 3
lconst_0
lreturn
3: StackMap locals: int long[]
StackMap stack:
aload 3
iload 1
iload 2
iconst_1
aload 0
getfield sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray.shift:I
ishl
imul
isub
laload
lreturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/font/CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray;
0 4 1 index I
1 4 2 firstIndex I
2 4 3 firstLayerRow [J
MethodParameters:
Name Flags
index final
public void put(int, long);
descriptor: (IJ)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=3
start local 0 start local 1 start local 2 0: iload 1
aload 0
getfield sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray.shift:I
ishr
istore 4
start local 4 1: aload 0
getfield sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray.cache:[[J
iload 4
aaload
astore 5
start local 5 2: aload 5
ifnonnull 4
3: aload 0
getfield sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray.cache:[[J
iload 4
aload 0
getfield sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray.secondLayerLength:I
newarray 11
dup
astore 5
aastore
4: StackMap locals: int long[]
StackMap stack:
aload 5
iload 1
iload 4
iconst_1
aload 0
getfield sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray.shift:I
ishl
imul
isub
lload 2
lastore
5: return
end local 5 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/font/CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray;
0 6 1 index I
0 6 2 value J
1 6 4 firstIndex I
2 6 5 firstLayerRow [J
MethodParameters:
Name Flags
index final
value final
}
SourceFile: "CStrike.java"
NestHost: sun.font.CStrike
InnerClasses:
private GlyphInfoCache = sun.font.CStrike$GlyphInfoCache of sun.font.CStrike
private SparseBitShiftingTwoLayerArray = sun.font.CStrike$GlyphInfoCache$SparseBitShiftingTwoLayerArray of sun.font.CStrike$GlyphInfoCache