final class com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo
  super_class: java.lang.Object
{
  public final int size;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int count;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int tertiaryShift;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int[] mainHash;
    descriptor: [I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final java.lang.String[] names;
    descriptor: [Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int spilloverEnd;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int longNameOffset;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(int, int, int, int[], java.lang.String[], int, int);
    descriptor: (III[I[Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=8, args_size=8
        start local 0 // com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo this
        start local 1 // int size
        start local 2 // int count
        start local 3 // int tertiaryShift
        start local 4 // int[] mainHash
        start local 5 // java.lang.String[] names
        start local 6 // int spilloverEnd
        start local 7 // int longNameOffset
         0: .line 1258
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1261
            aload 0 /* this */
            iload 1 /* size */
            putfield com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo.size:I
         2: .line 1262
            aload 0 /* this */
            iload 2 /* count */
            putfield com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo.count:I
         3: .line 1263
            aload 0 /* this */
            iload 3 /* tertiaryShift */
            putfield com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo.tertiaryShift:I
         4: .line 1264
            aload 0 /* this */
            aload 4 /* mainHash */
            putfield com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo.mainHash:[I
         5: .line 1265
            aload 0 /* this */
            aload 5 /* names */
            putfield com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo.names:[Ljava/lang/String;
         6: .line 1266
            aload 0 /* this */
            iload 6 /* spilloverEnd */
            putfield com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo.spilloverEnd:I
         7: .line 1267
            aload 0 /* this */
            iload 7 /* longNameOffset */
            putfield com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo.longNameOffset:I
         8: .line 1268
            return
        end local 7 // int longNameOffset
        end local 6 // int spilloverEnd
        end local 5 // java.lang.String[] names
        end local 4 // int[] mainHash
        end local 3 // int tertiaryShift
        end local 2 // int count
        end local 1 // int size
        end local 0 // com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lcom/fasterxml/jackson/core/sym/ByteQuadsCanonicalizer$TableInfo;
            0    9     1            size  I
            0    9     2           count  I
            0    9     3   tertiaryShift  I
            0    9     4        mainHash  [I
            0    9     5           names  [Ljava/lang/String;
            0    9     6    spilloverEnd  I
            0    9     7  longNameOffset  I
    MethodParameters:
                Name  Flags
      size            
      count           
      tertiaryShift   
      mainHash        
      names           
      spilloverEnd    
      longNameOffset  

  public void <init>(com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer);
    descriptor: (Lcom/fasterxml/jackson/core/sym/ByteQuadsCanonicalizer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo this
        start local 1 // com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer src
         0: .line 1270
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1272
            aload 0 /* this */
            aload 1 /* src */
            getfield com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer._hashSize:I
            putfield com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo.size:I
         2: .line 1273
            aload 0 /* this */
            aload 1 /* src */
            getfield com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer._count:I
            putfield com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo.count:I
         3: .line 1274
            aload 0 /* this */
            aload 1 /* src */
            getfield com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer._tertiaryShift:I
            putfield com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo.tertiaryShift:I
         4: .line 1275
            aload 0 /* this */
            aload 1 /* src */
            getfield com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer._hashArea:[I
            putfield com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo.mainHash:[I
         5: .line 1276
            aload 0 /* this */
            aload 1 /* src */
            getfield com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer._names:[Ljava/lang/String;
            putfield com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo.names:[Ljava/lang/String;
         6: .line 1277
            aload 0 /* this */
            aload 1 /* src */
            getfield com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer._spilloverEnd:I
            putfield com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo.spilloverEnd:I
         7: .line 1278
            aload 0 /* this */
            aload 1 /* src */
            getfield com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer._longNameOffset:I
            putfield com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo.longNameOffset:I
         8: .line 1279
            return
        end local 1 // com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer src
        end local 0 // com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/fasterxml/jackson/core/sym/ByteQuadsCanonicalizer$TableInfo;
            0    9     1   src  Lcom/fasterxml/jackson/core/sym/ByteQuadsCanonicalizer;
    MethodParameters:
      Name  Flags
      src   

  public static com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo createInitial(int);
    descriptor: (I)Lcom/fasterxml/jackson/core/sym/ByteQuadsCanonicalizer$TableInfo;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=9, locals=3, args_size=1
        start local 0 // int sz
         0: .line 1282
            iload 0 /* sz */
            iconst_3
            ishl
            istore 1 /* hashAreaSize */
        start local 1 // int hashAreaSize
         1: .line 1283
            iload 0 /* sz */
            invokestatic com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer._calcTertiaryShift:(I)I
            istore 2 /* tertShift */
        start local 2 // int tertShift
         2: .line 1285
            new com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo
            dup
            iload 0 /* sz */
         3: .line 1286
            iconst_0
         4: .line 1287
            iload 2 /* tertShift */
         5: .line 1288
            iload 1 /* hashAreaSize */
            newarray 10
         6: .line 1289
            iload 0 /* sz */
            iconst_1
            ishl
            anewarray java.lang.String
         7: .line 1290
            iload 1 /* hashAreaSize */
            iload 0 /* sz */
            isub
         8: .line 1291
            iload 1 /* hashAreaSize */
         9: .line 1285
            invokespecial com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo.<init>:(III[I[Ljava/lang/String;II)V
            areturn
        end local 2 // int tertShift
        end local 1 // int hashAreaSize
        end local 0 // int sz
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0            sz  I
            1   10     1  hashAreaSize  I
            2   10     2     tertShift  I
    MethodParameters:
      Name  Flags
      sz    
}
SourceFile: "ByteQuadsCanonicalizer.java"
NestHost: com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer
InnerClasses:
  private final TableInfo = com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer$TableInfo of com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer