final class io.netty.buffer.UnsafeHeapSwappedByteBuf extends io.netty.buffer.AbstractUnsafeSwappedByteBuf
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.buffer.UnsafeHeapSwappedByteBuf
super_class: io.netty.buffer.AbstractUnsafeSwappedByteBuf
{
void <init>(io.netty.buffer.AbstractByteBuf);
descriptor: (Lio/netty/buffer/AbstractByteBuf;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial io.netty.buffer.AbstractUnsafeSwappedByteBuf.<init>:(Lio/netty/buffer/AbstractByteBuf;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/UnsafeHeapSwappedByteBuf;
0 2 1 buf Lio/netty/buffer/AbstractByteBuf;
MethodParameters:
Name Flags
buf
private static int idx(io.netty.buffer.ByteBuf, int);
descriptor: (Lio/netty/buffer/ByteBuf;I)I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.netty.buffer.ByteBuf.arrayOffset:()I
iload 1
iadd
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 wrapped Lio/netty/buffer/ByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
wrapped
index
protected long _getLong(io.netty.buffer.AbstractByteBuf, int);
descriptor: (Lio/netty/buffer/AbstractByteBuf;I)J
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual io.netty.buffer.AbstractByteBuf.array:()[B
aload 1
iload 2
invokestatic io.netty.buffer.UnsafeHeapSwappedByteBuf.idx:(Lio/netty/buffer/ByteBuf;I)I
invokestatic io.netty.util.internal.PlatformDependent.getLong:([BI)J
lreturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnsafeHeapSwappedByteBuf;
0 1 1 wrapped Lio/netty/buffer/AbstractByteBuf;
0 1 2 index I
MethodParameters:
Name Flags
wrapped
index
protected int _getInt(io.netty.buffer.AbstractByteBuf, int);
descriptor: (Lio/netty/buffer/AbstractByteBuf;I)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual io.netty.buffer.AbstractByteBuf.array:()[B
aload 1
iload 2
invokestatic io.netty.buffer.UnsafeHeapSwappedByteBuf.idx:(Lio/netty/buffer/ByteBuf;I)I
invokestatic io.netty.util.internal.PlatformDependent.getInt:([BI)I
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnsafeHeapSwappedByteBuf;
0 1 1 wrapped Lio/netty/buffer/AbstractByteBuf;
0 1 2 index I
MethodParameters:
Name Flags
wrapped
index
protected short _getShort(io.netty.buffer.AbstractByteBuf, int);
descriptor: (Lio/netty/buffer/AbstractByteBuf;I)S
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual io.netty.buffer.AbstractByteBuf.array:()[B
aload 1
iload 2
invokestatic io.netty.buffer.UnsafeHeapSwappedByteBuf.idx:(Lio/netty/buffer/ByteBuf;I)I
invokestatic io.netty.util.internal.PlatformDependent.getShort:([BI)S
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnsafeHeapSwappedByteBuf;
0 1 1 wrapped Lio/netty/buffer/AbstractByteBuf;
0 1 2 index I
MethodParameters:
Name Flags
wrapped
index
protected void _setShort(io.netty.buffer.AbstractByteBuf, int, short);
descriptor: (Lio/netty/buffer/AbstractByteBuf;IS)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
invokevirtual io.netty.buffer.AbstractByteBuf.array:()[B
aload 1
iload 2
invokestatic io.netty.buffer.UnsafeHeapSwappedByteBuf.idx:(Lio/netty/buffer/ByteBuf;I)I
iload 3
invokestatic io.netty.util.internal.PlatformDependent.putShort:([BIS)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/UnsafeHeapSwappedByteBuf;
0 2 1 wrapped Lio/netty/buffer/AbstractByteBuf;
0 2 2 index I
0 2 3 value S
MethodParameters:
Name Flags
wrapped
index
value
protected void _setInt(io.netty.buffer.AbstractByteBuf, int, int);
descriptor: (Lio/netty/buffer/AbstractByteBuf;II)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
invokevirtual io.netty.buffer.AbstractByteBuf.array:()[B
aload 1
iload 2
invokestatic io.netty.buffer.UnsafeHeapSwappedByteBuf.idx:(Lio/netty/buffer/ByteBuf;I)I
iload 3
invokestatic io.netty.util.internal.PlatformDependent.putInt:([BII)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/UnsafeHeapSwappedByteBuf;
0 2 1 wrapped Lio/netty/buffer/AbstractByteBuf;
0 2 2 index I
0 2 3 value I
MethodParameters:
Name Flags
wrapped
index
value
protected void _setLong(io.netty.buffer.AbstractByteBuf, int, long);
descriptor: (Lio/netty/buffer/AbstractByteBuf;IJ)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
invokevirtual io.netty.buffer.AbstractByteBuf.array:()[B
aload 1
iload 2
invokestatic io.netty.buffer.UnsafeHeapSwappedByteBuf.idx:(Lio/netty/buffer/ByteBuf;I)I
lload 3
invokestatic io.netty.util.internal.PlatformDependent.putLong:([BIJ)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/UnsafeHeapSwappedByteBuf;
0 2 1 wrapped Lio/netty/buffer/AbstractByteBuf;
0 2 2 index I
0 2 3 value J
MethodParameters:
Name Flags
wrapped
index
value
}
SourceFile: "UnsafeHeapSwappedByteBuf.java"