final class io.netty.buffer.PooledUnsafeHeapByteBuf extends io.netty.buffer.PooledHeapByteBuf
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.buffer.PooledUnsafeHeapByteBuf
super_class: io.netty.buffer.PooledHeapByteBuf
{
private static final io.netty.util.Recycler<io.netty.buffer.PooledUnsafeHeapByteBuf> RECYCLER;
descriptor: Lio/netty/util/Recycler;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Lio/netty/util/Recycler<Lio/netty/buffer/PooledUnsafeHeapByteBuf;>;
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new io.netty.buffer.PooledUnsafeHeapByteBuf$1
dup
invokespecial io.netty.buffer.PooledUnsafeHeapByteBuf$1.<init>:()V
putstatic io.netty.buffer.PooledUnsafeHeapByteBuf.RECYCLER:Lio/netty/util/Recycler;
1: return
LocalVariableTable:
Start End Slot Name Signature
static io.netty.buffer.PooledUnsafeHeapByteBuf newUnsafeInstance(int);
descriptor: (I)Lio/netty/buffer/PooledUnsafeHeapByteBuf;
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: getstatic io.netty.buffer.PooledUnsafeHeapByteBuf.RECYCLER:Lio/netty/util/Recycler;
invokevirtual io.netty.util.Recycler.get:()Ljava/lang/Object;
checkcast io.netty.buffer.PooledUnsafeHeapByteBuf
astore 1
start local 1 1: aload 1
iload 0
invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.reuse:(I)V
2: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 maxCapacity I
1 3 1 buf Lio/netty/buffer/PooledUnsafeHeapByteBuf;
MethodParameters:
Name Flags
maxCapacity
private void <init>(io.netty.util.Recycler$Handle<io.netty.buffer.PooledUnsafeHeapByteBuf>, );
descriptor: (Lio/netty/util/Recycler$Handle;I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
iload 2
invokespecial io.netty.buffer.PooledHeapByteBuf.<init>:(Lio/netty/util/Recycler$Handle;I)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/PooledUnsafeHeapByteBuf;
0 2 1 recyclerHandle Lio/netty/util/Recycler$Handle<Lio/netty/buffer/PooledUnsafeHeapByteBuf;>;
0 2 2 maxCapacity I
Signature: (Lio/netty/util/Recycler$Handle<Lio/netty/buffer/PooledUnsafeHeapByteBuf;>;I)V
MethodParameters:
Name Flags
recyclerHandle
maxCapacity
protected byte _getByte(int);
descriptor: (I)B
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
checkcast byte[]
aload 0
iload 1
invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
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/PooledUnsafeHeapByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected short _getShort(int);
descriptor: (I)S
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
checkcast byte[]
aload 0
iload 1
invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
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/PooledUnsafeHeapByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected short _getShortLE(int);
descriptor: (I)S
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
checkcast byte[]
aload 0
iload 1
invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
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/PooledUnsafeHeapByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected int _getUnsignedMedium(int);
descriptor: (I)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
checkcast byte[]
aload 0
iload 1
invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
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/PooledUnsafeHeapByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected int _getUnsignedMediumLE(int);
descriptor: (I)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
checkcast byte[]
aload 0
iload 1
invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
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/PooledUnsafeHeapByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected int _getInt(int);
descriptor: (I)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
checkcast byte[]
aload 0
iload 1
invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
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/PooledUnsafeHeapByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected int _getIntLE(int);
descriptor: (I)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
checkcast byte[]
aload 0
iload 1
invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
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/PooledUnsafeHeapByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected long _getLong(int);
descriptor: (I)J
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
checkcast byte[]
aload 0
iload 1
invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
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/PooledUnsafeHeapByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
protected long _getLongLE(int);
descriptor: (I)J
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
checkcast byte[]
aload 0
iload 1
invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
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/PooledUnsafeHeapByteBuf;
0 1 1 index I
MethodParameters:
Name Flags
index
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.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
checkcast byte[]
aload 0
iload 1
invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
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/PooledUnsafeHeapByteBuf;
0 2 1 index I
0 2 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.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
checkcast byte[]
aload 0
iload 1
invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
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/PooledUnsafeHeapByteBuf;
0 2 1 index I
0 2 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.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
checkcast byte[]
aload 0
iload 1
invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
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/PooledUnsafeHeapByteBuf;
0 2 1 index I
0 2 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.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
checkcast byte[]
aload 0
iload 1
invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
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/PooledUnsafeHeapByteBuf;
0 2 1 index I
0 2 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.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
checkcast byte[]
aload 0
iload 1
invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
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/PooledUnsafeHeapByteBuf;
0 2 1 index I
0 2 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.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
checkcast byte[]
aload 0
iload 1
invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
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/PooledUnsafeHeapByteBuf;
0 2 1 index I
0 2 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.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
checkcast byte[]
aload 0
iload 1
invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
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/PooledUnsafeHeapByteBuf;
0 2 1 index I
0 2 2 value I
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.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
checkcast byte[]
aload 0
iload 1
invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
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/PooledUnsafeHeapByteBuf;
0 2 1 index I
0 2 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.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
checkcast byte[]
aload 0
iload 1
invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
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/PooledUnsafeHeapByteBuf;
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.PooledUnsafeHeapByteBuf.checkIndex:(II)V
2: aload 0
getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
checkcast byte[]
aload 0
iload 1
invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
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.PooledHeapByteBuf.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/PooledUnsafeHeapByteBuf;
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.PooledUnsafeHeapByteBuf.ensureWritable:(I)Lio/netty/buffer/ByteBuf;
pop
2: aload 0
getfield io.netty.buffer.PooledUnsafeHeapByteBuf.writerIndex:I
istore 2
start local 2 3: aload 0
getfield io.netty.buffer.PooledUnsafeHeapByteBuf.memory:Ljava/lang/Object;
checkcast byte[]
aload 0
iload 2
invokevirtual io.netty.buffer.PooledUnsafeHeapByteBuf.idx:(I)I
iload 1
invokestatic io.netty.buffer.UnsafeByteBufUtil.setZero:([BII)V
4: aload 0
iload 2
iload 1
iadd
putfield io.netty.buffer.PooledUnsafeHeapByteBuf.writerIndex:I
5: aload 0
areturn
end local 2 6: StackMap locals:
StackMap stack:
aload 0
iload 1
invokespecial io.netty.buffer.PooledHeapByteBuf.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/PooledUnsafeHeapByteBuf;
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.PooledHeapByteBuf.newSwappedByteBuf:()Lio/netty/buffer/SwappedByteBuf;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/buffer/PooledUnsafeHeapByteBuf;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
}
SourceFile: "PooledUnsafeHeapByteBuf.java"
NestMembers:
io.netty.buffer.PooledUnsafeHeapByteBuf$1
InnerClasses:
io.netty.buffer.PooledUnsafeHeapByteBuf$1
public abstract Handle = io.netty.util.Recycler$Handle of io.netty.util.Recycler