class org.apache.lucene.index.DefaultIndexingChain$IntBlockAllocator extends org.apache.lucene.util.IntBlockPool$Allocator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.index.DefaultIndexingChain$IntBlockAllocator
  super_class: org.apache.lucene.util.IntBlockPool$Allocator
{
  private final org.apache.lucene.util.Counter bytesUsed;
    descriptor: Lorg/apache/lucene/util/Counter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.apache.lucene.util.Counter);
    descriptor: (Lorg/apache/lucene/util/Counter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.DefaultIndexingChain$IntBlockAllocator this
        start local 1 // org.apache.lucene.util.Counter bytesUsed
         0: .line 1030
            aload 0 /* this */
            sipush 8192
            invokespecial org.apache.lucene.util.IntBlockPool$Allocator.<init>:(I)V
         1: .line 1031
            aload 0 /* this */
            aload 1 /* bytesUsed */
            putfield org.apache.lucene.index.DefaultIndexingChain$IntBlockAllocator.bytesUsed:Lorg/apache/lucene/util/Counter;
         2: .line 1032
            return
        end local 1 // org.apache.lucene.util.Counter bytesUsed
        end local 0 // org.apache.lucene.index.DefaultIndexingChain$IntBlockAllocator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/apache/lucene/index/DefaultIndexingChain$IntBlockAllocator;
            0    3     1  bytesUsed  Lorg/apache/lucene/util/Counter;
    MethodParameters:
           Name  Flags
      bytesUsed  

  public int[] getIntBlock();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.lucene.index.DefaultIndexingChain$IntBlockAllocator this
         0: .line 1037
            sipush 8192
            newarray 10
            astore 1 /* b */
        start local 1 // int[] b
         1: .line 1038
            aload 0 /* this */
            getfield org.apache.lucene.index.DefaultIndexingChain$IntBlockAllocator.bytesUsed:Lorg/apache/lucene/util/Counter;
            ldc 32768
            invokevirtual org.apache.lucene.util.Counter.addAndGet:(J)J
            pop2
         2: .line 1039
            aload 1 /* b */
            areturn
        end local 1 // int[] b
        end local 0 // org.apache.lucene.index.DefaultIndexingChain$IntBlockAllocator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/index/DefaultIndexingChain$IntBlockAllocator;
            1    3     1     b  [I

  public void recycleIntBlocks(int[][], int, int);
    descriptor: ([[III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.apache.lucene.index.DefaultIndexingChain$IntBlockAllocator this
        start local 1 // int[][] blocks
        start local 2 // int offset
        start local 3 // int length
         0: .line 1044
            aload 0 /* this */
            getfield org.apache.lucene.index.DefaultIndexingChain$IntBlockAllocator.bytesUsed:Lorg/apache/lucene/util/Counter;
            iload 3 /* length */
            ldc 32768
            imul
            ineg
            i2l
            invokevirtual org.apache.lucene.util.Counter.addAndGet:(J)J
            pop2
         1: .line 1045
            return
        end local 3 // int length
        end local 2 // int offset
        end local 1 // int[][] blocks
        end local 0 // org.apache.lucene.index.DefaultIndexingChain$IntBlockAllocator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/lucene/index/DefaultIndexingChain$IntBlockAllocator;
            0    2     1  blocks  [[I
            0    2     2  offset  I
            0    2     3  length  I
    MethodParameters:
        Name  Flags
      blocks  
      offset  
      length  
}
SourceFile: "DefaultIndexingChain.java"
NestHost: org.apache.lucene.index.DefaultIndexingChain
InnerClasses:
  private IntBlockAllocator = org.apache.lucene.index.DefaultIndexingChain$IntBlockAllocator of org.apache.lucene.index.DefaultIndexingChain
  public abstract Allocator = org.apache.lucene.util.IntBlockPool$Allocator of org.apache.lucene.util.IntBlockPool