public abstract class sun.jvm.hotspot.interpreter.BytecodeWideable extends sun.jvm.hotspot.interpreter.Bytecode
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: sun.jvm.hotspot.interpreter.BytecodeWideable
super_class: sun.jvm.hotspot.interpreter.Bytecode
{
void <init>(sun.jvm.hotspot.oops.Method, int);
descriptor: (Lsun/jvm/hotspot/oops/Method;I)V
flags: (0x0000)
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 sun.jvm.hotspot.interpreter.Bytecode.<init>:(Lsun/jvm/hotspot/oops/Method;I)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/interpreter/BytecodeWideable;
0 2 1 method Lsun/jvm/hotspot/oops/Method;
0 2 2 bci I
MethodParameters:
Name Flags
method
bci
public boolean isWide();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeWideable.bci:()I
iconst_1
isub
istore 1
start local 1 1: iload 1
iconst_m1
if_icmple 2
aload 0
getfield sun.jvm.hotspot.interpreter.BytecodeWideable.method:Lsun/jvm/hotspot/oops/Method;
iload 1
invokevirtual sun.jvm.hotspot.oops.Method.getBytecodeOrBPAt:(I)I
sipush 196
if_icmpne 2
iconst_1
ireturn
StackMap locals: int
StackMap stack:
2: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/interpreter/BytecodeWideable;
1 3 1 prevBci I
public int getLocalVarIndex();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeWideable.isWide:()Z
ifeq 1
aload 0
aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeWideable.code:()I
iconst_1
invokevirtual sun.jvm.hotspot.interpreter.BytecodeWideable.getIndexU2:(IZ)I
goto 2
StackMap locals:
StackMap stack:
1: aload 0
invokevirtual sun.jvm.hotspot.interpreter.BytecodeWideable.getIndexU1:()I
StackMap locals:
StackMap stack: int
2: ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/interpreter/BytecodeWideable;
}
SourceFile: "BytecodeWideable.java"