class at.yawk.numaec.BumpPointerRegionAllocator$Region$1 extends at.yawk.numaec.BufferSlice
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: at.yawk.numaec.BumpPointerRegionAllocator$Region$1
  super_class: at.yawk.numaec.BufferSlice
{
  boolean closed;
    descriptor: Z
    flags: (0x0000) 

  final at.yawk.numaec.BumpPointerRegionAllocator$Region this$1;
    descriptor: Lat/yawk/numaec/BumpPointerRegionAllocator$Region;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(at.yawk.numaec.BumpPointerRegionAllocator$Region, at.yawk.numaec.LargeByteBuffer, long, long);
    descriptor: (Lat/yawk/numaec/BumpPointerRegionAllocator$Region;Lat/yawk/numaec/LargeByteBuffer;JJ)V
    flags: (0x0000) 
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // at.yawk.numaec.BumpPointerRegionAllocator$Region$1 this
        start local 2 // at.yawk.numaec.LargeByteBuffer $anonymous0
        start local 3 // long $anonymous1
        start local 5 // long $anonymous2
         0: .line 124
            aload 0 /* this */
            aload 1
            putfield at.yawk.numaec.BumpPointerRegionAllocator$Region$1.this$1:Lat/yawk/numaec/BumpPointerRegionAllocator$Region;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            lload 3 /* $anonymous1 */
            lload 5 /* $anonymous2 */
            invokespecial at.yawk.numaec.BufferSlice.<init>:(Lat/yawk/numaec/LargeByteBuffer;JJ)V
         1: .line 125
            aload 0 /* this */
            iconst_0
            putfield at.yawk.numaec.BumpPointerRegionAllocator$Region$1.closed:Z
         2: .line 124
            return
        end local 5 // long $anonymous2
        end local 3 // long $anonymous1
        end local 2 // at.yawk.numaec.LargeByteBuffer $anonymous0
        end local 0 // at.yawk.numaec.BumpPointerRegionAllocator$Region$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lat/yawk/numaec/BumpPointerRegionAllocator$Region$1;
            0    3     2  $anonymous0  Lat/yawk/numaec/LargeByteBuffer;
            0    3     3  $anonymous1  J
            0    3     5  $anonymous2  J
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  
      $anonymous2  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // at.yawk.numaec.BumpPointerRegionAllocator$Region$1 this
         0: .line 129
            aload 0 /* this */
            getfield at.yawk.numaec.BumpPointerRegionAllocator$Region$1.closed:Z
            ifne 4
         1: .line 130
            aload 0 /* this */
            iconst_1
            putfield at.yawk.numaec.BumpPointerRegionAllocator$Region$1.closed:Z
         2: .line 131
            aload 0 /* this */
            getfield at.yawk.numaec.BumpPointerRegionAllocator$Region$1.this$1:Lat/yawk/numaec/BumpPointerRegionAllocator$Region;
            dup
            getfield at.yawk.numaec.BumpPointerRegionAllocator$Region.openCount:I
            iconst_1
            isub
            dup_x1
            putfield at.yawk.numaec.BumpPointerRegionAllocator$Region.openCount:I
            ifne 4
         3: .line 132
            aload 0 /* this */
            getfield at.yawk.numaec.BumpPointerRegionAllocator$Region$1.this$1:Lat/yawk/numaec/BumpPointerRegionAllocator$Region;
            getfield at.yawk.numaec.BumpPointerRegionAllocator$Region.buffer:Lat/yawk/numaec/LargeByteBuffer;
            invokeinterface at.yawk.numaec.LargeByteBuffer.close:()V
         4: .line 135
      StackMap locals:
      StackMap stack:
            return
        end local 0 // at.yawk.numaec.BumpPointerRegionAllocator$Region$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lat/yawk/numaec/BumpPointerRegionAllocator$Region$1;
}
SourceFile: "BumpPointerRegionAllocator.java"
EnclosingMethod: at.yawk.numaec.BumpPointerRegionAllocator$Region.allocate:(JJ)Lat/yawk/numaec/LargeByteBuffer;
NestHost: at.yawk.numaec.BumpPointerRegionAllocator
InnerClasses:
  private Region = at.yawk.numaec.BumpPointerRegionAllocator$Region of at.yawk.numaec.BumpPointerRegionAllocator
  at.yawk.numaec.BumpPointerRegionAllocator$Region$1