class sun.font.CMap$CMapFormat10 extends sun.font.CMap
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.font.CMap$CMapFormat10
  super_class: sun.font.CMap
{
  long firstCode;
    descriptor: J
    flags: (0x0000) 

  int entryCount;
    descriptor: I
    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=6, locals=6, args_size=4
        start local 0 // sun.font.CMap$CMapFormat10 this
        start local 1 // java.nio.ByteBuffer bbuffer
        start local 2 // int offset
        start local 3 // char[] xlat
         0: .line 918
            aload 0 /* this */
            invokespecial sun.font.CMap.<init>:()V
         1: .line 920
            aload 1 /* bbuffer */
            iload 2 /* offset */
            bipush 12
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
         2: .line 921
            aload 0 /* this */
            aload 1 /* bbuffer */
            invokevirtual java.nio.ByteBuffer.getInt:()I
            ldc 2147483647
            iand
            i2l
            putfield sun.font.CMap$CMapFormat10.firstCode:J
         3: .line 922
            aload 0 /* this */
            aload 1 /* bbuffer */
            invokevirtual java.nio.ByteBuffer.getInt:()I
            ldc 2147483647
            iand
            putfield sun.font.CMap$CMapFormat10.entryCount:I
         4: .line 924
            aload 1 /* bbuffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            i2l
            ldc 2
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat10.entryCount:I
            i2l
            lmul
            lcmp
            ifge 6
         5: .line 925
            new java.lang.RuntimeException
            dup
            ldc "Format 10 table exceeded"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 927
      StackMap locals: sun.font.CMap$CMapFormat10 java.nio.ByteBuffer int char[]
      StackMap stack:
            aload 1 /* bbuffer */
            invokevirtual java.nio.ByteBuffer.asCharBuffer:()Ljava/nio/CharBuffer;
            astore 4 /* buffer */
        start local 4 // java.nio.CharBuffer buffer
         7: .line 928
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat10.entryCount:I
            newarray 5
            putfield sun.font.CMap$CMapFormat10.glyphIdArray:[C
         8: .line 929
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         9: goto 12
        10: .line 930
      StackMap locals: java.nio.CharBuffer int
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat10.glyphIdArray:[C
            iload 5 /* i */
            aload 4 /* buffer */
            invokevirtual java.nio.CharBuffer.get:()C
            castore
        11: .line 929
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 5 /* i */
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat10.entryCount:I
            if_icmplt 10
        end local 5 // int i
        13: .line 932
            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$CMapFormat10 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lsun/font/CMap$CMapFormat10;
            0   14     1  bbuffer  Ljava/nio/ByteBuffer;
            0   14     2   offset  I
            0   14     3     xlat  [C
            7   14     4   buffer  Ljava/nio/CharBuffer;
            9   13     5        i  I
    MethodParameters:
         Name  Flags
      bbuffer  
      offset   
      xlat     

  char getGlyph(int);
    descriptor: (I)C
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.font.CMap$CMapFormat10 this
        start local 1 // int charCode
         0: .line 936
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat10.xlat:[C
            ifnull 2
         1: .line 937
            new java.lang.RuntimeException
            dup
            ldc "xlat array for cmap fmt=10"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 940
      StackMap locals:
      StackMap stack:
            iload 1 /* charCode */
            i2l
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat10.firstCode:J
            lsub
            l2i
            istore 2 /* code */
        start local 2 // int code
         3: .line 941
            iload 2 /* code */
            iflt 4
            iload 2 /* code */
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat10.entryCount:I
            if_icmplt 5
         4: .line 942
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
         5: .line 944
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat10.glyphIdArray:[C
            iload 2 /* code */
            caload
            ireturn
        end local 2 // int code
        end local 1 // int charCode
        end local 0 // sun.font.CMap$CMapFormat10 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/font/CMap$CMapFormat10;
            0    6     1  charCode  I
            3    6     2      code  I
    MethodParameters:
          Name  Flags
      charCode  
}
SourceFile: "CMap.java"
NestHost: sun.font.CMap
InnerClasses:
  CMapFormat10 = sun.font.CMap$CMapFormat10 of sun.font.CMap