public class sun.jvm.hotspot.code.CompressedStream
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.code.CompressedStream
super_class: java.lang.Object
{
protected sun.jvm.hotspot.debugger.Address buffer;
descriptor: Lsun/jvm/hotspot/debugger/Address;
flags: (0x0004) ACC_PROTECTED
protected int position;
descriptor: I
flags: (0x0004) ACC_PROTECTED
public static final int LogBitsPerByte;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 3
public static final int BitsPerByte;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 8
public static final int lg_H;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 6
public static final int H;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 64
public static final int L;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 192
public static final int MAX_i;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 4
public void <init>(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
iconst_0
invokespecial sun.jvm.hotspot.code.CompressedStream.<init>:(Lsun/jvm/hotspot/debugger/Address;I)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/code/CompressedStream;
0 2 1 buffer Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
buffer
public void <init>(sun.jvm.hotspot.debugger.Address, int);
descriptor: (Lsun/jvm/hotspot/debugger/Address;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield sun.jvm.hotspot.code.CompressedStream.buffer:Lsun/jvm/hotspot/debugger/Address;
2: aload 0
iload 2
putfield sun.jvm.hotspot.code.CompressedStream.position:I
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/code/CompressedStream;
0 4 1 buffer Lsun/jvm/hotspot/debugger/Address;
0 4 2 position I
MethodParameters:
Name Flags
buffer
position
public sun.jvm.hotspot.debugger.Address getBuffer();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.code.CompressedStream.buffer:Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/code/CompressedStream;
public int getPosition();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.code.CompressedStream.position:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/code/CompressedStream;
public void setPosition(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield sun.jvm.hotspot.code.CompressedStream.position:I
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/code/CompressedStream;
0 2 1 position I
MethodParameters:
Name Flags
position
public int encodeSign(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: iload 1
iconst_1
ishl
iload 1
bipush 31
ishr
ixor
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/code/CompressedStream;
0 1 1 value I
MethodParameters:
Name Flags
value
public int decodeSign(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: iload 1
iconst_1
iushr
iload 1
iconst_1
iand
ineg
ixor
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/code/CompressedStream;
0 1 1 value I
MethodParameters:
Name Flags
value
public int reverseInt(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: iload 1
ldc 1431655765
iand
iconst_1
ishl
iload 1
iconst_1
iushr
ldc 1431655765
iand
ior
istore 1
1: iload 1
ldc 858993459
iand
iconst_3
ishl
iload 1
iconst_2
iushr
ldc 858993459
iand
ior
istore 1
2: iload 1
ldc 252645135
iand
iconst_4
ishl
iload 1
iconst_4
iushr
ldc 252645135
iand
ior
istore 1
3: iload 1
bipush 24
ishl
iload 1
ldc 65280
iand
bipush 8
ishl
ior
iload 1
bipush 8
iushr
ldc 65280
iand
ior
iload 1
bipush 24
iushr
ior
istore 1
4: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/jvm/hotspot/code/CompressedStream;
0 5 1 i I
MethodParameters:
Name Flags
i
}
SourceFile: "CompressedStream.java"