final class io.netty.buffer.UnsafeByteBufUtil
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.buffer.UnsafeByteBufUtil
super_class: java.lang.Object
{
private static final boolean UNALIGNED;
descriptor: Z
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final byte ZERO;
descriptor: B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 0
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lio/netty/buffer/UnsafeByteBufUtil;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic io.netty.buffer.UnsafeByteBufUtil.$assertionsDisabled:Z
3: invokestatic io.netty.util.internal.PlatformDependent.isUnaligned:()Z
putstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
4: return
LocalVariableTable:
Start End Slot Name Signature
static byte getByte(long);
descriptor: (J)B
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: lload 0
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 address J
MethodParameters:
Name Flags
address
static short getShort(long);
descriptor: (J)S
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=3, args_size=1
start local 0 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 5
1: lload 0
invokestatic io.netty.util.internal.PlatformDependent.getShort:(J)S
istore 2
start local 2 2: getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 3
iload 2
goto 4
StackMap locals: int
StackMap stack:
3: iload 2
invokestatic java.lang.Short.reverseBytes:(S)S
StackMap locals:
StackMap stack: int
4: ireturn
end local 2 5: StackMap locals:
StackMap stack:
lload 0
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
bipush 8
ishl
lload 0
lconst_1
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
sipush 255
iand
ior
i2s
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 address J
2 5 2 v S
MethodParameters:
Name Flags
address
static short getShortLE(long);
descriptor: (J)S
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=3, args_size=1
start local 0 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 5
1: lload 0
invokestatic io.netty.util.internal.PlatformDependent.getShort:(J)S
istore 2
start local 2 2: getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 3
iload 2
invokestatic java.lang.Short.reverseBytes:(S)S
goto 4
StackMap locals: int
StackMap stack:
3: iload 2
StackMap locals:
StackMap stack: int
4: ireturn
end local 2 5: StackMap locals:
StackMap stack:
lload 0
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
sipush 255
iand
lload 0
lconst_1
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
bipush 8
ishl
ior
i2s
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 address J
2 5 2 v S
MethodParameters:
Name Flags
address
static int getUnsignedMedium(long);
descriptor: (J)I
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=2, args_size=1
start local 0 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 7
1: lload 0
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
sipush 255
iand
bipush 16
ishl
2: getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 3
lload 0
lconst_1
ladd
invokestatic io.netty.util.internal.PlatformDependent.getShort:(J)S
goto 4
3: StackMap locals:
StackMap stack: int
lload 0
lconst_1
ladd
invokestatic io.netty.util.internal.PlatformDependent.getShort:(J)S
invokestatic java.lang.Short.reverseBytes:(S)S
StackMap locals: long
StackMap stack: int int
4: ldc 65535
5: iand
6: ior
ireturn
7: StackMap locals:
StackMap stack:
lload 0
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
sipush 255
iand
bipush 16
ishl
8: lload 0
lconst_1
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
sipush 255
iand
bipush 8
ishl
9: ior
10: lload 0
ldc 2
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
sipush 255
iand
11: ior
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 address J
MethodParameters:
Name Flags
address
static int getUnsignedMediumLE(long);
descriptor: (J)I
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=2, args_size=1
start local 0 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 9
1: lload 0
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
sipush 255
iand
2: getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 3
lload 0
lconst_1
ladd
invokestatic io.netty.util.internal.PlatformDependent.getShort:(J)S
invokestatic java.lang.Short.reverseBytes:(S)S
goto 4
3: StackMap locals:
StackMap stack: int
lload 0
lconst_1
ladd
invokestatic io.netty.util.internal.PlatformDependent.getShort:(J)S
StackMap locals: long
StackMap stack: int int
4: ldc 65535
5: iand
6: bipush 8
7: ishl
8: ior
ireturn
9: StackMap locals:
StackMap stack:
lload 0
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
sipush 255
iand
10: lload 0
lconst_1
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
sipush 255
iand
bipush 8
ishl
11: ior
12: lload 0
ldc 2
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
sipush 255
iand
bipush 16
ishl
13: ior
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 address J
MethodParameters:
Name Flags
address
static int getInt(long);
descriptor: (J)I
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=3, args_size=1
start local 0 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 5
1: lload 0
invokestatic io.netty.util.internal.PlatformDependent.getInt:(J)I
istore 2
start local 2 2: getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 3
iload 2
goto 4
StackMap locals: int
StackMap stack:
3: iload 2
invokestatic java.lang.Integer.reverseBytes:(I)I
StackMap locals:
StackMap stack: int
4: ireturn
end local 2 5: StackMap locals:
StackMap stack:
lload 0
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
bipush 24
ishl
6: lload 0
lconst_1
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
sipush 255
iand
bipush 16
ishl
7: ior
8: lload 0
ldc 2
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
sipush 255
iand
bipush 8
ishl
9: ior
10: lload 0
ldc 3
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
sipush 255
iand
11: ior
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 address J
2 5 2 v I
MethodParameters:
Name Flags
address
static int getIntLE(long);
descriptor: (J)I
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=3, args_size=1
start local 0 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 5
1: lload 0
invokestatic io.netty.util.internal.PlatformDependent.getInt:(J)I
istore 2
start local 2 2: getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 3
iload 2
invokestatic java.lang.Integer.reverseBytes:(I)I
goto 4
StackMap locals: int
StackMap stack:
3: iload 2
StackMap locals:
StackMap stack: int
4: ireturn
end local 2 5: StackMap locals:
StackMap stack:
lload 0
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
sipush 255
iand
6: lload 0
lconst_1
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
sipush 255
iand
bipush 8
ishl
7: ior
8: lload 0
ldc 2
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
sipush 255
iand
bipush 16
ishl
9: ior
10: lload 0
ldc 3
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
bipush 24
ishl
11: ior
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 address J
2 5 2 v I
MethodParameters:
Name Flags
address
static long getLong(long);
descriptor: (J)J
flags: (0x0008) ACC_STATIC
Code:
stack=6, locals=4, args_size=1
start local 0 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 5
1: lload 0
invokestatic io.netty.util.internal.PlatformDependent.getLong:(J)J
lstore 2
start local 2 2: getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 3
lload 2
goto 4
StackMap locals: long
StackMap stack:
3: lload 2
invokestatic java.lang.Long.reverseBytes:(J)J
StackMap locals:
StackMap stack: long
4: lreturn
end local 2 5: StackMap locals:
StackMap stack:
lload 0
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
i2l
bipush 56
lshl
6: lload 0
lconst_1
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
i2l
ldc 255
land
bipush 48
lshl
7: lor
8: lload 0
ldc 2
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
i2l
ldc 255
land
bipush 40
lshl
9: lor
10: lload 0
ldc 3
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
i2l
ldc 255
land
bipush 32
lshl
11: lor
12: lload 0
ldc 4
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
i2l
ldc 255
land
bipush 24
lshl
13: lor
14: lload 0
ldc 5
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
i2l
ldc 255
land
bipush 16
lshl
15: lor
16: lload 0
ldc 6
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
i2l
ldc 255
land
bipush 8
lshl
17: lor
18: lload 0
ldc 7
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
i2l
ldc 255
land
19: lor
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 address J
2 5 2 v J
MethodParameters:
Name Flags
address
static long getLongLE(long);
descriptor: (J)J
flags: (0x0008) ACC_STATIC
Code:
stack=6, locals=4, args_size=1
start local 0 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 5
1: lload 0
invokestatic io.netty.util.internal.PlatformDependent.getLong:(J)J
lstore 2
start local 2 2: getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 3
lload 2
invokestatic java.lang.Long.reverseBytes:(J)J
goto 4
StackMap locals: long
StackMap stack:
3: lload 2
StackMap locals:
StackMap stack: long
4: lreturn
end local 2 5: StackMap locals:
StackMap stack:
lload 0
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
i2l
ldc 255
land
6: lload 0
lconst_1
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
i2l
ldc 255
land
bipush 8
lshl
7: lor
8: lload 0
ldc 2
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
i2l
ldc 255
land
bipush 16
lshl
9: lor
10: lload 0
ldc 3
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
i2l
ldc 255
land
bipush 24
lshl
11: lor
12: lload 0
ldc 4
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
i2l
ldc 255
land
bipush 32
lshl
13: lor
14: lload 0
ldc 5
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
i2l
ldc 255
land
bipush 40
lshl
15: lor
16: lload 0
ldc 6
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
i2l
ldc 255
land
bipush 48
lshl
17: lor
18: lload 0
ldc 7
ladd
invokestatic io.netty.util.internal.PlatformDependent.getByte:(J)B
i2l
bipush 56
lshl
19: lor
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 address J
2 5 2 v J
MethodParameters:
Name Flags
address
static void setByte(long, int);
descriptor: (JI)V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 2 0: lload 0
iload 2
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
1: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 address J
0 2 2 value I
MethodParameters:
Name Flags
address
value
static void setShort(long, int);
descriptor: (JI)V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 2 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 5
1: lload 0
getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 2
iload 2
i2s
goto 3
StackMap locals:
StackMap stack: long
2: iload 2
i2s
invokestatic java.lang.Short.reverseBytes:(S)S
3: StackMap locals: long int
StackMap stack: long int
invokestatic io.netty.util.internal.PlatformDependent.putShort:(JS)V
4: goto 7
5: StackMap locals:
StackMap stack:
lload 0
iload 2
bipush 8
iushr
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
6: lload 0
lconst_1
ladd
iload 2
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
7: StackMap locals:
StackMap stack:
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 address J
0 8 2 value I
MethodParameters:
Name Flags
address
value
static void setShortLE(long, int);
descriptor: (JI)V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 2 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 5
1: lload 0
getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 2
iload 2
i2s
invokestatic java.lang.Short.reverseBytes:(S)S
goto 3
StackMap locals:
StackMap stack: long
2: iload 2
i2s
3: StackMap locals: long int
StackMap stack: long int
invokestatic io.netty.util.internal.PlatformDependent.putShort:(JS)V
4: goto 7
5: StackMap locals:
StackMap stack:
lload 0
iload 2
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
6: lload 0
lconst_1
ladd
iload 2
bipush 8
iushr
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
7: StackMap locals:
StackMap stack:
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 address J
0 8 2 value I
MethodParameters:
Name Flags
address
value
static void setMedium(long, int);
descriptor: (JI)V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 2 0: lload 0
iload 2
bipush 16
iushr
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
1: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 6
2: lload 0
lconst_1
ladd
getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 3
iload 2
i2s
goto 4
3: StackMap locals:
StackMap stack: long
iload 2
i2s
invokestatic java.lang.Short.reverseBytes:(S)S
4: StackMap locals: long int
StackMap stack: long int
invokestatic io.netty.util.internal.PlatformDependent.putShort:(JS)V
5: goto 8
6: StackMap locals:
StackMap stack:
lload 0
lconst_1
ladd
iload 2
bipush 8
iushr
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
7: lload 0
ldc 2
ladd
iload 2
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
8: StackMap locals:
StackMap stack:
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 address J
0 9 2 value I
MethodParameters:
Name Flags
address
value
static void setMediumLE(long, int);
descriptor: (JI)V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 2 0: lload 0
iload 2
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
1: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 6
2: lload 0
lconst_1
ladd
getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 3
iload 2
bipush 8
iushr
i2s
invokestatic java.lang.Short.reverseBytes:(S)S
goto 4
3: StackMap locals:
StackMap stack: long
iload 2
bipush 8
iushr
i2s
4: StackMap locals: long int
StackMap stack: long int
invokestatic io.netty.util.internal.PlatformDependent.putShort:(JS)V
5: goto 8
6: StackMap locals:
StackMap stack:
lload 0
lconst_1
ladd
iload 2
bipush 8
iushr
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
7: lload 0
ldc 2
ladd
iload 2
bipush 16
iushr
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
8: StackMap locals:
StackMap stack:
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 address J
0 9 2 value I
MethodParameters:
Name Flags
address
value
static void setInt(long, int);
descriptor: (JI)V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 2 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 5
1: lload 0
getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 2
iload 2
goto 3
StackMap locals:
StackMap stack: long
2: iload 2
invokestatic java.lang.Integer.reverseBytes:(I)I
StackMap locals: long int
StackMap stack: long int
3: invokestatic io.netty.util.internal.PlatformDependent.putInt:(JI)V
4: goto 9
5: StackMap locals:
StackMap stack:
lload 0
iload 2
bipush 24
iushr
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
6: lload 0
lconst_1
ladd
iload 2
bipush 16
iushr
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
7: lload 0
ldc 2
ladd
iload 2
bipush 8
iushr
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
8: lload 0
ldc 3
ladd
iload 2
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
9: StackMap locals:
StackMap stack:
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 address J
0 10 2 value I
MethodParameters:
Name Flags
address
value
static void setIntLE(long, int);
descriptor: (JI)V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 2 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 5
1: lload 0
getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 2
iload 2
invokestatic java.lang.Integer.reverseBytes:(I)I
goto 3
StackMap locals:
StackMap stack: long
2: iload 2
StackMap locals: long int
StackMap stack: long int
3: invokestatic io.netty.util.internal.PlatformDependent.putInt:(JI)V
4: goto 9
5: StackMap locals:
StackMap stack:
lload 0
iload 2
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
6: lload 0
lconst_1
ladd
iload 2
bipush 8
iushr
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
7: lload 0
ldc 2
ladd
iload 2
bipush 16
iushr
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
8: lload 0
ldc 3
ladd
iload 2
bipush 24
iushr
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
9: StackMap locals:
StackMap stack:
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 address J
0 10 2 value I
MethodParameters:
Name Flags
address
value
static void setLong(long, long);
descriptor: (JJ)V
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=4, args_size=2
start local 0 start local 2 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 5
1: lload 0
getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 2
lload 2
goto 3
StackMap locals:
StackMap stack: long
2: lload 2
invokestatic java.lang.Long.reverseBytes:(J)J
StackMap locals: long long
StackMap stack: long long
3: invokestatic io.netty.util.internal.PlatformDependent.putLong:(JJ)V
4: goto 13
5: StackMap locals:
StackMap stack:
lload 0
lload 2
bipush 56
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
6: lload 0
lconst_1
ladd
lload 2
bipush 48
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
7: lload 0
ldc 2
ladd
lload 2
bipush 40
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
8: lload 0
ldc 3
ladd
lload 2
bipush 32
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
9: lload 0
ldc 4
ladd
lload 2
bipush 24
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
10: lload 0
ldc 5
ladd
lload 2
bipush 16
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
11: lload 0
ldc 6
ladd
lload 2
bipush 8
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
12: lload 0
ldc 7
ladd
lload 2
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
13: StackMap locals:
StackMap stack:
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 address J
0 14 2 value J
MethodParameters:
Name Flags
address
value
static void setLongLE(long, long);
descriptor: (JJ)V
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=4, args_size=2
start local 0 start local 2 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 5
1: lload 0
getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 2
lload 2
invokestatic java.lang.Long.reverseBytes:(J)J
goto 3
StackMap locals:
StackMap stack: long
2: lload 2
StackMap locals: long long
StackMap stack: long long
3: invokestatic io.netty.util.internal.PlatformDependent.putLong:(JJ)V
4: goto 13
5: StackMap locals:
StackMap stack:
lload 0
lload 2
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
6: lload 0
lconst_1
ladd
lload 2
bipush 8
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
7: lload 0
ldc 2
ladd
lload 2
bipush 16
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
8: lload 0
ldc 3
ladd
lload 2
bipush 24
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
9: lload 0
ldc 4
ladd
lload 2
bipush 32
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
10: lload 0
ldc 5
ladd
lload 2
bipush 40
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
11: lload 0
ldc 6
ladd
lload 2
bipush 48
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
12: lload 0
ldc 7
ladd
lload 2
bipush 56
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
13: StackMap locals:
StackMap stack:
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 address J
0 14 2 value J
MethodParameters:
Name Flags
address
value
static byte getByte(byte[], int);
descriptor: ([BI)B
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 array [B
0 1 1 index I
MethodParameters:
Name Flags
array
index
static short getShort(byte[], int);
descriptor: ([BI)S
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 5
1: aload 0
iload 1
invokestatic io.netty.util.internal.PlatformDependent.getShort:([BI)S
istore 2
start local 2 2: getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 3
iload 2
goto 4
StackMap locals: int
StackMap stack:
3: iload 2
invokestatic java.lang.Short.reverseBytes:(S)S
StackMap locals:
StackMap stack: int
4: ireturn
end local 2 5: StackMap locals:
StackMap stack:
aload 0
iload 1
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
bipush 8
ishl
6: aload 0
iload 1
iconst_1
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
sipush 255
iand
7: ior
i2s
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 array [B
0 8 1 index I
2 5 2 v S
MethodParameters:
Name Flags
array
index
static short getShortLE(byte[], int);
descriptor: ([BI)S
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 5
1: aload 0
iload 1
invokestatic io.netty.util.internal.PlatformDependent.getShort:([BI)S
istore 2
start local 2 2: getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 3
iload 2
invokestatic java.lang.Short.reverseBytes:(S)S
goto 4
StackMap locals: int
StackMap stack:
3: iload 2
StackMap locals:
StackMap stack: int
4: ireturn
end local 2 5: StackMap locals:
StackMap stack:
aload 0
iload 1
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
sipush 255
iand
6: aload 0
iload 1
iconst_1
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
bipush 8
ishl
7: ior
i2s
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 array [B
0 8 1 index I
2 5 2 v S
MethodParameters:
Name Flags
array
index
static int getUnsignedMedium(byte[], int);
descriptor: ([BI)I
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 7
1: aload 0
iload 1
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
sipush 255
iand
bipush 16
ishl
2: getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 3
aload 0
iload 1
iconst_1
iadd
invokestatic io.netty.util.internal.PlatformDependent.getShort:([BI)S
goto 4
3: StackMap locals:
StackMap stack: int
aload 0
iload 1
iconst_1
iadd
invokestatic io.netty.util.internal.PlatformDependent.getShort:([BI)S
invokestatic java.lang.Short.reverseBytes:(S)S
4: StackMap locals: byte[] int
StackMap stack: int int
ldc 65535
5: iand
6: ior
ireturn
7: StackMap locals:
StackMap stack:
aload 0
iload 1
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
sipush 255
iand
bipush 16
ishl
8: aload 0
iload 1
iconst_1
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
sipush 255
iand
bipush 8
ishl
9: ior
10: aload 0
iload 1
iconst_2
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
sipush 255
iand
11: ior
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 array [B
0 12 1 index I
MethodParameters:
Name Flags
array
index
static int getUnsignedMediumLE(byte[], int);
descriptor: ([BI)I
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 9
1: aload 0
iload 1
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
sipush 255
iand
2: getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 3
aload 0
iload 1
iconst_1
iadd
invokestatic io.netty.util.internal.PlatformDependent.getShort:([BI)S
invokestatic java.lang.Short.reverseBytes:(S)S
goto 4
3: StackMap locals:
StackMap stack: int
aload 0
iload 1
iconst_1
iadd
invokestatic io.netty.util.internal.PlatformDependent.getShort:([BI)S
StackMap locals: byte[] int
StackMap stack: int int
4: ldc 65535
5: iand
6: bipush 8
7: ishl
8: ior
ireturn
9: StackMap locals:
StackMap stack:
aload 0
iload 1
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
sipush 255
iand
10: aload 0
iload 1
iconst_1
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
sipush 255
iand
bipush 8
ishl
11: ior
12: aload 0
iload 1
iconst_2
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
sipush 255
iand
bipush 16
ishl
13: ior
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 array [B
0 14 1 index I
MethodParameters:
Name Flags
array
index
static int getInt(byte[], int);
descriptor: ([BI)I
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 5
1: aload 0
iload 1
invokestatic io.netty.util.internal.PlatformDependent.getInt:([BI)I
istore 2
start local 2 2: getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 3
iload 2
goto 4
StackMap locals: int
StackMap stack:
3: iload 2
invokestatic java.lang.Integer.reverseBytes:(I)I
StackMap locals:
StackMap stack: int
4: ireturn
end local 2 5: StackMap locals:
StackMap stack:
aload 0
iload 1
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
bipush 24
ishl
6: aload 0
iload 1
iconst_1
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
sipush 255
iand
bipush 16
ishl
7: ior
8: aload 0
iload 1
iconst_2
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
sipush 255
iand
bipush 8
ishl
9: ior
10: aload 0
iload 1
iconst_3
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
sipush 255
iand
11: ior
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 array [B
0 12 1 index I
2 5 2 v I
MethodParameters:
Name Flags
array
index
static int getIntLE(byte[], int);
descriptor: ([BI)I
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 5
1: aload 0
iload 1
invokestatic io.netty.util.internal.PlatformDependent.getInt:([BI)I
istore 2
start local 2 2: getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 3
iload 2
invokestatic java.lang.Integer.reverseBytes:(I)I
goto 4
StackMap locals: int
StackMap stack:
3: iload 2
StackMap locals:
StackMap stack: int
4: ireturn
end local 2 5: StackMap locals:
StackMap stack:
aload 0
iload 1
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
sipush 255
iand
6: aload 0
iload 1
iconst_1
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
sipush 255
iand
bipush 8
ishl
7: ior
8: aload 0
iload 1
iconst_2
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
sipush 255
iand
bipush 16
ishl
9: ior
10: aload 0
iload 1
iconst_3
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
bipush 24
ishl
11: ior
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 array [B
0 12 1 index I
2 5 2 v I
MethodParameters:
Name Flags
array
index
static long getLong(byte[], int);
descriptor: ([BI)J
flags: (0x0008) ACC_STATIC
Code:
stack=6, locals=4, args_size=2
start local 0 start local 1 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 5
1: aload 0
iload 1
invokestatic io.netty.util.internal.PlatformDependent.getLong:([BI)J
lstore 2
start local 2 2: getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 3
lload 2
goto 4
StackMap locals: long
StackMap stack:
3: lload 2
invokestatic java.lang.Long.reverseBytes:(J)J
StackMap locals:
StackMap stack: long
4: lreturn
end local 2 5: StackMap locals:
StackMap stack:
aload 0
iload 1
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
i2l
bipush 56
lshl
6: aload 0
iload 1
iconst_1
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
i2l
ldc 255
land
bipush 48
lshl
7: lor
8: aload 0
iload 1
iconst_2
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
i2l
ldc 255
land
bipush 40
lshl
9: lor
10: aload 0
iload 1
iconst_3
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
i2l
ldc 255
land
bipush 32
lshl
11: lor
12: aload 0
iload 1
iconst_4
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
i2l
ldc 255
land
bipush 24
lshl
13: lor
14: aload 0
iload 1
iconst_5
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
i2l
ldc 255
land
bipush 16
lshl
15: lor
16: aload 0
iload 1
bipush 6
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
i2l
ldc 255
land
bipush 8
lshl
17: lor
18: aload 0
iload 1
bipush 7
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
i2l
ldc 255
land
19: lor
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 array [B
0 20 1 index I
2 5 2 v J
MethodParameters:
Name Flags
array
index
static long getLongLE(byte[], int);
descriptor: ([BI)J
flags: (0x0008) ACC_STATIC
Code:
stack=6, locals=4, args_size=2
start local 0 start local 1 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 5
1: aload 0
iload 1
invokestatic io.netty.util.internal.PlatformDependent.getLong:([BI)J
lstore 2
start local 2 2: getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 3
lload 2
invokestatic java.lang.Long.reverseBytes:(J)J
goto 4
StackMap locals: long
StackMap stack:
3: lload 2
StackMap locals:
StackMap stack: long
4: lreturn
end local 2 5: StackMap locals:
StackMap stack:
aload 0
iload 1
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
i2l
ldc 255
land
6: aload 0
iload 1
iconst_1
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
i2l
ldc 255
land
bipush 8
lshl
7: lor
8: aload 0
iload 1
iconst_2
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
i2l
ldc 255
land
bipush 16
lshl
9: lor
10: aload 0
iload 1
iconst_3
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
i2l
ldc 255
land
bipush 24
lshl
11: lor
12: aload 0
iload 1
iconst_4
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
i2l
ldc 255
land
bipush 32
lshl
13: lor
14: aload 0
iload 1
iconst_5
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
i2l
ldc 255
land
bipush 40
lshl
15: lor
16: aload 0
iload 1
bipush 6
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
i2l
ldc 255
land
bipush 48
lshl
17: lor
18: aload 0
iload 1
bipush 7
iadd
invokestatic io.netty.util.internal.PlatformDependent.getByte:([BI)B
i2l
bipush 56
lshl
19: lor
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 array [B
0 20 1 index I
2 5 2 v J
MethodParameters:
Name Flags
array
index
static void setByte(byte[], int, int);
descriptor: ([BII)V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iload 2
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 array [B
0 2 1 index I
0 2 2 value I
MethodParameters:
Name Flags
array
index
value
static void setShort(byte[], int, int);
descriptor: ([BII)V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 6
1: aload 0
iload 1
2: getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 3
iload 2
i2s
goto 4
StackMap locals: byte[] int int
StackMap stack: byte[] int
3: iload 2
i2s
invokestatic java.lang.Short.reverseBytes:(S)S
4: StackMap locals: byte[] int int
StackMap stack: byte[] int int
invokestatic io.netty.util.internal.PlatformDependent.putShort:([BIS)V
5: goto 8
6: StackMap locals:
StackMap stack:
aload 0
iload 1
iload 2
bipush 8
iushr
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
7: aload 0
iload 1
iconst_1
iadd
iload 2
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
8: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 array [B
0 9 1 index I
0 9 2 value I
MethodParameters:
Name Flags
array
index
value
static void setShortLE(byte[], int, int);
descriptor: ([BII)V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 6
1: aload 0
iload 1
2: getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 3
iload 2
i2s
invokestatic java.lang.Short.reverseBytes:(S)S
goto 4
StackMap locals: byte[] int int
StackMap stack: byte[] int
3: iload 2
i2s
4: StackMap locals: byte[] int int
StackMap stack: byte[] int int
invokestatic io.netty.util.internal.PlatformDependent.putShort:([BIS)V
5: goto 8
6: StackMap locals:
StackMap stack:
aload 0
iload 1
iload 2
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
7: aload 0
iload 1
iconst_1
iadd
iload 2
bipush 8
iushr
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
8: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 array [B
0 9 1 index I
0 9 2 value I
MethodParameters:
Name Flags
array
index
value
static void setMedium(byte[], int, int);
descriptor: ([BII)V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iload 2
bipush 16
iushr
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
1: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 7
2: aload 0
iload 1
iconst_1
iadd
3: getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 4
iload 2
i2s
goto 5
4: StackMap locals: byte[] int int
StackMap stack: byte[] int
iload 2
i2s
invokestatic java.lang.Short.reverseBytes:(S)S
5: StackMap locals: byte[] int int
StackMap stack: byte[] int int
invokestatic io.netty.util.internal.PlatformDependent.putShort:([BIS)V
6: goto 9
7: StackMap locals:
StackMap stack:
aload 0
iload 1
iconst_1
iadd
iload 2
bipush 8
iushr
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
8: aload 0
iload 1
iconst_2
iadd
iload 2
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
9: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 array [B
0 10 1 index I
0 10 2 value I
MethodParameters:
Name Flags
array
index
value
static void setMediumLE(byte[], int, int);
descriptor: ([BII)V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iload 2
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
1: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 7
2: aload 0
iload 1
iconst_1
iadd
3: getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 4
iload 2
bipush 8
iushr
i2s
invokestatic java.lang.Short.reverseBytes:(S)S
goto 5
4: StackMap locals: byte[] int int
StackMap stack: byte[] int
iload 2
bipush 8
iushr
i2s
5: StackMap locals: byte[] int int
StackMap stack: byte[] int int
invokestatic io.netty.util.internal.PlatformDependent.putShort:([BIS)V
6: goto 9
7: StackMap locals:
StackMap stack:
aload 0
iload 1
iconst_1
iadd
iload 2
bipush 8
iushr
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
8: aload 0
iload 1
iconst_2
iadd
iload 2
bipush 16
iushr
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
9: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 array [B
0 10 1 index I
0 10 2 value I
MethodParameters:
Name Flags
array
index
value
static void setInt(byte[], int, int);
descriptor: ([BII)V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 5
1: aload 0
iload 1
getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 2
iload 2
goto 3
StackMap locals: byte[] int int
StackMap stack: byte[] int
2: iload 2
invokestatic java.lang.Integer.reverseBytes:(I)I
StackMap locals: byte[] int int
StackMap stack: byte[] int int
3: invokestatic io.netty.util.internal.PlatformDependent.putInt:([BII)V
4: goto 9
5: StackMap locals:
StackMap stack:
aload 0
iload 1
iload 2
bipush 24
iushr
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
6: aload 0
iload 1
iconst_1
iadd
iload 2
bipush 16
iushr
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
7: aload 0
iload 1
iconst_2
iadd
iload 2
bipush 8
iushr
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
8: aload 0
iload 1
iconst_3
iadd
iload 2
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
9: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 array [B
0 10 1 index I
0 10 2 value I
MethodParameters:
Name Flags
array
index
value
static void setIntLE(byte[], int, int);
descriptor: ([BII)V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 5
1: aload 0
iload 1
getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 2
iload 2
invokestatic java.lang.Integer.reverseBytes:(I)I
goto 3
StackMap locals: byte[] int int
StackMap stack: byte[] int
2: iload 2
StackMap locals: byte[] int int
StackMap stack: byte[] int int
3: invokestatic io.netty.util.internal.PlatformDependent.putInt:([BII)V
4: goto 9
5: StackMap locals:
StackMap stack:
aload 0
iload 1
iload 2
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
6: aload 0
iload 1
iconst_1
iadd
iload 2
bipush 8
iushr
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
7: aload 0
iload 1
iconst_2
iadd
iload 2
bipush 16
iushr
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
8: aload 0
iload 1
iconst_3
iadd
iload 2
bipush 24
iushr
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
9: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 array [B
0 10 1 index I
0 10 2 value I
MethodParameters:
Name Flags
array
index
value
static void setLong(byte[], int, long);
descriptor: ([BIJ)V
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 5
1: aload 0
iload 1
getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 2
lload 2
goto 3
StackMap locals: byte[] int long
StackMap stack: byte[] int
2: lload 2
invokestatic java.lang.Long.reverseBytes:(J)J
StackMap locals: byte[] int long
StackMap stack: byte[] int long
3: invokestatic io.netty.util.internal.PlatformDependent.putLong:([BIJ)V
4: goto 13
5: StackMap locals:
StackMap stack:
aload 0
iload 1
lload 2
bipush 56
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
6: aload 0
iload 1
iconst_1
iadd
lload 2
bipush 48
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
7: aload 0
iload 1
iconst_2
iadd
lload 2
bipush 40
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
8: aload 0
iload 1
iconst_3
iadd
lload 2
bipush 32
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
9: aload 0
iload 1
iconst_4
iadd
lload 2
bipush 24
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
10: aload 0
iload 1
iconst_5
iadd
lload 2
bipush 16
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
11: aload 0
iload 1
bipush 6
iadd
lload 2
bipush 8
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
12: aload 0
iload 1
bipush 7
iadd
lload 2
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
13: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 array [B
0 14 1 index I
0 14 2 value J
MethodParameters:
Name Flags
array
index
value
static void setLongLE(byte[], int, long);
descriptor: ([BIJ)V
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: getstatic io.netty.buffer.UnsafeByteBufUtil.UNALIGNED:Z
ifeq 5
1: aload 0
iload 1
getstatic io.netty.util.internal.PlatformDependent.BIG_ENDIAN_NATIVE_ORDER:Z
ifeq 2
lload 2
invokestatic java.lang.Long.reverseBytes:(J)J
goto 3
StackMap locals: byte[] int long
StackMap stack: byte[] int
2: lload 2
StackMap locals: byte[] int long
StackMap stack: byte[] int long
3: invokestatic io.netty.util.internal.PlatformDependent.putLong:([BIJ)V
4: goto 13
5: StackMap locals:
StackMap stack:
aload 0
iload 1
lload 2
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
6: aload 0
iload 1
iconst_1
iadd
lload 2
bipush 8
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
7: aload 0
iload 1
iconst_2
iadd
lload 2
bipush 16
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
8: aload 0
iload 1
iconst_3
iadd
lload 2
bipush 24
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
9: aload 0
iload 1
iconst_4
iadd
lload 2
bipush 32
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
10: aload 0
iload 1
iconst_5
iadd
lload 2
bipush 40
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
11: aload 0
iload 1
bipush 6
iadd
lload 2
bipush 48
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
12: aload 0
iload 1
bipush 7
iadd
lload 2
bipush 56
lushr
l2i
i2b
invokestatic io.netty.util.internal.PlatformDependent.putByte:([BIB)V
13: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 array [B
0 14 1 index I
0 14 2 value J
MethodParameters:
Name Flags
array
index
value
static void setZero(byte[], int, int);
descriptor: ([BII)V
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: iload 2
ifne 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
iload 1
iload 2
i2l
iconst_0
invokestatic io.netty.util.internal.PlatformDependent.setMemory:([BIJB)V
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 array [B
0 4 1 index I
0 4 2 length I
MethodParameters:
Name Flags
array
index
length
static io.netty.buffer.ByteBuf copy(io.netty.buffer.AbstractByteBuf, long, int, int);
descriptor: (Lio/netty/buffer/AbstractByteBuf;JII)Lio/netty/buffer/ByteBuf;
flags: (0x0008) ACC_STATIC
Code:
stack=6, locals=6, args_size=4
start local 0 start local 1 start local 3 start local 4 0: aload 0
iload 3
iload 4
invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
1: aload 0
invokevirtual io.netty.buffer.AbstractByteBuf.alloc:()Lio/netty/buffer/ByteBufAllocator;
iload 4
aload 0
invokevirtual io.netty.buffer.AbstractByteBuf.maxCapacity:()I
invokeinterface io.netty.buffer.ByteBufAllocator.directBuffer:(II)Lio/netty/buffer/ByteBuf;
astore 5
start local 5 2: iload 4
ifeq 8
3: aload 5
invokevirtual io.netty.buffer.ByteBuf.hasMemoryAddress:()Z
ifeq 7
4: lload 1
aload 5
invokevirtual io.netty.buffer.ByteBuf.memoryAddress:()J
iload 4
i2l
invokestatic io.netty.util.internal.PlatformDependent.copyMemory:(JJJ)V
5: aload 5
iconst_0
iload 4
invokevirtual io.netty.buffer.ByteBuf.setIndex:(II)Lio/netty/buffer/ByteBuf;
pop
6: goto 8
7: StackMap locals: io.netty.buffer.ByteBuf
StackMap stack:
aload 5
aload 0
iload 3
iload 4
invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
pop
8: StackMap locals:
StackMap stack:
aload 5
areturn
end local 5 end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 buf Lio/netty/buffer/AbstractByteBuf;
0 9 1 addr J
0 9 3 index I
0 9 4 length I
2 9 5 copy Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
buf
addr
index
length
static int setBytes(io.netty.buffer.AbstractByteBuf, long, int, java.io.InputStream, int);
descriptor: (Lio/netty/buffer/AbstractByteBuf;JILjava/io/InputStream;I)I
flags: (0x0008) ACC_STATIC
Code:
stack=6, locals=12, args_size=5
start local 0 start local 1 start local 3 start local 4 start local 5 0: aload 0
iload 3
iload 5
invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
1: aload 0
invokevirtual io.netty.buffer.AbstractByteBuf.alloc:()Lio/netty/buffer/ByteBufAllocator;
iload 5
invokeinterface io.netty.buffer.ByteBufAllocator.heapBuffer:(I)Lio/netty/buffer/ByteBuf;
astore 6
start local 6 2: aload 6
invokevirtual io.netty.buffer.ByteBuf.array:()[B
astore 7
start local 7 3: aload 6
invokevirtual io.netty.buffer.ByteBuf.arrayOffset:()I
istore 8
start local 8 4: aload 4
aload 7
iload 8
iload 5
invokevirtual java.io.InputStream.read:([BII)I
istore 9
start local 9 5: iload 9
ifle 7
6: aload 7
iload 8
lload 1
iload 9
i2l
invokestatic io.netty.util.internal.PlatformDependent.copyMemory:([BIJJ)V
7: StackMap locals: io.netty.buffer.AbstractByteBuf long int java.io.InputStream int io.netty.buffer.ByteBuf byte[] int int
StackMap stack:
iload 9
istore 11
8: aload 6
invokevirtual io.netty.buffer.ByteBuf.release:()Z
pop
9: iload 11
ireturn
end local 9 end local 8 end local 7 10: StackMap locals: io.netty.buffer.AbstractByteBuf long int java.io.InputStream int io.netty.buffer.ByteBuf
StackMap stack: java.lang.Throwable
astore 10
11: aload 6
invokevirtual io.netty.buffer.ByteBuf.release:()Z
pop
12: aload 10
athrow
end local 6 end local 5 end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 buf Lio/netty/buffer/AbstractByteBuf;
0 13 1 addr J
0 13 3 index I
0 13 4 in Ljava/io/InputStream;
0 13 5 length I
2 13 6 tmpBuf Lio/netty/buffer/ByteBuf;
3 10 7 tmp [B
4 10 8 offset I
5 10 9 readBytes I
Exception table:
from to target type
2 8 10 any
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
buf
addr
index
in
length
static void getBytes(io.netty.buffer.AbstractByteBuf, long, int, io.netty.buffer.ByteBuf, int, int);
descriptor: (Lio/netty/buffer/AbstractByteBuf;JILio/netty/buffer/ByteBuf;II)V
flags: (0x0008) ACC_STATIC
Code:
stack=6, locals=7, args_size=6
start local 0 start local 1 start local 3 start local 4 start local 5 start local 6 0: aload 0
iload 3
iload 6
invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
1: aload 4
ldc "dst"
invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
pop
2: iload 5
iload 6
aload 4
invokevirtual io.netty.buffer.ByteBuf.capacity:()I
invokestatic io.netty.util.internal.MathUtil.isOutOfBounds:(III)Z
ifeq 4
3: new java.lang.IndexOutOfBoundsException
dup
new java.lang.StringBuilder
dup
ldc "dstIndex: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 5
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 4
invokevirtual io.netty.buffer.ByteBuf.hasMemoryAddress:()Z
ifeq 7
5: lload 1
aload 4
invokevirtual io.netty.buffer.ByteBuf.memoryAddress:()J
iload 5
i2l
ladd
iload 6
i2l
invokestatic io.netty.util.internal.PlatformDependent.copyMemory:(JJJ)V
6: goto 11
StackMap locals:
StackMap stack:
7: aload 4
invokevirtual io.netty.buffer.ByteBuf.hasArray:()Z
ifeq 10
8: lload 1
aload 4
invokevirtual io.netty.buffer.ByteBuf.array:()[B
aload 4
invokevirtual io.netty.buffer.ByteBuf.arrayOffset:()I
iload 5
iadd
iload 6
i2l
invokestatic io.netty.util.internal.PlatformDependent.copyMemory:(J[BIJ)V
9: goto 11
10: StackMap locals:
StackMap stack:
aload 4
iload 5
aload 0
iload 3
iload 6
invokevirtual io.netty.buffer.ByteBuf.setBytes:(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
pop
11: StackMap locals:
StackMap stack:
return
end local 6 end local 5 end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 buf Lio/netty/buffer/AbstractByteBuf;
0 12 1 addr J
0 12 3 index I
0 12 4 dst Lio/netty/buffer/ByteBuf;
0 12 5 dstIndex I
0 12 6 length I
MethodParameters:
Name Flags
buf
addr
index
dst
dstIndex
length
static void getBytes(io.netty.buffer.AbstractByteBuf, long, int, byte[], int, int);
descriptor: (Lio/netty/buffer/AbstractByteBuf;JI[BII)V
flags: (0x0008) ACC_STATIC
Code:
stack=6, locals=7, args_size=6
start local 0 start local 1 start local 3 start local 4 start local 5 start local 6 0: aload 0
iload 3
iload 6
invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
1: aload 4
ldc "dst"
invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
pop
2: iload 5
iload 6
aload 4
arraylength
invokestatic io.netty.util.internal.MathUtil.isOutOfBounds:(III)Z
ifeq 4
3: new java.lang.IndexOutOfBoundsException
dup
new java.lang.StringBuilder
dup
ldc "dstIndex: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 5
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
iload 6
ifeq 6
5: lload 1
aload 4
iload 5
iload 6
i2l
invokestatic io.netty.util.internal.PlatformDependent.copyMemory:(J[BIJ)V
6: StackMap locals:
StackMap stack:
return
end local 6 end local 5 end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 buf Lio/netty/buffer/AbstractByteBuf;
0 7 1 addr J
0 7 3 index I
0 7 4 dst [B
0 7 5 dstIndex I
0 7 6 length I
MethodParameters:
Name Flags
buf
addr
index
dst
dstIndex
length
static void getBytes(io.netty.buffer.AbstractByteBuf, long, int, java.nio.ByteBuffer);
descriptor: (Lio/netty/buffer/AbstractByteBuf;JILjava/nio/ByteBuffer;)V
flags: (0x0008) ACC_STATIC
Code:
stack=6, locals=7, args_size=4
start local 0 start local 1 start local 3 start local 4 0: aload 0
iload 3
aload 4
invokevirtual java.nio.ByteBuffer.remaining:()I
invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
1: aload 4
invokevirtual java.nio.ByteBuffer.remaining:()I
ifne 3
2: return
3: StackMap locals:
StackMap stack:
aload 4
invokevirtual java.nio.ByteBuffer.isDirect:()Z
ifeq 10
4: aload 4
invokevirtual java.nio.ByteBuffer.isReadOnly:()Z
ifeq 6
5: new java.nio.ReadOnlyBufferException
dup
invokespecial java.nio.ReadOnlyBufferException.<init>:()V
athrow
6: StackMap locals:
StackMap stack:
aload 4
invokestatic io.netty.util.internal.PlatformDependent.directBufferAddress:(Ljava/nio/ByteBuffer;)J
lstore 5
start local 5 7: lload 1
lload 5
aload 4
invokevirtual java.nio.ByteBuffer.position:()I
i2l
ladd
aload 4
invokevirtual java.nio.ByteBuffer.remaining:()I
i2l
invokestatic io.netty.util.internal.PlatformDependent.copyMemory:(JJJ)V
8: aload 4
aload 4
invokevirtual java.nio.ByteBuffer.position:()I
aload 4
invokevirtual java.nio.ByteBuffer.remaining:()I
iadd
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
pop
end local 5 9: goto 15
StackMap locals:
StackMap stack:
10: aload 4
invokevirtual java.nio.ByteBuffer.hasArray:()Z
ifeq 14
11: lload 1
aload 4
invokevirtual java.nio.ByteBuffer.array:()[B
aload 4
invokevirtual java.nio.ByteBuffer.arrayOffset:()I
aload 4
invokevirtual java.nio.ByteBuffer.position:()I
iadd
aload 4
invokevirtual java.nio.ByteBuffer.remaining:()I
i2l
invokestatic io.netty.util.internal.PlatformDependent.copyMemory:(J[BIJ)V
12: aload 4
aload 4
invokevirtual java.nio.ByteBuffer.position:()I
aload 4
invokevirtual java.nio.ByteBuffer.remaining:()I
iadd
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
pop
13: goto 15
14: StackMap locals:
StackMap stack:
aload 4
aload 0
invokevirtual io.netty.buffer.AbstractByteBuf.nioBuffer:()Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
pop
15: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 buf Lio/netty/buffer/AbstractByteBuf;
0 16 1 addr J
0 16 3 index I
0 16 4 dst Ljava/nio/ByteBuffer;
7 9 5 dstAddress J
MethodParameters:
Name Flags
buf
addr
index
dst
static void setBytes(io.netty.buffer.AbstractByteBuf, long, int, io.netty.buffer.ByteBuf, int, int);
descriptor: (Lio/netty/buffer/AbstractByteBuf;JILio/netty/buffer/ByteBuf;II)V
flags: (0x0008) ACC_STATIC
Code:
stack=6, locals=7, args_size=6
start local 0 start local 1 start local 3 start local 4 start local 5 start local 6 0: aload 0
iload 3
iload 6
invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
1: aload 4
ldc "src"
invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
pop
2: iload 5
iload 6
aload 4
invokevirtual io.netty.buffer.ByteBuf.capacity:()I
invokestatic io.netty.util.internal.MathUtil.isOutOfBounds:(III)Z
ifeq 4
3: new java.lang.IndexOutOfBoundsException
dup
new java.lang.StringBuilder
dup
ldc "srcIndex: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 5
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
iload 6
ifeq 12
5: aload 4
invokevirtual io.netty.buffer.ByteBuf.hasMemoryAddress:()Z
ifeq 8
6: aload 4
invokevirtual io.netty.buffer.ByteBuf.memoryAddress:()J
iload 5
i2l
ladd
lload 1
iload 6
i2l
invokestatic io.netty.util.internal.PlatformDependent.copyMemory:(JJJ)V
7: goto 12
StackMap locals:
StackMap stack:
8: aload 4
invokevirtual io.netty.buffer.ByteBuf.hasArray:()Z
ifeq 11
9: aload 4
invokevirtual io.netty.buffer.ByteBuf.array:()[B
aload 4
invokevirtual io.netty.buffer.ByteBuf.arrayOffset:()I
iload 5
iadd
lload 1
iload 6
i2l
invokestatic io.netty.util.internal.PlatformDependent.copyMemory:([BIJJ)V
10: goto 12
11: StackMap locals:
StackMap stack:
aload 4
iload 5
aload 0
iload 3
iload 6
invokevirtual io.netty.buffer.ByteBuf.getBytes:(ILio/netty/buffer/ByteBuf;II)Lio/netty/buffer/ByteBuf;
pop
12: StackMap locals:
StackMap stack:
return
end local 6 end local 5 end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 buf Lio/netty/buffer/AbstractByteBuf;
0 13 1 addr J
0 13 3 index I
0 13 4 src Lio/netty/buffer/ByteBuf;
0 13 5 srcIndex I
0 13 6 length I
MethodParameters:
Name Flags
buf
addr
index
src
srcIndex
length
static void setBytes(io.netty.buffer.AbstractByteBuf, long, int, byte[], int, int);
descriptor: (Lio/netty/buffer/AbstractByteBuf;JI[BII)V
flags: (0x0008) ACC_STATIC
Code:
stack=6, locals=7, args_size=6
start local 0 start local 1 start local 3 start local 4 start local 5 start local 6 0: aload 0
iload 3
iload 6
invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
1: iload 6
ifeq 3
2: aload 4
iload 5
lload 1
iload 6
i2l
invokestatic io.netty.util.internal.PlatformDependent.copyMemory:([BIJJ)V
3: StackMap locals:
StackMap stack:
return
end local 6 end local 5 end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 buf Lio/netty/buffer/AbstractByteBuf;
0 4 1 addr J
0 4 3 index I
0 4 4 src [B
0 4 5 srcIndex I
0 4 6 length I
MethodParameters:
Name Flags
buf
addr
index
src
srcIndex
length
static void setBytes(io.netty.buffer.AbstractByteBuf, long, int, java.nio.ByteBuffer);
descriptor: (Lio/netty/buffer/AbstractByteBuf;JILjava/nio/ByteBuffer;)V
flags: (0x0008) ACC_STATIC
Code:
stack=6, locals=8, args_size=4
start local 0 start local 1 start local 3 start local 4 0: aload 4
invokevirtual java.nio.ByteBuffer.remaining:()I
istore 5
start local 5 1: iload 5
ifne 3
2: return
3: StackMap locals: int
StackMap stack:
aload 4
invokevirtual java.nio.ByteBuffer.isDirect:()Z
ifeq 9
4: aload 0
iload 3
iload 5
invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
5: aload 4
invokestatic io.netty.util.internal.PlatformDependent.directBufferAddress:(Ljava/nio/ByteBuffer;)J
lstore 6
start local 6 6: lload 6
aload 4
invokevirtual java.nio.ByteBuffer.position:()I
i2l
ladd
lload 1
iload 5
i2l
invokestatic io.netty.util.internal.PlatformDependent.copyMemory:(JJJ)V
7: aload 4
aload 4
invokevirtual java.nio.ByteBuffer.position:()I
iload 5
iadd
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
pop
end local 6 8: goto 20
StackMap locals:
StackMap stack:
9: aload 4
invokevirtual java.nio.ByteBuffer.hasArray:()Z
ifeq 14
10: aload 0
iload 3
iload 5
invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
11: aload 4
invokevirtual java.nio.ByteBuffer.array:()[B
aload 4
invokevirtual java.nio.ByteBuffer.arrayOffset:()I
aload 4
invokevirtual java.nio.ByteBuffer.position:()I
iadd
lload 1
iload 5
i2l
invokestatic io.netty.util.internal.PlatformDependent.copyMemory:([BIJJ)V
12: aload 4
aload 4
invokevirtual java.nio.ByteBuffer.position:()I
iload 5
iadd
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
pop
13: goto 20
14: StackMap locals:
StackMap stack:
iload 5
bipush 8
if_icmpge 17
15: aload 0
lload 1
iload 3
aload 4
iload 5
invokestatic io.netty.buffer.UnsafeByteBufUtil.setSingleBytes:(Lio/netty/buffer/AbstractByteBuf;JILjava/nio/ByteBuffer;I)V
16: goto 20
17: StackMap locals:
StackMap stack:
getstatic io.netty.buffer.UnsafeByteBufUtil.$assertionsDisabled:Z
ifne 18
aload 0
invokevirtual io.netty.buffer.AbstractByteBuf.nioBufferCount:()I
iconst_1
if_icmpeq 18
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
18: StackMap locals:
StackMap stack:
aload 0
iload 3
iload 5
invokevirtual io.netty.buffer.AbstractByteBuf.internalNioBuffer:(II)Ljava/nio/ByteBuffer;
astore 6
start local 6 19: aload 6
aload 4
invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
pop
end local 6 20: StackMap locals:
StackMap stack:
return
end local 5 end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 buf Lio/netty/buffer/AbstractByteBuf;
0 21 1 addr J
0 21 3 index I
0 21 4 src Ljava/nio/ByteBuffer;
1 21 5 length I
6 8 6 srcAddress J
19 20 6 internalBuffer Ljava/nio/ByteBuffer;
MethodParameters:
Name Flags
buf
addr
index
src
private static void setSingleBytes(io.netty.buffer.AbstractByteBuf, long, int, java.nio.ByteBuffer, int);
descriptor: (Lio/netty/buffer/AbstractByteBuf;JILjava/nio/ByteBuffer;I)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=4, locals=12, args_size=5
start local 0 start local 1 start local 3 start local 4 start local 5 0: aload 0
iload 3
iload 5
invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
1: aload 4
invokevirtual java.nio.ByteBuffer.position:()I
istore 6
start local 6 2: aload 4
invokevirtual java.nio.ByteBuffer.limit:()I
istore 7
start local 7 3: lload 1
lstore 8
start local 8 4: iload 6
istore 10
start local 10 5: goto 10
6: StackMap locals: io.netty.buffer.AbstractByteBuf long int java.nio.ByteBuffer int int int long int
StackMap stack:
aload 4
iload 10
invokevirtual java.nio.ByteBuffer.get:(I)B
istore 11
start local 11 7: lload 8
iload 11
invokestatic io.netty.util.internal.PlatformDependent.putByte:(JB)V
8: lload 8
lconst_1
ladd
lstore 8
end local 11 9: iinc 10 1
StackMap locals:
StackMap stack:
10: iload 10
iload 7
if_icmplt 6
end local 10 11: aload 4
iload 7
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
pop
12: return
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 buf Lio/netty/buffer/AbstractByteBuf;
0 13 1 addr J
0 13 3 index I
0 13 4 src Ljava/nio/ByteBuffer;
0 13 5 length I
2 13 6 srcPosition I
3 13 7 srcLimit I
4 13 8 dstAddr J
5 11 10 srcIndex I
7 9 11 value B
MethodParameters:
Name Flags
buf final
addr final
index final
src final
length final
static void getBytes(io.netty.buffer.AbstractByteBuf, long, int, java.io.OutputStream, int);
descriptor: (Lio/netty/buffer/AbstractByteBuf;JILjava/io/OutputStream;I)V
flags: (0x0008) ACC_STATIC
Code:
stack=7, locals=11, args_size=5
start local 0 start local 1 start local 3 start local 4 start local 5 0: aload 0
iload 3
iload 5
invokevirtual io.netty.buffer.AbstractByteBuf.checkIndex:(II)V
1: iload 5
ifeq 15
2: iload 5
sipush 8192
invokestatic java.lang.Math.min:(II)I
istore 6
start local 6 3: aload 0
invokevirtual io.netty.buffer.AbstractByteBuf.alloc:()Lio/netty/buffer/ByteBufAllocator;
invokeinterface io.netty.buffer.ByteBufAllocator.isDirectBufferPooled:()Z
ifeq 14
4: aload 0
invokevirtual io.netty.buffer.AbstractByteBuf.alloc:()Lio/netty/buffer/ByteBufAllocator;
iload 6
invokeinterface io.netty.buffer.ByteBufAllocator.heapBuffer:(I)Lio/netty/buffer/ByteBuf;
astore 7
start local 7 5: aload 7
invokevirtual io.netty.buffer.ByteBuf.array:()[B
astore 8
start local 8 6: aload 7
invokevirtual io.netty.buffer.ByteBuf.arrayOffset:()I
istore 9
start local 9 7: lload 1
aload 8
iload 9
iload 6
aload 4
iload 5
invokestatic io.netty.buffer.UnsafeByteBufUtil.getBytes:(J[BIILjava/io/OutputStream;I)V
end local 9 end local 8 8: goto 12
StackMap locals: io.netty.buffer.AbstractByteBuf long int java.io.OutputStream int int io.netty.buffer.ByteBuf
StackMap stack: java.lang.Throwable
9: astore 10
10: aload 7
invokevirtual io.netty.buffer.ByteBuf.release:()Z
pop
11: aload 10
athrow
12: StackMap locals:
StackMap stack:
aload 7
invokevirtual io.netty.buffer.ByteBuf.release:()Z
pop
end local 7 13: goto 15
14: StackMap locals:
StackMap stack:
lload 1
iload 6
newarray 8
iconst_0
iload 6
aload 4
iload 5
invokestatic io.netty.buffer.UnsafeByteBufUtil.getBytes:(J[BIILjava/io/OutputStream;I)V
end local 6 15: StackMap locals:
StackMap stack:
return
end local 5 end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 buf Lio/netty/buffer/AbstractByteBuf;
0 16 1 addr J
0 16 3 index I
0 16 4 out Ljava/io/OutputStream;
0 16 5 length I
3 15 6 len I
5 13 7 tmpBuf Lio/netty/buffer/ByteBuf;
6 8 8 tmp [B
7 8 9 offset I
Exception table:
from to target type
5 9 9 any
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
buf
addr
index
out
length
private static void getBytes(long, byte[], int, int, java.io.OutputStream, int);
descriptor: (J[BIILjava/io/OutputStream;I)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=6, locals=8, args_size=6
start local 0 start local 2 start local 3 start local 4 start local 5 start local 6 0: StackMap locals:
StackMap stack:
iload 4
iload 6
invokestatic java.lang.Math.min:(II)I
istore 7
start local 7 1: lload 0
aload 2
iload 3
iload 7
i2l
invokestatic io.netty.util.internal.PlatformDependent.copyMemory:(J[BIJ)V
2: aload 5
aload 2
iload 3
iload 7
invokevirtual java.io.OutputStream.write:([BII)V
3: iload 6
iload 7
isub
istore 6
4: lload 0
iload 7
i2l
ladd
lstore 0
end local 7 5: iload 6
6: ifgt 0
7: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 inAddr J
0 8 2 in [B
0 8 3 inOffset I
0 8 4 inLen I
0 8 5 out Ljava/io/OutputStream;
0 8 6 outLen I
1 5 7 len I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
inAddr
in
inOffset
inLen
out
outLen
static void setZero(long, int);
descriptor: (JI)V
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 2 0: iload 2
ifne 2
1: return
2: StackMap locals:
StackMap stack:
lload 0
iload 2
i2l
iconst_0
invokestatic io.netty.util.internal.PlatformDependent.setMemory:(JJB)V
3: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 addr J
0 4 2 length I
MethodParameters:
Name Flags
addr
length
static io.netty.buffer.UnpooledUnsafeDirectByteBuf newUnsafeDirectByteBuf(io.netty.buffer.ByteBufAllocator, int, int);
descriptor: (Lio/netty/buffer/ByteBufAllocator;II)Lio/netty/buffer/UnpooledUnsafeDirectByteBuf;
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: invokestatic io.netty.util.internal.PlatformDependent.useDirectBufferNoCleaner:()Z
ifeq 2
1: new io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf
dup
aload 0
iload 1
iload 2
invokespecial io.netty.buffer.UnpooledUnsafeNoCleanerDirectByteBuf.<init>:(Lio/netty/buffer/ByteBufAllocator;II)V
areturn
2: StackMap locals:
StackMap stack:
new io.netty.buffer.UnpooledUnsafeDirectByteBuf
dup
aload 0
iload 1
iload 2
invokespecial io.netty.buffer.UnpooledUnsafeDirectByteBuf.<init>:(Lio/netty/buffer/ByteBufAllocator;II)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 alloc Lio/netty/buffer/ByteBufAllocator;
0 3 1 initialCapacity I
0 3 2 maxCapacity I
MethodParameters:
Name Flags
alloc
initialCapacity
maxCapacity
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/buffer/UnsafeByteBufUtil;
}
SourceFile: "UnsafeByteBufUtil.java"