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 // sun.font.CMap$CMapFormat6 this
        start local 1 // java.nio.ByteBuffer bbuffer
        start local 2 // int offset
        start local 3 // char[] xlat
         0: .line 857
            aload 0 /* this */
            invokespecial sun.font.CMap.<init>:()V
         1: .line 859
            aload 1 /* bbuffer */
            iload 2 /* offset */
            bipush 6
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
         2: .line 860
            aload 1 /* bbuffer */
            invokevirtual java.nio.ByteBuffer.asCharBuffer:()Ljava/nio/CharBuffer;
            astore 4 /* buffer */
        start local 4 // java.nio.CharBuffer buffer
         3: .line 861
            aload 0 /* this */
            aload 4 /* buffer */
            invokevirtual java.nio.CharBuffer.get:()C
            putfield sun.font.CMap$CMapFormat6.firstCode:C
         4: .line 862
            aload 0 /* this */
            aload 4 /* buffer */
            invokevirtual java.nio.CharBuffer.get:()C
            putfield sun.font.CMap$CMapFormat6.entryCount:C
         5: .line 863
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat6.entryCount:C
            newarray 5
            putfield sun.font.CMap$CMapFormat6.glyphIdArray:[C
         6: .line 864
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: goto 10
         8: .line 865
      StackMap locals: sun.font.CMap$CMapFormat6 java.nio.ByteBuffer int char[] java.nio.CharBuffer int
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat6.glyphIdArray:[C
            iload 5 /* i */
            aload 4 /* buffer */
            invokevirtual java.nio.CharBuffer.get:()C
            castore
         9: .line 864
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat6.entryCount:C
            if_icmplt 8
        end local 5 // int i
        11: .line 867
            return
        end local 4 // java.nio.CharBuffer buffer
        end local 3 // char[] xlat
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer bbuffer
        end local 0 // sun.font.CMap$CMapFormat6 this
      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=4, args_size=2
        start local 0 // sun.font.CMap$CMapFormat6 this
        start local 1 // int charCode
         0: .line 870
            iload 1 /* charCode */
            istore 2 /* origCharCode */
        start local 2 // int origCharCode
         1: .line 871
            aload 0 /* this */
            iload 1 /* charCode */
            iconst_1
            invokevirtual sun.font.CMap$CMapFormat6.getControlCodeGlyph:(IZ)I
            istore 3 /* controlGlyph */
        start local 3 // int controlGlyph
         2: .line 872
            iload 3 /* controlGlyph */
            iflt 4
         3: .line 873
            iload 3 /* controlGlyph */
            i2c
            ireturn
         4: .line 876
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat6.xlat:[C
            ifnull 6
         5: .line 877
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat6.xlat:[C
            iload 1 /* charCode */
            caload
            istore 1 /* charCode */
         6: .line 880
      StackMap locals:
      StackMap stack:
            iload 1 /* charCode */
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat6.firstCode:C
            isub
            istore 1 /* charCode */
         7: .line 881
            iload 1 /* charCode */
            iflt 8
            iload 1 /* charCode */
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat6.entryCount:C
            if_icmplt 9
         8: .line 882
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* origCharCode */
            invokevirtual sun.font.CMap$CMapFormat6.getFormatCharGlyph:(I)C
            ireturn
         9: .line 884
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat6.glyphIdArray:[C
            iload 1 /* charCode */
            caload
            ireturn
        end local 3 // int controlGlyph
        end local 2 // int origCharCode
        end local 1 // int charCode
        end local 0 // sun.font.CMap$CMapFormat6 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lsun/font/CMap$CMapFormat6;
            0   10     1      charCode  I
            1   10     2  origCharCode  I
            2   10     3  controlGlyph  I
    MethodParameters:
          Name  Flags
      charCode  
}
SourceFile: "CMap.java"
NestHost: sun.font.CMap
InnerClasses:
  CMapFormat6 = sun.font.CMap$CMapFormat6 of sun.font.CMap