class io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf extends io.netty.buffer.UnpooledUnsafeDirectByteBuf
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf
  super_class: io.netty.buffer.UnpooledUnsafeDirectByteBuf
{
  void <init>(io.netty.buffer.ByteBufAllocator, int, int);
    descriptor: (Lio/netty/buffer/ByteBufAllocator;II)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf this
        start local 1 // io.netty.buffer.ByteBufAllocator alloc
        start local 2 // int initialCapacity
        start local 3 // int maxCapacity
         0: .line 25
            aload 0 /* this */
            aload 1 /* alloc */
            iload 2 /* initialCapacity */
            iload 3 /* maxCapacity */
            invokespecial io.netty.buffer.UnpooledUnsafeDirectByteBuf.<init>:(Lio/netty/buffer/ByteBufAllocator;II)V
         1: .line 26
            return
        end local 3 // int maxCapacity
        end local 2 // int initialCapacity
        end local 1 // io.netty.buffer.ByteBufAllocator alloc
        end local 0 // io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/netty/buffer/UnpooledUnsafeNoCleanerDirectByteBuf;
            0    2     1            alloc  Lio/netty/buffer/ByteBufAllocator;
            0    2     2  initialCapacity  I
            0    2     3      maxCapacity  I
    MethodParameters:
                 Name  Flags
      alloc            
      initialCapacity  
      maxCapacity      

  protected java.nio.ByteBuffer allocateDirect(int);
    descriptor: (I)Ljava/nio/ByteBuffer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf this
        start local 1 // int initialCapacity
         0: .line 30
            iload 1 /* initialCapacity */
            invokestatic io.netty.util.internal.PlatformDependent.allocateDirectNoCleaner:(I)Ljava/nio/ByteBuffer;
            areturn
        end local 1 // int initialCapacity
        end local 0 // io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/netty/buffer/UnpooledUnsafeNoCleanerDirectByteBuf;
            0    1     1  initialCapacity  I
    MethodParameters:
                 Name  Flags
      initialCapacity  

  java.nio.ByteBuffer reallocateDirect(java.nio.ByteBuffer, int);
    descriptor: (Ljava/nio/ByteBuffer;I)Ljava/nio/ByteBuffer;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf this
        start local 1 // java.nio.ByteBuffer oldBuffer
        start local 2 // int initialCapacity
         0: .line 34
            aload 1 /* oldBuffer */
            iload 2 /* initialCapacity */
            invokestatic io.netty.util.internal.PlatformDependent.reallocateDirectNoCleaner:(Ljava/nio/ByteBuffer;I)Ljava/nio/ByteBuffer;
            areturn
        end local 2 // int initialCapacity
        end local 1 // java.nio.ByteBuffer oldBuffer
        end local 0 // io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/netty/buffer/UnpooledUnsafeNoCleanerDirectByteBuf;
            0    1     1        oldBuffer  Ljava/nio/ByteBuffer;
            0    1     2  initialCapacity  I
    MethodParameters:
                 Name  Flags
      oldBuffer        
      initialCapacity  

  protected void freeDirect(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf this
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 39
            aload 1 /* buffer */
            invokestatic io.netty.util.internal.PlatformDependent.freeDirectNoCleaner:(Ljava/nio/ByteBuffer;)V
         1: .line 40
            return
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/buffer/UnpooledUnsafeNoCleanerDirectByteBuf;
            0    2     1  buffer  Ljava/nio/ByteBuffer;
    MethodParameters:
        Name  Flags
      buffer  

  public io.netty.buffer.ByteBuf capacity(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf this
        start local 1 // int newCapacity
         0: .line 44
            aload 0 /* this */
            iload 1 /* newCapacity */
            invokevirtual io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf.checkNewCapacity:(I)V
         1: .line 46
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf.capacity:()I
            istore 2 /* oldCapacity */
        start local 2 // int oldCapacity
         2: .line 47
            iload 1 /* newCapacity */
            iload 2 /* oldCapacity */
            if_icmpne 4
         3: .line 48
            aload 0 /* this */
            areturn
         4: .line 51
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf.buffer:Ljava/nio/ByteBuffer;
            iload 1 /* newCapacity */
            invokevirtual io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf.reallocateDirect:(Ljava/nio/ByteBuffer;I)Ljava/nio/ByteBuffer;
            astore 3 /* newBuffer */
        start local 3 // java.nio.ByteBuffer newBuffer
         5: .line 53
            iload 1 /* newCapacity */
            iload 2 /* oldCapacity */
            if_icmpge 11
         6: .line 54
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf.readerIndex:()I
            iload 1 /* newCapacity */
            if_icmpge 10
         7: .line 55
            aload 0 /* this */
            invokevirtual io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf.writerIndex:()I
            iload 1 /* newCapacity */
            if_icmple 11
         8: .line 56
            aload 0 /* this */
            iload 1 /* newCapacity */
            invokevirtual io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf.writerIndex:(I)Lio/netty/buffer/ByteBuf;
            pop
         9: .line 58
            goto 11
        10: .line 59
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            aload 0 /* this */
            iload 1 /* newCapacity */
            iload 1 /* newCapacity */
            invokevirtual io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf.setIndex:(II)Lio/netty/buffer/ByteBuf;
            pop
        11: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* newBuffer */
            iconst_0
            invokevirtual io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf.setByteBuffer:(Ljava/nio/ByteBuffer;Z)V
        12: .line 63
            aload 0 /* this */
            areturn
        end local 3 // java.nio.ByteBuffer newBuffer
        end local 2 // int oldCapacity
        end local 1 // int newCapacity
        end local 0 // io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lio/netty/buffer/UnpooledUnsafeNoCleanerDirectByteBuf;
            0   13     1  newCapacity  I
            2   13     2  oldCapacity  I
            5   13     3    newBuffer  Ljava/nio/ByteBuffer;
    MethodParameters:
             Name  Flags
      newCapacity  
}
SourceFile: "UnpooledUnsafeNoCleanerDirectByteBuf.java"