public abstract class org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction
super_class: java.lang.Object
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction this
0: .line 49
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/jtt/hotpath/HP_invoke01$Instruction;
public abstract void accept(org.graalvm.compiler.jtt.hotpath.HP_invoke01$Visitor);
descriptor: (Lorg/graalvm/compiler/jtt/hotpath/HP_invoke01$Visitor;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
v
}
SourceFile: "HP_invoke01.java"
NestHost: org.graalvm.compiler.jtt.hotpath.HP_invoke01
InnerClasses:
public abstract Instruction = org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction of org.graalvm.compiler.jtt.hotpath.HP_invoke01
public Add = org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Add of org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction
public abstract Binary = org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Binary of org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction
public Div = org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Div of org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction
public Mul = org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Mul of org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction
public Sub = org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Sub of org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction
public Visitor = org.graalvm.compiler.jtt.hotpath.HP_invoke01$Visitor of org.graalvm.compiler.jtt.hotpath.HP_invoke01