final class io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledDirectByteBuf extends io.netty.buffer.UnpooledDirectByteBuf
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledDirectByteBuf
super_class: io.netty.buffer.UnpooledDirectByteBuf
{
void <init>(io.netty.buffer.UnpooledByteBufAllocator, int, int);
descriptor: (Lio/netty/buffer/UnpooledByteBufAllocator;II)V
flags: (0x0000)
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
iload 2
iload 3
invokespecial io.netty.buffer.UnpooledDirectByteBuf.<init>:(Lio/netty/buffer/ByteBufAllocator;II)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/UnpooledByteBufAllocator$InstrumentedUnpooledDirectByteBuf;
0 2 1 alloc Lio/netty/buffer/UnpooledByteBufAllocator;
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=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokespecial io.netty.buffer.UnpooledDirectByteBuf.allocateDirect:(I)Ljava/nio/ByteBuffer;
astore 2
start local 2 1: aload 0
invokevirtual io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledDirectByteBuf.alloc:()Lio/netty/buffer/ByteBufAllocator;
checkcast io.netty.buffer.UnpooledByteBufAllocator
aload 2
invokevirtual java.nio.ByteBuffer.capacity:()I
invokevirtual io.netty.buffer.UnpooledByteBufAllocator.incrementDirect:(I)V
2: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/buffer/UnpooledByteBufAllocator$InstrumentedUnpooledDirectByteBuf;
0 3 1 initialCapacity I
1 3 2 buffer Ljava/nio/ByteBuffer;
MethodParameters:
Name Flags
initialCapacity
protected void freeDirect(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual java.nio.ByteBuffer.capacity:()I
istore 2
start local 2 1: aload 0
aload 1
invokespecial io.netty.buffer.UnpooledDirectByteBuf.freeDirect:(Ljava/nio/ByteBuffer;)V
2: aload 0
invokevirtual io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledDirectByteBuf.alloc:()Lio/netty/buffer/ByteBufAllocator;
checkcast io.netty.buffer.UnpooledByteBufAllocator
iload 2
invokevirtual io.netty.buffer.UnpooledByteBufAllocator.decrementDirect:(I)V
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/buffer/UnpooledByteBufAllocator$InstrumentedUnpooledDirectByteBuf;
0 4 1 buffer Ljava/nio/ByteBuffer;
1 4 2 capacity I
MethodParameters:
Name Flags
buffer
}
SourceFile: "UnpooledByteBufAllocator.java"
NestHost: io.netty.buffer.UnpooledByteBufAllocator
InnerClasses:
private final InstrumentedUnpooledDirectByteBuf = io.netty.buffer.UnpooledByteBufAllocator$InstrumentedUnpooledDirectByteBuf of io.netty.buffer.UnpooledByteBufAllocator