class sun.font.CMap$CMapFormat6 extends sun.font.CMap
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.font.CMap$CMapFormat6
super_class: sun.font.CMap
{
char firstCode;
descriptor: C
flags: (0x0000)
char entryCount;
descriptor: C
flags: (0x0000)
char[] glyphIdArray;
descriptor: [C
flags: (0x0000)
void <init>(java.nio.ByteBuffer, int, char[]);
descriptor: (Ljava/nio/ByteBuffer;I[C)V
flags: (0x0000)
Code:
stack=3, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial sun.font.CMap.<init>:()V
1: aload 1
iload 2
bipush 6
iadd
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
pop
2: aload 1
invokevirtual java.nio.ByteBuffer.asCharBuffer:()Ljava/nio/CharBuffer;
astore 4
start local 4 3: aload 0
aload 4
invokevirtual java.nio.CharBuffer.get:()C
putfield sun.font.CMap$CMapFormat6.firstCode:C
4: aload 0
aload 4
invokevirtual java.nio.CharBuffer.get:()C
putfield sun.font.CMap$CMapFormat6.entryCount:C
5: aload 0
aload 0
getfield sun.font.CMap$CMapFormat6.entryCount:C
newarray 5
putfield sun.font.CMap$CMapFormat6.glyphIdArray:[C
6: iconst_0
istore 5
start local 5 7: goto 10
8: StackMap locals: sun.font.CMap$CMapFormat6 java.nio.ByteBuffer int char[] java.nio.CharBuffer int
StackMap stack:
aload 0
getfield sun.font.CMap$CMapFormat6.glyphIdArray:[C
iload 5
aload 4
invokevirtual java.nio.CharBuffer.get:()C
castore
9: iinc 5 1
StackMap locals:
StackMap stack:
10: iload 5
aload 0
getfield sun.font.CMap$CMapFormat6.entryCount:C
if_icmplt 8
end local 5 11: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lsun/font/CMap$CMapFormat6;
0 12 1 bbuffer Ljava/nio/ByteBuffer;
0 12 2 offset I
0 12 3 xlat [C
3 12 4 buffer Ljava/nio/CharBuffer;
7 11 5 i I
MethodParameters:
Name Flags
bbuffer
offset
xlat
char getGlyph(int);
descriptor: (I)C
flags: (0x0000)
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
iload 1
iconst_1
invokevirtual sun.font.CMap$CMapFormat6.getControlCodeGlyph:(IZ)I
istore 2
start local 2 1: iload 2
iflt 3
2: iload 2
i2c
ireturn
3: StackMap locals: int
StackMap stack:
aload 0
getfield sun.font.CMap$CMapFormat6.xlat:[C
ifnull 5
4: aload 0
getfield sun.font.CMap$CMapFormat6.xlat:[C
iload 1
caload
istore 1
5: StackMap locals:
StackMap stack:
iload 1
aload 0
getfield sun.font.CMap$CMapFormat6.firstCode:C
isub
istore 1
6: iload 1
iflt 7
iload 1
aload 0
getfield sun.font.CMap$CMapFormat6.entryCount:C
if_icmplt 8
7: StackMap locals:
StackMap stack:
iconst_0
ireturn
8: StackMap locals:
StackMap stack:
aload 0
getfield sun.font.CMap$CMapFormat6.glyphIdArray:[C
iload 1
caload
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lsun/font/CMap$CMapFormat6;
0 9 1 charCode I
1 9 2 controlGlyph I
MethodParameters:
Name Flags
charCode
}
SourceFile: "CMap.java"
NestHost: sun.font.CMap
InnerClasses:
CMapFormat6 = sun.font.CMap$CMapFormat6 of sun.font.CMap