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

  int numChars;
    descriptor: I
    flags: (0x0000) 

  char[] glyphIdArray;
    descriptor: [C
    flags: (0x0000) 

  void <init>(com.sun.javafx.font.FontFileReader$Buffer, int);
    descriptor: (Lcom/sun/javafx/font/FontFileReader$Buffer;I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.javafx.font.CMap$CMapFormat10 this
        start local 1 // com.sun.javafx.font.FontFileReader$Buffer buffer
        start local 2 // int offset
         0: .line 472
            aload 0 /* this */
            invokespecial com.sun.javafx.font.CMap.<init>:()V
         1: .line 474
            aload 1 /* buffer */
            iload 2 /* offset */
            bipush 12
            iadd
            invokevirtual com.sun.javafx.font.FontFileReader$Buffer.position:(I)V
         2: .line 475
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual com.sun.javafx.font.FontFileReader$Buffer.getInt:()I
            iconst_m1
            iand
            i2l
            putfield com.sun.javafx.font.CMap$CMapFormat10.startCharCode:J
         3: .line 476
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual com.sun.javafx.font.FontFileReader$Buffer.getInt:()I
            iconst_m1
            iand
            putfield com.sun.javafx.font.CMap$CMapFormat10.numChars:I
         4: .line 477
            aload 0 /* this */
            getfield com.sun.javafx.font.CMap$CMapFormat10.numChars:I
            ifle 6
            aload 0 /* this */
            getfield com.sun.javafx.font.CMap$CMapFormat10.numChars:I
            ldc 1114111
            if_icmpgt 6
         5: .line 478
            iload 2 /* offset */
            aload 1 /* buffer */
            invokevirtual com.sun.javafx.font.FontFileReader$Buffer.capacity:()I
            aload 0 /* this */
            getfield com.sun.javafx.font.CMap$CMapFormat10.numChars:I
            iconst_2
            imul
            isub
            bipush 12
            isub
            bipush 8
            isub
            if_icmple 7
         6: .line 480
      StackMap locals: com.sun.javafx.font.CMap$CMapFormat10 com.sun.javafx.font.FontFileReader$Buffer int
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "Invalid cmap subtable"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 482
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.font.CMap$CMapFormat10.numChars:I
            newarray 5
            putfield com.sun.javafx.font.CMap$CMapFormat10.glyphIdArray:[C
         8: .line 483
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         9: goto 12
        10: .line 484
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.font.CMap$CMapFormat10.glyphIdArray:[C
            iload 3 /* i */
            aload 1 /* buffer */
            invokevirtual com.sun.javafx.font.FontFileReader$Buffer.getChar:()C
            castore
        11: .line 483
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.javafx.font.CMap$CMapFormat10.numChars:I
            if_icmplt 10
        end local 3 // int i
        13: .line 486
            return
        end local 2 // int offset
        end local 1 // com.sun.javafx.font.FontFileReader$Buffer buffer
        end local 0 // com.sun.javafx.font.CMap$CMapFormat10 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lcom/sun/javafx/font/CMap$CMapFormat10;
            0   14     1  buffer  Lcom/sun/javafx/font/FontFileReader$Buffer;
            0   14     2  offset  I
            9   13     3       i  I
    MethodParameters:
        Name  Flags
      buffer  
      offset  

  char getGlyph(int);
    descriptor: (I)C
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.javafx.font.CMap$CMapFormat10 this
        start local 1 // int charCode
         0: .line 490
            iload 1 /* charCode */
            i2l
            aload 0 /* this */
            getfield com.sun.javafx.font.CMap$CMapFormat10.startCharCode:J
            lsub
            l2i
            istore 2 /* code */
        start local 2 // int code
         1: .line 491
            iload 2 /* code */
            iflt 2
            iload 2 /* code */
            aload 0 /* this */
            getfield com.sun.javafx.font.CMap$CMapFormat10.numChars:I
            if_icmplt 3
         2: .line 492
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
         3: .line 494
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.font.CMap$CMapFormat10.glyphIdArray:[C
            iload 2 /* code */
            caload
            ireturn
        end local 2 // int code
        end local 1 // int charCode
        end local 0 // com.sun.javafx.font.CMap$CMapFormat10 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/sun/javafx/font/CMap$CMapFormat10;
            0    4     1  charCode  I
            1    4     2      code  I
    MethodParameters:
          Name  Flags
      charCode  
}
SourceFile: "CMap.java"
NestHost: com.sun.javafx.font.CMap
InnerClasses:
  CMapFormat10 = com.sun.javafx.font.CMap$CMapFormat10 of com.sun.javafx.font.CMap
  Buffer = com.sun.javafx.font.FontFileReader$Buffer of com.sun.javafx.font.FontFileReader