final class org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart extends org.apache.lucene.util.BytesRefHash$DirectBytesStartArray
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart
  super_class: org.apache.lucene.util.BytesRefHash$DirectBytesStartArray
{
  float[] boost;
    descriptor: [F
    flags: (0x0000) 

  org.apache.lucene.index.TermStates[] termState;
    descriptor: [Lorg/apache/lucene/index/TermStates;
    flags: (0x0000) 

  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=1, locals=0, args_size=0
         0: .line 157
            ldc Lorg/apache/lucene/search/ScoringRewrite;
            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.search.ScoringRewrite$TermFreqBoostByteStart.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart this
        start local 1 // int initSize
         0: .line 162
            aload 0 /* this */
            iload 1 /* initSize */
            invokespecial org.apache.lucene.util.BytesRefHash$DirectBytesStartArray.<init>:(I)V
         1: .line 163
            return
        end local 1 // int initSize
        end local 0 // org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/lucene/search/ScoringRewrite$TermFreqBoostByteStart;
            0    2     1  initSize  I
    MethodParameters:
          Name  Flags
      initSize  

  public int[] init();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart this
         0: .line 167
            aload 0 /* this */
            invokespecial org.apache.lucene.util.BytesRefHash$DirectBytesStartArray.init:()[I
            astore 1 /* ord */
        start local 1 // int[] ord
         1: .line 168
            aload 0 /* this */
            aload 1 /* ord */
            arraylength
            iconst_4
            invokestatic org.apache.lucene.util.ArrayUtil.oversize:(II)I
            newarray 6
            putfield org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart.boost:[F
         2: .line 169
            aload 0 /* this */
            aload 1 /* ord */
            arraylength
            getstatic org.apache.lucene.util.RamUsageEstimator.NUM_BYTES_OBJECT_REF:I
            invokestatic org.apache.lucene.util.ArrayUtil.oversize:(II)I
            anewarray org.apache.lucene.index.TermStates
            putfield org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart.termState:[Lorg/apache/lucene/index/TermStates;
         3: .line 170
            getstatic org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart.$assertionsDisabled:Z
            ifne 5
            aload 0 /* this */
            getfield org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart.termState:[Lorg/apache/lucene/index/TermStates;
            arraylength
            aload 1 /* ord */
            arraylength
            if_icmplt 4
            aload 0 /* this */
            getfield org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart.boost:[F
            arraylength
            aload 1 /* ord */
            arraylength
            if_icmpge 5
      StackMap locals: int[]
      StackMap stack:
         4: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 171
      StackMap locals:
      StackMap stack:
            aload 1 /* ord */
            areturn
        end local 1 // int[] ord
        end local 0 // org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/lucene/search/ScoringRewrite$TermFreqBoostByteStart;
            1    6     1   ord  [I

  public int[] grow();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart this
         0: .line 176
            aload 0 /* this */
            invokespecial org.apache.lucene.util.BytesRefHash$DirectBytesStartArray.grow:()[I
            astore 1 /* ord */
        start local 1 // int[] ord
         1: .line 177
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart.boost:[F
            aload 1 /* ord */
            arraylength
            invokestatic org.apache.lucene.util.ArrayUtil.grow:([FI)[F
            putfield org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart.boost:[F
         2: .line 178
            aload 0 /* this */
            getfield org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart.termState:[Lorg/apache/lucene/index/TermStates;
            arraylength
            aload 1 /* ord */
            arraylength
            if_icmpge 6
         3: .line 179
            aload 1 /* ord */
            arraylength
            getstatic org.apache.lucene.util.RamUsageEstimator.NUM_BYTES_OBJECT_REF:I
            invokestatic org.apache.lucene.util.ArrayUtil.oversize:(II)I
            anewarray org.apache.lucene.index.TermStates
            astore 2 /* tmpTermState */
        start local 2 // org.apache.lucene.index.TermStates[] tmpTermState
         4: .line 180
            aload 0 /* this */
            getfield org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart.termState:[Lorg/apache/lucene/index/TermStates;
            iconst_0
            aload 2 /* tmpTermState */
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart.termState:[Lorg/apache/lucene/index/TermStates;
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 181
            aload 0 /* this */
            aload 2 /* tmpTermState */
            putfield org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart.termState:[Lorg/apache/lucene/index/TermStates;
        end local 2 // org.apache.lucene.index.TermStates[] tmpTermState
         6: .line 183
      StackMap locals: int[]
      StackMap stack:
            getstatic org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart.$assertionsDisabled:Z
            ifne 8
            aload 0 /* this */
            getfield org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart.termState:[Lorg/apache/lucene/index/TermStates;
            arraylength
            aload 1 /* ord */
            arraylength
            if_icmplt 7
            aload 0 /* this */
            getfield org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart.boost:[F
            arraylength
            aload 1 /* ord */
            arraylength
            if_icmpge 8
      StackMap locals:
      StackMap stack:
         7: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 184
      StackMap locals:
      StackMap stack:
            aload 1 /* ord */
            areturn
        end local 1 // int[] ord
        end local 0 // org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lorg/apache/lucene/search/ScoringRewrite$TermFreqBoostByteStart;
            1    9     1           ord  [I
            4    6     2  tmpTermState  [Lorg/apache/lucene/index/TermStates;

  public int[] clear();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart this
         0: .line 189
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart.boost:[F
         1: .line 190
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart.termState:[Lorg/apache/lucene/index/TermStates;
         2: .line 191
            aload 0 /* this */
            invokespecial org.apache.lucene.util.BytesRefHash$DirectBytesStartArray.clear:()[I
            areturn
        end local 0 // org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/search/ScoringRewrite$TermFreqBoostByteStart;
}
SourceFile: "ScoringRewrite.java"
NestHost: org.apache.lucene.search.ScoringRewrite
InnerClasses:
  final TermFreqBoostByteStart = org.apache.lucene.search.ScoringRewrite$TermFreqBoostByteStart of org.apache.lucene.search.ScoringRewrite
  public DirectBytesStartArray = org.apache.lucene.util.BytesRefHash$DirectBytesStartArray of org.apache.lucene.util.BytesRefHash