class sun.font.CCharToGlyphMapper$Cache$SparseBitShiftingTwoLayerArray
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.font.CCharToGlyphMapper$Cache$SparseBitShiftingTwoLayerArray
  super_class: java.lang.Object
{
  final int[][] cache;
    descriptor: [[I
    flags: (0x0010) ACC_FINAL

  final int shift;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int secondLayerLength;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final sun.font.CCharToGlyphMapper$Cache this$1;
    descriptor: Lsun/font/CCharToGlyphMapper$Cache;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(sun.font.CCharToGlyphMapper$Cache, int, int);
    descriptor: (Lsun/font/CCharToGlyphMapper$Cache;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // sun.font.CCharToGlyphMapper$Cache$SparseBitShiftingTwoLayerArray this
        start local 2 // int size
        start local 3 // int shift
         0: .line 199
            aload 0 /* this */
            aload 1
            putfield sun.font.CCharToGlyphMapper$Cache$SparseBitShiftingTwoLayerArray.this$1:Lsun/font/CCharToGlyphMapper$Cache;
         1: .line 197
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 200
            aload 0 /* this */
            iload 3 /* shift */
            putfield sun.font.CCharToGlyphMapper$Cache$SparseBitShiftingTwoLayerArray.shift:I
         3: .line 201
            aload 0 /* this */
            iconst_1
            iload 3 /* shift */
            ishl
            anewarray int[]
            putfield sun.font.CCharToGlyphMapper$Cache$SparseBitShiftingTwoLayerArray.cache:[[I
         4: .line 202
            aload 0 /* this */
            iload 2 /* size */
            iload 3 /* shift */
            ishr
            putfield sun.font.CCharToGlyphMapper$Cache$SparseBitShiftingTwoLayerArray.secondLayerLength:I
         5: .line 203
            return
        end local 3 // int shift
        end local 2 // int size
        end local 0 // sun.font.CCharToGlyphMapper$Cache$SparseBitShiftingTwoLayerArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lsun/font/CCharToGlyphMapper$Cache$SparseBitShiftingTwoLayerArray;
            0    6     2   size  I
            0    6     3  shift  I
    MethodParameters:
        Name  Flags
      this$0  final
      size    final
      shift   final

  public int get(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // sun.font.CCharToGlyphMapper$Cache$SparseBitShiftingTwoLayerArray this
        start local 1 // int index
         0: .line 206
            iload 1 /* index */
            aload 0 /* this */
            getfield sun.font.CCharToGlyphMapper$Cache$SparseBitShiftingTwoLayerArray.shift:I
            ishr
            istore 2 /* firstIndex */
        start local 2 // int firstIndex
         1: .line 207
            aload 0 /* this */
            getfield sun.font.CCharToGlyphMapper$Cache$SparseBitShiftingTwoLayerArray.cache:[[I
            iload 2 /* firstIndex */
            aaload
            astore 3 /* firstLayerRow */
        start local 3 // int[] firstLayerRow
         2: .line 208
            aload 3 /* firstLayerRow */
            ifnonnull 3
            iconst_0
            ireturn
         3: .line 209
      StackMap locals: int int[]
      StackMap stack:
            aload 3 /* firstLayerRow */
            iload 1 /* index */
            iload 2 /* firstIndex */
            iconst_1
            aload 0 /* this */
            getfield sun.font.CCharToGlyphMapper$Cache$SparseBitShiftingTwoLayerArray.shift:I
            ishl
            imul
            isub
            iaload
            ireturn
        end local 3 // int[] firstLayerRow
        end local 2 // int firstIndex
        end local 1 // int index
        end local 0 // sun.font.CCharToGlyphMapper$Cache$SparseBitShiftingTwoLayerArray this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lsun/font/CCharToGlyphMapper$Cache$SparseBitShiftingTwoLayerArray;
            0    4     1          index  I
            1    4     2     firstIndex  I
            2    4     3  firstLayerRow  [I
    MethodParameters:
       Name  Flags
      index  final

  public void put(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // sun.font.CCharToGlyphMapper$Cache$SparseBitShiftingTwoLayerArray this
        start local 1 // int index
        start local 2 // int value
         0: .line 213
            iload 1 /* index */
            aload 0 /* this */
            getfield sun.font.CCharToGlyphMapper$Cache$SparseBitShiftingTwoLayerArray.shift:I
            ishr
            istore 3 /* firstIndex */
        start local 3 // int firstIndex
         1: .line 214
            aload 0 /* this */
            getfield sun.font.CCharToGlyphMapper$Cache$SparseBitShiftingTwoLayerArray.cache:[[I
            iload 3 /* firstIndex */
            aaload
            astore 4 /* firstLayerRow */
        start local 4 // int[] firstLayerRow
         2: .line 215
            aload 4 /* firstLayerRow */
            ifnonnull 4
         3: .line 216
            aload 0 /* this */
            getfield sun.font.CCharToGlyphMapper$Cache$SparseBitShiftingTwoLayerArray.cache:[[I
            iload 3 /* firstIndex */
            aload 0 /* this */
            getfield sun.font.CCharToGlyphMapper$Cache$SparseBitShiftingTwoLayerArray.secondLayerLength:I
            newarray 10
            dup
            astore 4 /* firstLayerRow */
            aastore
         4: .line 218
      StackMap locals: int int[]
      StackMap stack:
            aload 4 /* firstLayerRow */
            iload 1 /* index */
            iload 3 /* firstIndex */
            iconst_1
            aload 0 /* this */
            getfield sun.font.CCharToGlyphMapper$Cache$SparseBitShiftingTwoLayerArray.shift:I
            ishl
            imul
            isub
            iload 2 /* value */
            iastore
         5: .line 219
            return
        end local 4 // int[] firstLayerRow
        end local 3 // int firstIndex
        end local 2 // int value
        end local 1 // int index
        end local 0 // sun.font.CCharToGlyphMapper$Cache$SparseBitShiftingTwoLayerArray this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lsun/font/CCharToGlyphMapper$Cache$SparseBitShiftingTwoLayerArray;
            0    6     1          index  I
            0    6     2          value  I
            1    6     3     firstIndex  I
            2    6     4  firstLayerRow  [I
    MethodParameters:
       Name  Flags
      index  final
      value  final
}
SourceFile: "CCharToGlyphMapper.java"
NestHost: sun.font.CCharToGlyphMapper
InnerClasses:
  private Cache = sun.font.CCharToGlyphMapper$Cache of sun.font.CCharToGlyphMapper
  private SparseBitShiftingTwoLayerArray = sun.font.CCharToGlyphMapper$Cache$SparseBitShiftingTwoLayerArray of sun.font.CCharToGlyphMapper$Cache