class io.netty.buffer.UnpooledUnsafeHeapByteBuf extends io.netty.buffer.UnpooledHeapByteBuf
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.buffer.UnpooledUnsafeHeapByteBuf
super_class: io.netty.buffer.UnpooledHeapByteBuf
{
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 start local 1 start local 2 start local 3 0: aload 0
aload 1
iload 2
iload 3
invokespecial io.netty.buffer.UnpooledHeapByteBuf.<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/UnpooledUnsafeHeapByteBuf;
0 2 1 alloc Lio/netty/buffer/ByteBufAllocator;
0 2 2 initialCapacity I
0 2 3 maxCapacity I
MethodParameters:
Name Flags
alloc
initialCapacity
maxCapacity
byte[] allocateArray(int);
descriptor: (I)[B
flags: (0x0000)
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: iload 1
invokestatic io.netty.util.internal.PlatformDependent.allocateUninitializedArray:(I)[B
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 1 1 initialCapacity I
MethodParameters:
Name Flags
initialCapacity
public byte getByte(int);
descriptor: (I)B
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf.checkIndex:(I)V
1: aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf._getByte:(I)B
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 2 1 index I
MethodParameters:
Name Flags
index
protected byte _getByte(int);
descriptor: (I)B
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.UnpooledUnsafeHeapByteBuf.array:[B
iload 1
invokestatic io.netty.buffer.UnsafeByteBufUtil.getByte:([BI)B
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public short getShort(int);
descriptor: (I)S
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
iconst_2
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf.checkIndex:(II)V
1: aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf._getShort:(I)S
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 2 1 index I
MethodParameters:
Name Flags
index
protected short _getShort(int);
descriptor: (I)S
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.UnpooledUnsafeHeapByteBuf.array:[B
iload 1
invokestatic io.netty.buffer.UnsafeByteBufUtil.getShort:([BI)S
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public short getShortLE(int);
descriptor: (I)S
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
iconst_2
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf.checkIndex:(II)V
1: aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf._getShortLE:(I)S
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 2 1 index I
MethodParameters:
Name Flags
index
protected short _getShortLE(int);
descriptor: (I)S
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.UnpooledUnsafeHeapByteBuf.array:[B
iload 1
invokestatic io.netty.buffer.UnsafeByteBufUtil.getShortLE:([BI)S
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public int getUnsignedMedium(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
iconst_3
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf.checkIndex:(II)V
1: aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf._getUnsignedMedium:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 2 1 index I
MethodParameters:
Name Flags
index
protected int _getUnsignedMedium(int);
descriptor: (I)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.UnpooledUnsafeHeapByteBuf.array:[B
iload 1
invokestatic io.netty.buffer.UnsafeByteBufUtil.getUnsignedMedium:([BI)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public int getUnsignedMediumLE(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
iconst_3
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf.checkIndex:(II)V
1: aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf._getUnsignedMediumLE:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 2 1 index I
MethodParameters:
Name Flags
index
protected int _getUnsignedMediumLE(int);
descriptor: (I)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.UnpooledUnsafeHeapByteBuf.array:[B
iload 1
invokestatic io.netty.buffer.UnsafeByteBufUtil.getUnsignedMediumLE:([BI)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public int getInt(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
iconst_4
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf.checkIndex:(II)V
1: aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf._getInt:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 2 1 index I
MethodParameters:
Name Flags
index
protected int _getInt(int);
descriptor: (I)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.UnpooledUnsafeHeapByteBuf.array:[B
iload 1
invokestatic io.netty.buffer.UnsafeByteBufUtil.getInt:([BI)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public int getIntLE(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
iconst_4
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf.checkIndex:(II)V
1: aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf._getIntLE:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 2 1 index I
MethodParameters:
Name Flags
index
protected int _getIntLE(int);
descriptor: (I)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.UnpooledUnsafeHeapByteBuf.array:[B
iload 1
invokestatic io.netty.buffer.UnsafeByteBufUtil.getIntLE:([BI)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public long getLong(int);
descriptor: (I)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
bipush 8
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf.checkIndex:(II)V
1: aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf._getLong:(I)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 2 1 index I
MethodParameters:
Name Flags
index
protected long _getLong(int);
descriptor: (I)J
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.UnpooledUnsafeHeapByteBuf.array:[B
iload 1
invokestatic io.netty.buffer.UnsafeByteBufUtil.getLong:([BI)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public long getLongLE(int);
descriptor: (I)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
bipush 8
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf.checkIndex:(II)V
1: aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf._getLongLE:(I)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 2 1 index I
MethodParameters:
Name Flags
index
protected long _getLongLE(int);
descriptor: (I)J
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.UnpooledUnsafeHeapByteBuf.array:[B
iload 1
invokestatic io.netty.buffer.UnsafeByteBufUtil.getLongLE:([BI)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
public io.netty.buffer.ByteBuf setByte(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf.checkIndex:(I)V
1: aload 0
iload 1
iload 2
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf._setByte:(II)V
2: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 3 1 index I
0 3 2 value I
MethodParameters:
Name Flags
index
value
protected void _setByte(int, int);
descriptor: (II)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.UnpooledUnsafeHeapByteBuf.array:[B
iload 1
iload 2
invokestatic io.netty.buffer.UnsafeByteBufUtil.setByte:([BII)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
public io.netty.buffer.ByteBuf setShort(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iconst_2
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf.checkIndex:(II)V
1: aload 0
iload 1
iload 2
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf._setShort:(II)V
2: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 3 1 index I
0 3 2 value I
MethodParameters:
Name Flags
index
value
protected void _setShort(int, int);
descriptor: (II)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.UnpooledUnsafeHeapByteBuf.array:[B
iload 1
iload 2
invokestatic io.netty.buffer.UnsafeByteBufUtil.setShort:([BII)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
public io.netty.buffer.ByteBuf setShortLE(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iconst_2
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf.checkIndex:(II)V
1: aload 0
iload 1
iload 2
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf._setShortLE:(II)V
2: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 3 1 index I
0 3 2 value I
MethodParameters:
Name Flags
index
value
protected void _setShortLE(int, int);
descriptor: (II)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.UnpooledUnsafeHeapByteBuf.array:[B
iload 1
iload 2
invokestatic io.netty.buffer.UnsafeByteBufUtil.setShortLE:([BII)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
public io.netty.buffer.ByteBuf setMedium(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iconst_3
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf.checkIndex:(II)V
1: aload 0
iload 1
iload 2
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf._setMedium:(II)V
2: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 3 1 index I
0 3 2 value I
MethodParameters:
Name Flags
index
value
protected void _setMedium(int, int);
descriptor: (II)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.UnpooledUnsafeHeapByteBuf.array:[B
iload 1
iload 2
invokestatic io.netty.buffer.UnsafeByteBufUtil.setMedium:([BII)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
public io.netty.buffer.ByteBuf setMediumLE(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iconst_3
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf.checkIndex:(II)V
1: aload 0
iload 1
iload 2
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf._setMediumLE:(II)V
2: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 3 1 index I
0 3 2 value I
MethodParameters:
Name Flags
index
value
protected void _setMediumLE(int, int);
descriptor: (II)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.UnpooledUnsafeHeapByteBuf.array:[B
iload 1
iload 2
invokestatic io.netty.buffer.UnsafeByteBufUtil.setMediumLE:([BII)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
public io.netty.buffer.ByteBuf setInt(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iconst_4
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf.checkIndex:(II)V
1: aload 0
iload 1
iload 2
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf._setInt:(II)V
2: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 3 1 index I
0 3 2 value I
MethodParameters:
Name Flags
index
value
protected void _setInt(int, int);
descriptor: (II)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.UnpooledUnsafeHeapByteBuf.array:[B
iload 1
iload 2
invokestatic io.netty.buffer.UnsafeByteBufUtil.setInt:([BII)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
public io.netty.buffer.ByteBuf setIntLE(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iconst_4
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf.checkIndex:(II)V
1: aload 0
iload 1
iload 2
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf._setIntLE:(II)V
2: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 3 1 index I
0 3 2 value I
MethodParameters:
Name Flags
index
value
protected void _setIntLE(int, int);
descriptor: (II)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.UnpooledUnsafeHeapByteBuf.array:[B
iload 1
iload 2
invokestatic io.netty.buffer.UnsafeByteBufUtil.setIntLE:([BII)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
index
value
public io.netty.buffer.ByteBuf setLong(int, long);
descriptor: (IJ)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
bipush 8
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf.checkIndex:(II)V
1: aload 0
iload 1
lload 2
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf._setLong:(IJ)V
2: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 3 1 index I
0 3 2 value J
MethodParameters:
Name Flags
index
value
protected void _setLong(int, long);
descriptor: (IJ)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.UnpooledUnsafeHeapByteBuf.array:[B
iload 1
lload 2
invokestatic io.netty.buffer.UnsafeByteBufUtil.setLong:([BIJ)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 2 1 index I
0 2 2 value J
MethodParameters:
Name Flags
index
value
public io.netty.buffer.ByteBuf setLongLE(int, long);
descriptor: (IJ)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
bipush 8
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf.checkIndex:(II)V
1: aload 0
iload 1
lload 2
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf._setLongLE:(IJ)V
2: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 3 1 index I
0 3 2 value J
MethodParameters:
Name Flags
index
value
protected void _setLongLE(int, long);
descriptor: (IJ)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.buffer.UnpooledUnsafeHeapByteBuf.array:[B
iload 1
lload 2
invokestatic io.netty.buffer.UnsafeByteBufUtil.setLongLE:([BIJ)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 2 1 index I
0 2 2 value J
MethodParameters:
Name Flags
index
value
public io.netty.buffer.ByteBuf setZero(int, int);
descriptor: (II)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: invokestatic io.netty.util.internal.PlatformDependent.javaVersion:()I
bipush 7
if_icmplt 4
1: aload 0
iload 1
iload 2
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf.checkIndex:(II)V
2: aload 0
getfield io.netty.buffer.UnpooledUnsafeHeapByteBuf.array:[B
iload 1
iload 2
invokestatic io.netty.buffer.UnsafeByteBufUtil.setZero:([BII)V
3: aload 0
areturn
4: StackMap locals:
StackMap stack:
aload 0
iload 1
iload 2
invokespecial io.netty.buffer.UnpooledHeapByteBuf.setZero:(II)Lio/netty/buffer/ByteBuf;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 5 1 index I
0 5 2 length I
MethodParameters:
Name Flags
index
length
public io.netty.buffer.ByteBuf writeZero(int);
descriptor: (I)Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: invokestatic io.netty.util.internal.PlatformDependent.javaVersion:()I
bipush 7
if_icmplt 6
1: aload 0
iload 1
invokevirtual io.netty.buffer.UnpooledUnsafeHeapByteBuf.ensureWritable:(I)Lio/netty/buffer/ByteBuf;
pop
2: aload 0
getfield io.netty.buffer.UnpooledUnsafeHeapByteBuf.writerIndex:I
istore 2
start local 2 3: aload 0
getfield io.netty.buffer.UnpooledUnsafeHeapByteBuf.array:[B
iload 2
iload 1
invokestatic io.netty.buffer.UnsafeByteBufUtil.setZero:([BII)V
4: aload 0
iload 2
iload 1
iadd
putfield io.netty.buffer.UnpooledUnsafeHeapByteBuf.writerIndex:I
5: aload 0
areturn
end local 2 6: StackMap locals:
StackMap stack:
aload 0
iload 1
invokespecial io.netty.buffer.UnpooledHeapByteBuf.writeZero:(I)Lio/netty/buffer/ByteBuf;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
0 7 1 length I
3 6 2 wIndex I
MethodParameters:
Name Flags
length
protected io.netty.buffer.SwappedByteBuf newSwappedByteBuf();
descriptor: ()Lio/netty/buffer/SwappedByteBuf;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: invokestatic io.netty.util.internal.PlatformDependent.isUnaligned:()Z
ifeq 2
1: new io.netty.buffer.UnsafeHeapSwappedByteBuf
dup
aload 0
invokespecial io.netty.buffer.UnsafeHeapSwappedByteBuf.<init>:(Lio/netty/buffer/AbstractByteBuf;)V
areturn
2: StackMap locals:
StackMap stack:
aload 0
invokespecial io.netty.buffer.UnpooledHeapByteBuf.newSwappedByteBuf:()Lio/netty/buffer/SwappedByteBuf;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/buffer/UnpooledUnsafeHeapByteBuf;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
}
SourceFile: "UnpooledUnsafeHeapByteBuf.java"