public final class org.apache.lucene.util.BytesRefHash implements org.apache.lucene.util.Accountable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.util.BytesRefHash
  super_class: java.lang.Object
{
  private static final long BASE_RAM_BYTES;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static final int DEFAULT_CAPACITY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  final org.apache.lucene.util.ByteBlockPool pool;
    descriptor: Lorg/apache/lucene/util/ByteBlockPool;
    flags: (0x0010) ACC_FINAL

  int[] bytesStart;
    descriptor: [I
    flags: (0x0000) 

  private final org.apache.lucene.util.BytesRef scratch1;
    descriptor: Lorg/apache/lucene/util/BytesRef;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int hashSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int hashHalfSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int hashMask;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int count;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int lastCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int[] ids;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private final org.apache.lucene.util.BytesRefHash$BytesStartArray bytesStartArray;
    descriptor: Lorg/apache/lucene/util/BytesRefHash$BytesStartArray;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.apache.lucene.util.Counter bytesUsed;
    descriptor: Lorg/apache/lucene/util/Counter;
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 45
            ldc Lorg/apache/lucene/util/BytesRefHash;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.apache.lucene.util.BytesRefHash.$assertionsDisabled:Z
         3: .line 46
            ldc Lorg/apache/lucene/util/BytesRefHash;
            invokestatic org.apache.lucene.util.RamUsageEstimator.shallowSizeOfInstance:(Ljava/lang/Class;)J
         4: .line 48
            ldc Lorg/apache/lucene/util/BytesRef;
            invokestatic org.apache.lucene.util.RamUsageEstimator.shallowSizeOfInstance:(Ljava/lang/Class;)J
         5: .line 46
            ladd
         6: .line 50
            getstatic org.apache.lucene.util.RamUsageEstimator.primitiveSizes:Ljava/util/Map;
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            i2l
         7: .line 46
            ladd
            putstatic org.apache.lucene.util.BytesRefHash.BASE_RAM_BYTES:J
         8: .line 52
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.BytesRefHash this
         0: .line 74
            aload 0 /* this */
            new org.apache.lucene.util.ByteBlockPool
            dup
            new org.apache.lucene.util.ByteBlockPool$DirectAllocator
            dup
            invokespecial org.apache.lucene.util.ByteBlockPool$DirectAllocator.<init>:()V
            invokespecial org.apache.lucene.util.ByteBlockPool.<init>:(Lorg/apache/lucene/util/ByteBlockPool$Allocator;)V
            invokespecial org.apache.lucene.util.BytesRefHash.<init>:(Lorg/apache/lucene/util/ByteBlockPool;)V
         1: .line 75
            return
        end local 0 // org.apache.lucene.util.BytesRefHash this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/util/BytesRefHash;

  public void <init>(org.apache.lucene.util.ByteBlockPool);
    descriptor: (Lorg/apache/lucene/util/ByteBlockPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.BytesRefHash this
        start local 1 // org.apache.lucene.util.ByteBlockPool pool
         0: .line 81
            aload 0 /* this */
            aload 1 /* pool */
            bipush 16
            new org.apache.lucene.util.BytesRefHash$DirectBytesStartArray
            dup
            bipush 16
            invokespecial org.apache.lucene.util.BytesRefHash$DirectBytesStartArray.<init>:(I)V
            invokespecial org.apache.lucene.util.BytesRefHash.<init>:(Lorg/apache/lucene/util/ByteBlockPool;ILorg/apache/lucene/util/BytesRefHash$BytesStartArray;)V
         1: .line 82
            return
        end local 1 // org.apache.lucene.util.ByteBlockPool pool
        end local 0 // org.apache.lucene.util.BytesRefHash this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/util/BytesRefHash;
            0    2     1  pool  Lorg/apache/lucene/util/ByteBlockPool;
    MethodParameters:
      Name  Flags
      pool  

  public void <init>(org.apache.lucene.util.ByteBlockPool, int, org.apache.lucene.util.BytesRefHash$BytesStartArray);
    descriptor: (Lorg/apache/lucene/util/ByteBlockPool;ILorg/apache/lucene/util/BytesRefHash$BytesStartArray;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.apache.lucene.util.BytesRefHash this
        start local 1 // org.apache.lucene.util.ByteBlockPool pool
        start local 2 // int capacity
        start local 3 // org.apache.lucene.util.BytesRefHash$BytesStartArray bytesStartArray
         0: .line 87
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            new org.apache.lucene.util.BytesRef
            dup
            invokespecial org.apache.lucene.util.BytesRef.<init>:()V
            putfield org.apache.lucene.util.BytesRefHash.scratch1:Lorg/apache/lucene/util/BytesRef;
         2: .line 64
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.util.BytesRefHash.lastCount:I
         3: .line 88
            aload 0 /* this */
            iload 2 /* capacity */
            putfield org.apache.lucene.util.BytesRefHash.hashSize:I
         4: .line 89
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.hashSize:I
            iconst_1
            ishr
            putfield org.apache.lucene.util.BytesRefHash.hashHalfSize:I
         5: .line 90
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.hashSize:I
            iconst_1
            isub
            putfield org.apache.lucene.util.BytesRefHash.hashMask:I
         6: .line 91
            aload 0 /* this */
            aload 1 /* pool */
            putfield org.apache.lucene.util.BytesRefHash.pool:Lorg/apache/lucene/util/ByteBlockPool;
         7: .line 92
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.hashSize:I
            newarray 10
            putfield org.apache.lucene.util.BytesRefHash.ids:[I
         8: .line 93
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.ids:[I
            iconst_m1
            invokestatic java.util.Arrays.fill:([II)V
         9: .line 94
            aload 0 /* this */
            aload 3 /* bytesStartArray */
            putfield org.apache.lucene.util.BytesRefHash.bytesStartArray:Lorg/apache/lucene/util/BytesRefHash$BytesStartArray;
        10: .line 95
            aload 0 /* this */
            aload 3 /* bytesStartArray */
            invokevirtual org.apache.lucene.util.BytesRefHash$BytesStartArray.init:()[I
            putfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
        11: .line 96
            aload 0 /* this */
            aload 3 /* bytesStartArray */
            invokevirtual org.apache.lucene.util.BytesRefHash$BytesStartArray.bytesUsed:()Lorg/apache/lucene/util/Counter;
            ifnonnull 12
            invokestatic org.apache.lucene.util.Counter.newCounter:()Lorg/apache/lucene/util/Counter;
            goto 13
      StackMap locals: org.apache.lucene.util.BytesRefHash org.apache.lucene.util.ByteBlockPool int org.apache.lucene.util.BytesRefHash$BytesStartArray
      StackMap stack: org.apache.lucene.util.BytesRefHash
        12: aload 3 /* bytesStartArray */
            invokevirtual org.apache.lucene.util.BytesRefHash$BytesStartArray.bytesUsed:()Lorg/apache/lucene/util/Counter;
      StackMap locals: org.apache.lucene.util.BytesRefHash org.apache.lucene.util.ByteBlockPool int org.apache.lucene.util.BytesRefHash$BytesStartArray
      StackMap stack: org.apache.lucene.util.BytesRefHash org.apache.lucene.util.Counter
        13: putfield org.apache.lucene.util.BytesRefHash.bytesUsed:Lorg/apache/lucene/util/Counter;
        14: .line 97
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesUsed:Lorg/apache/lucene/util/Counter;
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.hashSize:I
            iconst_4
            imul
            i2l
            invokevirtual org.apache.lucene.util.Counter.addAndGet:(J)J
            pop2
        15: .line 98
            return
        end local 3 // org.apache.lucene.util.BytesRefHash$BytesStartArray bytesStartArray
        end local 2 // int capacity
        end local 1 // org.apache.lucene.util.ByteBlockPool pool
        end local 0 // org.apache.lucene.util.BytesRefHash this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   16     0             this  Lorg/apache/lucene/util/BytesRefHash;
            0   16     1             pool  Lorg/apache/lucene/util/ByteBlockPool;
            0   16     2         capacity  I
            0   16     3  bytesStartArray  Lorg/apache/lucene/util/BytesRefHash$BytesStartArray;
    MethodParameters:
                 Name  Flags
      pool             
      capacity         
      bytesStartArray  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.BytesRefHash this
         0: .line 106
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.count:I
            ireturn
        end local 0 // org.apache.lucene.util.BytesRefHash this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/BytesRefHash;

  public org.apache.lucene.util.BytesRef get(int, org.apache.lucene.util.BytesRef);
    descriptor: (ILorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.apache.lucene.util.BytesRefHash this
        start local 1 // int bytesID
        start local 2 // org.apache.lucene.util.BytesRef ref
         0: .line 125
            getstatic org.apache.lucene.util.BytesRefHash.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            ifnonnull 1
            new java.lang.AssertionError
            dup
            ldc "bytesStart is null - not initialized"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 126
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.util.BytesRefHash.$assertionsDisabled:Z
            ifne 2
            iload 1 /* bytesID */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            arraylength
            if_icmplt 2
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "bytesID exceeds byteStart len: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.pool:Lorg/apache/lucene/util/ByteBlockPool;
            aload 2 /* ref */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            iload 1 /* bytesID */
            iaload
            invokevirtual org.apache.lucene.util.ByteBlockPool.setBytesRef:(Lorg/apache/lucene/util/BytesRef;I)V
         3: .line 128
            aload 2 /* ref */
            areturn
        end local 2 // org.apache.lucene.util.BytesRef ref
        end local 1 // int bytesID
        end local 0 // org.apache.lucene.util.BytesRefHash this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/lucene/util/BytesRefHash;
            0    4     1  bytesID  I
            0    4     2      ref  Lorg/apache/lucene/util/BytesRef;
    MethodParameters:
         Name  Flags
      bytesID  
      ref      

  public int[] compact();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.lucene.util.BytesRefHash this
         0: .line 142
            getstatic org.apache.lucene.util.BytesRefHash.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            ifnonnull 1
            new java.lang.AssertionError
            dup
            ldc "bytesStart is null - not initialized"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 143
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* upto */
        start local 1 // int upto
         2: .line 144
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 10
         4: .line 145
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.ids:[I
            iload 2 /* i */
            iaload
            iconst_m1
            if_icmpeq 9
         5: .line 146
            iload 1 /* upto */
            iload 2 /* i */
            if_icmpge 8
         6: .line 147
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.ids:[I
            iload 1 /* upto */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.ids:[I
            iload 2 /* i */
            iaload
            iastore
         7: .line 148
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.ids:[I
            iload 2 /* i */
            iconst_m1
            iastore
         8: .line 150
      StackMap locals:
      StackMap stack:
            iinc 1 /* upto */ 1
         9: .line 144
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.hashSize:I
            if_icmplt 4
        end local 2 // int i
        11: .line 154
            getstatic org.apache.lucene.util.BytesRefHash.$assertionsDisabled:Z
            ifne 12
            iload 1 /* upto */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.count:I
            if_icmpeq 12
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        12: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.count:I
            putfield org.apache.lucene.util.BytesRefHash.lastCount:I
        13: .line 156
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.ids:[I
            areturn
        end local 1 // int upto
        end local 0 // org.apache.lucene.util.BytesRefHash this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/apache/lucene/util/BytesRefHash;
            2   14     1  upto  I
            3   11     2     i  I

  public int[] sort();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.apache.lucene.util.BytesRefHash this
         0: .line 167
            aload 0 /* this */
            invokevirtual org.apache.lucene.util.BytesRefHash.compact:()[I
            astore 1 /* compact */
        start local 1 // int[] compact
         1: .line 168
            new org.apache.lucene.util.BytesRefHash$1
            dup
            aload 0 /* this */
            aload 1 /* compact */
            invokespecial org.apache.lucene.util.BytesRefHash$1.<init>:(Lorg/apache/lucene/util/BytesRefHash;[I)V
         2: .line 185
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.count:I
            invokevirtual org.apache.lucene.util.BytesRefHash$1.sort:(II)V
         3: .line 186
            aload 1 /* compact */
            areturn
        end local 1 // int[] compact
        end local 0 // org.apache.lucene.util.BytesRefHash this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/lucene/util/BytesRefHash;
            1    4     1  compact  [I

  private boolean equals(int, org.apache.lucene.util.BytesRef);
    descriptor: (ILorg/apache/lucene/util/BytesRef;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.lucene.util.BytesRefHash this
        start local 1 // int id
        start local 2 // org.apache.lucene.util.BytesRef b
         0: .line 190
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.pool:Lorg/apache/lucene/util/ByteBlockPool;
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.scratch1:Lorg/apache/lucene/util/BytesRef;
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            iload 1 /* id */
            iaload
            invokevirtual org.apache.lucene.util.ByteBlockPool.setBytesRef:(Lorg/apache/lucene/util/BytesRef;I)V
         1: .line 191
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.scratch1:Lorg/apache/lucene/util/BytesRef;
            aload 2 /* b */
            invokevirtual org.apache.lucene.util.BytesRef.bytesEquals:(Lorg/apache/lucene/util/BytesRef;)Z
            ireturn
        end local 2 // org.apache.lucene.util.BytesRef b
        end local 1 // int id
        end local 0 // org.apache.lucene.util.BytesRefHash this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/util/BytesRefHash;
            0    2     1    id  I
            0    2     2     b  Lorg/apache/lucene/util/BytesRef;
    MethodParameters:
      Name  Flags
      id    
      b     

  private boolean shrink(int);
    descriptor: (I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.lucene.util.BytesRefHash this
        start local 1 // int targetSize
         0: .line 197
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.hashSize:I
            istore 2 /* newSize */
        start local 2 // int newSize
         1: .line 198
            goto 3
         2: .line 199
      StackMap locals: int
      StackMap stack:
            iload 2 /* newSize */
            iconst_2
            idiv
            istore 2 /* newSize */
         3: .line 198
      StackMap locals:
      StackMap stack:
            iload 2 /* newSize */
            bipush 8
            if_icmplt 4
            iload 2 /* newSize */
            iconst_4
            idiv
            iload 1 /* targetSize */
            if_icmpgt 2
         4: .line 201
      StackMap locals:
      StackMap stack:
            iload 2 /* newSize */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.hashSize:I
            if_icmpeq 12
         5: .line 202
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesUsed:Lorg/apache/lucene/util/Counter;
            iconst_4
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.hashSize:I
            iload 2 /* newSize */
            isub
            ineg
            imul
            i2l
            invokevirtual org.apache.lucene.util.Counter.addAndGet:(J)J
            pop2
         6: .line 203
            aload 0 /* this */
            iload 2 /* newSize */
            putfield org.apache.lucene.util.BytesRefHash.hashSize:I
         7: .line 204
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.hashSize:I
            newarray 10
            putfield org.apache.lucene.util.BytesRefHash.ids:[I
         8: .line 205
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.ids:[I
            iconst_m1
            invokestatic java.util.Arrays.fill:([II)V
         9: .line 206
            aload 0 /* this */
            iload 2 /* newSize */
            iconst_2
            idiv
            putfield org.apache.lucene.util.BytesRefHash.hashHalfSize:I
        10: .line 207
            aload 0 /* this */
            iload 2 /* newSize */
            iconst_1
            isub
            putfield org.apache.lucene.util.BytesRefHash.hashMask:I
        11: .line 208
            iconst_1
            ireturn
        12: .line 210
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int newSize
        end local 1 // int targetSize
        end local 0 // org.apache.lucene.util.BytesRefHash this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lorg/apache/lucene/util/BytesRefHash;
            0   13     1  targetSize  I
            1   13     2     newSize  I
    MethodParameters:
            Name  Flags
      targetSize  

  public void clear(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.BytesRefHash this
        start local 1 // boolean resetPool
         0: .line 218
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.count:I
            putfield org.apache.lucene.util.BytesRefHash.lastCount:I
         1: .line 219
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.util.BytesRefHash.count:I
         2: .line 220
            iload 1 /* resetPool */
            ifeq 4
         3: .line 221
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.pool:Lorg/apache/lucene/util/ByteBlockPool;
            iconst_0
            iconst_0
            invokevirtual org.apache.lucene.util.ByteBlockPool.reset:(ZZ)V
         4: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStartArray:Lorg/apache/lucene/util/BytesRefHash$BytesStartArray;
            invokevirtual org.apache.lucene.util.BytesRefHash$BytesStartArray.clear:()[I
            putfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
         5: .line 224
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.lastCount:I
            iconst_m1
            if_icmpeq 7
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.lastCount:I
            invokevirtual org.apache.lucene.util.BytesRefHash.shrink:(I)Z
            ifeq 7
         6: .line 226
            return
         7: .line 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.ids:[I
            iconst_m1
            invokestatic java.util.Arrays.fill:([II)V
         8: .line 229
            return
        end local 1 // boolean resetPool
        end local 0 // org.apache.lucene.util.BytesRefHash this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lorg/apache/lucene/util/BytesRefHash;
            0    9     1  resetPool  Z
    MethodParameters:
           Name  Flags
      resetPool  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.BytesRefHash this
         0: .line 232
            aload 0 /* this */
            iconst_1
            invokevirtual org.apache.lucene.util.BytesRefHash.clear:(Z)V
         1: .line 233
            return
        end local 0 // org.apache.lucene.util.BytesRefHash this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/util/BytesRefHash;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.BytesRefHash this
         0: .line 239
            aload 0 /* this */
            iconst_1
            invokevirtual org.apache.lucene.util.BytesRefHash.clear:(Z)V
         1: .line 240
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.util.BytesRefHash.ids:[I
         2: .line 241
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesUsed:Lorg/apache/lucene/util/Counter;
            iconst_4
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.hashSize:I
            ineg
            imul
            i2l
            invokevirtual org.apache.lucene.util.Counter.addAndGet:(J)J
            pop2
         3: .line 242
            return
        end local 0 // org.apache.lucene.util.BytesRefHash this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/lucene/util/BytesRefHash;

  public int add(org.apache.lucene.util.BytesRef);
    descriptor: (Lorg/apache/lucene/util/BytesRef;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // org.apache.lucene.util.BytesRefHash this
        start local 1 // org.apache.lucene.util.BytesRef bytes
         0: .line 259
            getstatic org.apache.lucene.util.BytesRefHash.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            ifnonnull 1
            new java.lang.AssertionError
            dup
            ldc "Bytesstart is null - not initialized"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 260
      StackMap locals:
      StackMap stack:
            aload 1 /* bytes */
            getfield org.apache.lucene.util.BytesRef.length:I
            istore 2 /* length */
        start local 2 // int length
         2: .line 262
            aload 0 /* this */
            aload 1 /* bytes */
            invokevirtual org.apache.lucene.util.BytesRefHash.findHash:(Lorg/apache/lucene/util/BytesRef;)I
            istore 3 /* hashPos */
        start local 3 // int hashPos
         3: .line 263
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.ids:[I
            iload 3 /* hashPos */
            iaload
            istore 4 /* e */
        start local 4 // int e
         4: .line 265
            iload 4 /* e */
            iconst_m1
            if_icmpne 39
         5: .line 267
            iconst_2
            aload 1 /* bytes */
            getfield org.apache.lucene.util.BytesRef.length:I
            iadd
            istore 5 /* len2 */
        start local 5 // int len2
         6: .line 268
            iload 5 /* len2 */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.pool:Lorg/apache/lucene/util/ByteBlockPool;
            getfield org.apache.lucene.util.ByteBlockPool.byteUpto:I
            iadd
            ldc 32768
            if_icmple 12
         7: .line 269
            iload 5 /* len2 */
            ldc 32768
            if_icmple 11
         8: .line 270
            new org.apache.lucene.util.BytesRefHash$MaxBytesLengthExceededException
            dup
            new java.lang.StringBuilder
            dup
            ldc "bytes can be at most 32766 in length; got "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         9: .line 271
            aload 1 /* bytes */
            getfield org.apache.lucene.util.BytesRef.length:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        10: .line 270
            invokespecial org.apache.lucene.util.BytesRefHash$MaxBytesLengthExceededException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 273
      StackMap locals: org.apache.lucene.util.BytesRefHash org.apache.lucene.util.BytesRef int int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.pool:Lorg/apache/lucene/util/ByteBlockPool;
            invokevirtual org.apache.lucene.util.ByteBlockPool.nextBuffer:()V
        12: .line 275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.pool:Lorg/apache/lucene/util/ByteBlockPool;
            getfield org.apache.lucene.util.ByteBlockPool.buffer:[B
            astore 6 /* buffer */
        start local 6 // byte[] buffer
        13: .line 276
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.pool:Lorg/apache/lucene/util/ByteBlockPool;
            getfield org.apache.lucene.util.ByteBlockPool.byteUpto:I
            istore 7 /* bufferUpto */
        start local 7 // int bufferUpto
        14: .line 277
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.count:I
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            arraylength
            if_icmplt 18
        15: .line 278
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStartArray:Lorg/apache/lucene/util/BytesRefHash$BytesStartArray;
            invokevirtual org.apache.lucene.util.BytesRefHash$BytesStartArray.grow:()[I
            putfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
        16: .line 279
            getstatic org.apache.lucene.util.BytesRefHash.$assertionsDisabled:Z
            ifne 18
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.count:I
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            arraylength
            iconst_1
            iadd
            if_icmplt 18
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "count: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.count:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " len: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        17: .line 280
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        18: .line 282
      StackMap locals: byte[] int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.lucene.util.BytesRefHash.count:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.lucene.util.BytesRefHash.count:I
            istore 4 /* e */
        19: .line 284
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            iload 4 /* e */
            iload 7 /* bufferUpto */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.pool:Lorg/apache/lucene/util/ByteBlockPool;
            getfield org.apache.lucene.util.ByteBlockPool.byteOffset:I
            iadd
            iastore
        20: .line 290
            iload 2 /* length */
            sipush 128
            if_icmpge 28
        21: .line 292
            aload 6 /* buffer */
            iload 7 /* bufferUpto */
            iload 2 /* length */
            i2b
            bastore
        22: .line 293
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.pool:Lorg/apache/lucene/util/ByteBlockPool;
            dup
            getfield org.apache.lucene.util.ByteBlockPool.byteUpto:I
            iload 2 /* length */
            iconst_1
            iadd
            iadd
            putfield org.apache.lucene.util.ByteBlockPool.byteUpto:I
        23: .line 294
            getstatic org.apache.lucene.util.BytesRefHash.$assertionsDisabled:Z
            ifne 24
            iload 2 /* length */
            ifge 24
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Length must be positive: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* length */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        24: .line 295
      StackMap locals:
      StackMap stack:
            aload 1 /* bytes */
            getfield org.apache.lucene.util.BytesRef.bytes:[B
            aload 1 /* bytes */
            getfield org.apache.lucene.util.BytesRef.offset:I
            aload 6 /* buffer */
            iload 7 /* bufferUpto */
            iconst_1
            iadd
        25: .line 296
            iload 2 /* length */
        26: .line 295
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        27: .line 297
            goto 34
        28: .line 299
      StackMap locals:
      StackMap stack:
            aload 6 /* buffer */
            iload 7 /* bufferUpto */
            sipush 128
            iload 2 /* length */
            bipush 127
            iand
            ior
            i2b
            bastore
        29: .line 300
            aload 6 /* buffer */
            iload 7 /* bufferUpto */
            iconst_1
            iadd
            iload 2 /* length */
            bipush 7
            ishr
            sipush 255
            iand
            i2b
            bastore
        30: .line 301
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.pool:Lorg/apache/lucene/util/ByteBlockPool;
            dup
            getfield org.apache.lucene.util.ByteBlockPool.byteUpto:I
            iload 2 /* length */
            iconst_2
            iadd
            iadd
            putfield org.apache.lucene.util.ByteBlockPool.byteUpto:I
        31: .line 302
            aload 1 /* bytes */
            getfield org.apache.lucene.util.BytesRef.bytes:[B
            aload 1 /* bytes */
            getfield org.apache.lucene.util.BytesRef.offset:I
            aload 6 /* buffer */
            iload 7 /* bufferUpto */
            iconst_2
            iadd
        32: .line 303
            iload 2 /* length */
        33: .line 302
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        34: .line 305
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.util.BytesRefHash.$assertionsDisabled:Z
            ifne 35
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.ids:[I
            iload 3 /* hashPos */
            iaload
            iconst_m1
            if_icmpeq 35
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        35: .line 306
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.ids:[I
            iload 3 /* hashPos */
            iload 4 /* e */
            iastore
        36: .line 308
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.count:I
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.hashHalfSize:I
            if_icmpne 38
        37: .line 309
            aload 0 /* this */
            iconst_2
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.hashSize:I
            imul
            iconst_1
            invokevirtual org.apache.lucene.util.BytesRefHash.rehash:(IZ)V
        38: .line 311
      StackMap locals:
      StackMap stack:
            iload 4 /* e */
            ireturn
        end local 7 // int bufferUpto
        end local 6 // byte[] buffer
        end local 5 // int len2
        39: .line 313
      StackMap locals:
      StackMap stack:
            iload 4 /* e */
            iconst_1
            iadd
            ineg
            ireturn
        end local 4 // int e
        end local 3 // int hashPos
        end local 2 // int length
        end local 1 // org.apache.lucene.util.BytesRef bytes
        end local 0 // org.apache.lucene.util.BytesRefHash this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   40     0        this  Lorg/apache/lucene/util/BytesRefHash;
            0   40     1       bytes  Lorg/apache/lucene/util/BytesRef;
            2   40     2      length  I
            3   40     3     hashPos  I
            4   40     4           e  I
            6   39     5        len2  I
           13   39     6      buffer  [B
           14   39     7  bufferUpto  I
    MethodParameters:
       Name  Flags
      bytes  

  public int find(org.apache.lucene.util.BytesRef);
    descriptor: (Lorg/apache/lucene/util/BytesRef;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.BytesRefHash this
        start local 1 // org.apache.lucene.util.BytesRef bytes
         0: .line 326
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.ids:[I
            aload 0 /* this */
            aload 1 /* bytes */
            invokevirtual org.apache.lucene.util.BytesRefHash.findHash:(Lorg/apache/lucene/util/BytesRef;)I
            iaload
            ireturn
        end local 1 // org.apache.lucene.util.BytesRef bytes
        end local 0 // org.apache.lucene.util.BytesRefHash this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/util/BytesRefHash;
            0    1     1  bytes  Lorg/apache/lucene/util/BytesRef;
    MethodParameters:
       Name  Flags
      bytes  

  private int findHash(org.apache.lucene.util.BytesRef);
    descriptor: (Lorg/apache/lucene/util/BytesRef;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.apache.lucene.util.BytesRefHash this
        start local 1 // org.apache.lucene.util.BytesRef bytes
         0: .line 330
            getstatic org.apache.lucene.util.BytesRefHash.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            ifnonnull 1
            new java.lang.AssertionError
            dup
            ldc "bytesStart is null - not initialized"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bytes */
            getfield org.apache.lucene.util.BytesRef.bytes:[B
            aload 1 /* bytes */
            getfield org.apache.lucene.util.BytesRef.offset:I
            aload 1 /* bytes */
            getfield org.apache.lucene.util.BytesRef.length:I
            invokevirtual org.apache.lucene.util.BytesRefHash.doHash:([BII)I
            istore 2 /* code */
        start local 2 // int code
         2: .line 335
            iload 2 /* code */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.hashMask:I
            iand
            istore 3 /* hashPos */
        start local 3 // int hashPos
         3: .line 336
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.ids:[I
            iload 3 /* hashPos */
            iaload
            istore 4 /* e */
        start local 4 // int e
         4: .line 337
            iload 4 /* e */
            iconst_m1
            if_icmpeq 9
            aload 0 /* this */
            iload 4 /* e */
            aload 1 /* bytes */
            invokevirtual org.apache.lucene.util.BytesRefHash.equals:(ILorg/apache/lucene/util/BytesRef;)Z
            ifne 9
         5: .line 341
      StackMap locals: int int int
      StackMap stack:
            iinc 2 /* code */ 1
         6: .line 342
            iload 2 /* code */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.hashMask:I
            iand
            istore 3 /* hashPos */
         7: .line 343
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.ids:[I
            iload 3 /* hashPos */
            iaload
            istore 4 /* e */
         8: .line 344
            iload 4 /* e */
            iconst_m1
            if_icmpeq 9
            aload 0 /* this */
            iload 4 /* e */
            aload 1 /* bytes */
            invokevirtual org.apache.lucene.util.BytesRefHash.equals:(ILorg/apache/lucene/util/BytesRef;)Z
            ifeq 5
         9: .line 347
      StackMap locals:
      StackMap stack:
            iload 3 /* hashPos */
            ireturn
        end local 4 // int e
        end local 3 // int hashPos
        end local 2 // int code
        end local 1 // org.apache.lucene.util.BytesRef bytes
        end local 0 // org.apache.lucene.util.BytesRefHash this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lorg/apache/lucene/util/BytesRefHash;
            0   10     1    bytes  Lorg/apache/lucene/util/BytesRef;
            2   10     2     code  I
            3   10     3  hashPos  I
            4   10     4        e  I
    MethodParameters:
       Name  Flags
      bytes  

  public int addByPoolOffset(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.apache.lucene.util.BytesRefHash this
        start local 1 // int offset
         0: .line 357
            getstatic org.apache.lucene.util.BytesRefHash.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            ifnonnull 1
            new java.lang.AssertionError
            dup
            ldc "Bytesstart is null - not initialized"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 359
      StackMap locals:
      StackMap stack:
            iload 1 /* offset */
            istore 2 /* code */
        start local 2 // int code
         2: .line 360
            iload 1 /* offset */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.hashMask:I
            iand
            istore 3 /* hashPos */
        start local 3 // int hashPos
         3: .line 361
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.ids:[I
            iload 3 /* hashPos */
            iaload
            istore 4 /* e */
        start local 4 // int e
         4: .line 362
            iload 4 /* e */
            iconst_m1
            if_icmpeq 9
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            iload 4 /* e */
            iaload
            iload 1 /* offset */
            if_icmpeq 9
         5: .line 366
      StackMap locals: int int int
      StackMap stack:
            iinc 2 /* code */ 1
         6: .line 367
            iload 2 /* code */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.hashMask:I
            iand
            istore 3 /* hashPos */
         7: .line 368
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.ids:[I
            iload 3 /* hashPos */
            iaload
            istore 4 /* e */
         8: .line 369
            iload 4 /* e */
            iconst_m1
            if_icmpeq 9
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            iload 4 /* e */
            iaload
            iload 1 /* offset */
            if_icmpne 5
         9: .line 371
      StackMap locals:
      StackMap stack:
            iload 4 /* e */
            iconst_m1
            if_icmpne 21
        10: .line 373
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.count:I
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            arraylength
            if_icmplt 14
        11: .line 374
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStartArray:Lorg/apache/lucene/util/BytesRefHash$BytesStartArray;
            invokevirtual org.apache.lucene.util.BytesRefHash$BytesStartArray.grow:()[I
            putfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
        12: .line 375
            getstatic org.apache.lucene.util.BytesRefHash.$assertionsDisabled:Z
            ifne 14
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.count:I
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            arraylength
            iconst_1
            iadd
            if_icmplt 14
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "count: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.count:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " len: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        13: .line 376
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        14: .line 378
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.lucene.util.BytesRefHash.count:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.lucene.util.BytesRefHash.count:I
            istore 4 /* e */
        15: .line 379
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            iload 4 /* e */
            iload 1 /* offset */
            iastore
        16: .line 380
            getstatic org.apache.lucene.util.BytesRefHash.$assertionsDisabled:Z
            ifne 17
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.ids:[I
            iload 3 /* hashPos */
            iaload
            iconst_m1
            if_icmpeq 17
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        17: .line 381
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.ids:[I
            iload 3 /* hashPos */
            iload 4 /* e */
            iastore
        18: .line 383
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.count:I
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.hashHalfSize:I
            if_icmpne 20
        19: .line 384
            aload 0 /* this */
            iconst_2
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.hashSize:I
            imul
            iconst_0
            invokevirtual org.apache.lucene.util.BytesRefHash.rehash:(IZ)V
        20: .line 386
      StackMap locals:
      StackMap stack:
            iload 4 /* e */
            ireturn
        21: .line 388
      StackMap locals:
      StackMap stack:
            iload 4 /* e */
            iconst_1
            iadd
            ineg
            ireturn
        end local 4 // int e
        end local 3 // int hashPos
        end local 2 // int code
        end local 1 // int offset
        end local 0 // org.apache.lucene.util.BytesRefHash this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   22     0     this  Lorg/apache/lucene/util/BytesRefHash;
            0   22     1   offset  I
            2   22     2     code  I
            3   22     3  hashPos  I
            4   22     4        e  I
    MethodParameters:
        Name  Flags
      offset  

  private void rehash(int, boolean);
    descriptor: (IZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=13, args_size=3
        start local 0 // org.apache.lucene.util.BytesRefHash this
        start local 1 // int newSize
        start local 2 // boolean hashOnData
         0: .line 396
            iload 1 /* newSize */
            iconst_1
            isub
            istore 3 /* newMask */
        start local 3 // int newMask
         1: .line 397
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesUsed:Lorg/apache/lucene/util/Counter;
            iconst_4
            iload 1 /* newSize */
            imul
            i2l
            invokevirtual org.apache.lucene.util.Counter.addAndGet:(J)J
            pop2
         2: .line 398
            iload 1 /* newSize */
            newarray 10
            astore 4 /* newHash */
        start local 4 // int[] newHash
         3: .line 399
            aload 4 /* newHash */
            iconst_m1
            invokestatic java.util.Arrays.fill:([II)V
         4: .line 400
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         5: goto 29
         6: .line 401
      StackMap locals: int int[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.ids:[I
            iload 5 /* i */
            iaload
            istore 6 /* e0 */
        start local 6 // int e0
         7: .line 402
            iload 6 /* e0 */
            iconst_m1
            if_icmpeq 28
         8: .line 404
            iload 2 /* hashOnData */
            ifeq 20
         9: .line 405
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            iload 6 /* e0 */
            iaload
            istore 8 /* off */
        start local 8 // int off
        10: .line 406
            iload 8 /* off */
            sipush 32767
            iand
            istore 9 /* start */
        start local 9 // int start
        11: .line 407
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.pool:Lorg/apache/lucene/util/ByteBlockPool;
            getfield org.apache.lucene.util.ByteBlockPool.buffers:[[B
            iload 8 /* off */
            bipush 15
            ishr
            aaload
            astore 10 /* bytes */
        start local 10 // byte[] bytes
        12: .line 410
            aload 10 /* bytes */
            iload 9 /* start */
            baload
            sipush 128
            iand
            ifne 16
        13: .line 412
            aload 10 /* bytes */
            iload 9 /* start */
            baload
            istore 11 /* len */
        start local 11 // int len
        14: .line 413
            iload 9 /* start */
            iconst_1
            iadd
            istore 12 /* pos */
        start local 12 // int pos
        15: .line 414
            goto 18
        end local 12 // int pos
        end local 11 // int len
        16: .line 415
      StackMap locals: org.apache.lucene.util.BytesRefHash int int int int[] int int top int int byte[]
      StackMap stack:
            aload 10 /* bytes */
            iload 9 /* start */
            baload
            bipush 127
            iand
            aload 10 /* bytes */
            iload 9 /* start */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 7
            ishl
            iadd
            istore 11 /* len */
        start local 11 // int len
        17: .line 416
            iload 9 /* start */
            iconst_2
            iadd
            istore 12 /* pos */
        start local 12 // int pos
        18: .line 418
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 10 /* bytes */
            iload 12 /* pos */
            iload 11 /* len */
            invokevirtual org.apache.lucene.util.BytesRefHash.doHash:([BII)I
            istore 7 /* code */
        end local 12 // int pos
        end local 11 // int len
        end local 10 // byte[] bytes
        end local 9 // int start
        end local 8 // int off
        start local 7 // int code
        19: .line 419
            goto 21
        end local 7 // int code
        20: .line 420
      StackMap locals: org.apache.lucene.util.BytesRefHash int int int int[] int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            iload 6 /* e0 */
            iaload
            istore 7 /* code */
        start local 7 // int code
        21: .line 423
      StackMap locals: int
      StackMap stack:
            iload 7 /* code */
            iload 3 /* newMask */
            iand
            istore 8 /* hashPos */
        start local 8 // int hashPos
        22: .line 424
            getstatic org.apache.lucene.util.BytesRefHash.$assertionsDisabled:Z
            ifne 23
            iload 8 /* hashPos */
            ifge 23
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        23: .line 425
      StackMap locals: int
      StackMap stack:
            aload 4 /* newHash */
            iload 8 /* hashPos */
            iaload
            iconst_m1
            if_icmpeq 27
        24: .line 429
      StackMap locals:
      StackMap stack:
            iinc 7 /* code */ 1
        25: .line 430
            iload 7 /* code */
            iload 3 /* newMask */
            iand
            istore 8 /* hashPos */
        26: .line 431
            aload 4 /* newHash */
            iload 8 /* hashPos */
            iaload
            iconst_m1
            if_icmpne 24
        27: .line 433
      StackMap locals:
      StackMap stack:
            aload 4 /* newHash */
            iload 8 /* hashPos */
            iload 6 /* e0 */
            iastore
        end local 8 // int hashPos
        end local 7 // int code
        end local 6 // int e0
        28: .line 400
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        29: iload 5 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.hashSize:I
            if_icmplt 6
        end local 5 // int i
        30: .line 437
            aload 0 /* this */
            iload 3 /* newMask */
            putfield org.apache.lucene.util.BytesRefHash.hashMask:I
        31: .line 438
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesUsed:Lorg/apache/lucene/util/Counter;
            iconst_4
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.ids:[I
            arraylength
            ineg
            imul
            i2l
            invokevirtual org.apache.lucene.util.Counter.addAndGet:(J)J
            pop2
        32: .line 439
            aload 0 /* this */
            aload 4 /* newHash */
            putfield org.apache.lucene.util.BytesRefHash.ids:[I
        33: .line 440
            aload 0 /* this */
            iload 1 /* newSize */
            putfield org.apache.lucene.util.BytesRefHash.hashSize:I
        34: .line 441
            aload 0 /* this */
            iload 1 /* newSize */
            iconst_2
            idiv
            putfield org.apache.lucene.util.BytesRefHash.hashHalfSize:I
        35: .line 442
            return
        end local 4 // int[] newHash
        end local 3 // int newMask
        end local 2 // boolean hashOnData
        end local 1 // int newSize
        end local 0 // org.apache.lucene.util.BytesRefHash this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   36     0        this  Lorg/apache/lucene/util/BytesRefHash;
            0   36     1     newSize  I
            0   36     2  hashOnData  Z
            1   36     3     newMask  I
            3   36     4     newHash  [I
            5   30     5           i  I
            7   28     6          e0  I
           19   20     7        code  I
           21   28     7        code  I
           10   19     8         off  I
           11   19     9       start  I
           12   19    10       bytes  [B
           14   16    11         len  I
           17   19    11         len  I
           15   16    12         pos  I
           18   19    12         pos  I
           22   28     8     hashPos  I
    MethodParameters:
            Name  Flags
      newSize     final
      hashOnData  

  private int doHash(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.lucene.util.BytesRefHash this
        start local 1 // byte[] bytes
        start local 2 // int offset
        start local 3 // int length
         0: .line 446
            aload 1 /* bytes */
            iload 2 /* offset */
            iload 3 /* length */
            getstatic org.apache.lucene.util.StringHelper.GOOD_FAST_HASH_SEED:I
            invokestatic org.apache.lucene.util.StringHelper.murmurhash3_x86_32:([BIII)I
            ireturn
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] bytes
        end local 0 // org.apache.lucene.util.BytesRefHash this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/util/BytesRefHash;
            0    1     1   bytes  [B
            0    1     2  offset  I
            0    1     3  length  I
    MethodParameters:
        Name  Flags
      bytes   
      offset  
      length  

  public void reinit();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.util.BytesRefHash this
         0: .line 455
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            ifnonnull 2
         1: .line 456
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStartArray:Lorg/apache/lucene/util/BytesRefHash$BytesStartArray;
            invokevirtual org.apache.lucene.util.BytesRefHash$BytesStartArray.init:()[I
            putfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
         2: .line 459
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.ids:[I
            ifnonnull 5
         3: .line 460
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.hashSize:I
            newarray 10
            putfield org.apache.lucene.util.BytesRefHash.ids:[I
         4: .line 461
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesUsed:Lorg/apache/lucene/util/Counter;
            iconst_4
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.hashSize:I
            imul
            i2l
            invokevirtual org.apache.lucene.util.Counter.addAndGet:(J)J
            pop2
         5: .line 463
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.lucene.util.BytesRefHash this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/lucene/util/BytesRefHash;

  public int byteStart(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.BytesRefHash this
        start local 1 // int bytesID
         0: .line 475
            getstatic org.apache.lucene.util.BytesRefHash.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            ifnonnull 1
            new java.lang.AssertionError
            dup
            ldc "bytesStart is null - not initialized"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 476
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.util.BytesRefHash.$assertionsDisabled:Z
            ifne 3
            iload 1 /* bytesID */
            iflt 2
            iload 1 /* bytesID */
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.count:I
            if_icmplt 3
      StackMap locals:
      StackMap stack:
         2: new java.lang.AssertionError
            dup
            iload 1 /* bytesID */
            invokespecial java.lang.AssertionError.<init>:(I)V
            athrow
         3: .line 477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            iload 1 /* bytesID */
            iaload
            ireturn
        end local 1 // int bytesID
        end local 0 // org.apache.lucene.util.BytesRefHash this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/lucene/util/BytesRefHash;
            0    4     1  bytesID  I
    MethodParameters:
         Name  Flags
      bytesID  

  public long ramBytesUsed();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.lucene.util.BytesRefHash this
         0: .line 482
            getstatic org.apache.lucene.util.BytesRefHash.BASE_RAM_BYTES:J
         1: .line 483
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.bytesStart:[I
            invokestatic org.apache.lucene.util.RamUsageEstimator.sizeOfObject:(Ljava/lang/Object;)J
         2: .line 482
            ladd
         3: .line 484
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.ids:[I
            invokestatic org.apache.lucene.util.RamUsageEstimator.sizeOfObject:(Ljava/lang/Object;)J
         4: .line 482
            ladd
         5: .line 485
            aload 0 /* this */
            getfield org.apache.lucene.util.BytesRefHash.pool:Lorg/apache/lucene/util/ByteBlockPool;
            invokestatic org.apache.lucene.util.RamUsageEstimator.sizeOfObject:(Ljava/lang/Object;)J
         6: .line 482
            ladd
            lstore 1 /* size */
        start local 1 // long size
         7: .line 486
            lload 1 /* size */
            lreturn
        end local 1 // long size
        end local 0 // org.apache.lucene.util.BytesRefHash this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/lucene/util/BytesRefHash;
            7    8     1  size  J
}
SourceFile: "BytesRefHash.java"
NestMembers:
  org.apache.lucene.util.BytesRefHash$1  org.apache.lucene.util.BytesRefHash$BytesStartArray  org.apache.lucene.util.BytesRefHash$DirectBytesStartArray  org.apache.lucene.util.BytesRefHash$MaxBytesLengthExceededException
InnerClasses:
  public abstract Allocator = org.apache.lucene.util.ByteBlockPool$Allocator of org.apache.lucene.util.ByteBlockPool
  public final DirectAllocator = org.apache.lucene.util.ByteBlockPool$DirectAllocator of org.apache.lucene.util.ByteBlockPool
  org.apache.lucene.util.BytesRefHash$1
  public abstract BytesStartArray = org.apache.lucene.util.BytesRefHash$BytesStartArray of org.apache.lucene.util.BytesRefHash
  public DirectBytesStartArray = org.apache.lucene.util.BytesRefHash$DirectBytesStartArray of org.apache.lucene.util.BytesRefHash
  public MaxBytesLengthExceededException = org.apache.lucene.util.BytesRefHash$MaxBytesLengthExceededException of org.apache.lucene.util.BytesRefHash