public class org.graalvm.compiler.jtt.hotpath.HP_invoke01$Visitor
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.jtt.hotpath.HP_invoke01$Visitor
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 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/jtt/hotpath/HP_invoke01$Visitor;
public void visit(org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Add);
descriptor: (Lorg/graalvm/compiler/jtt/hotpath/HP_invoke01$Instruction$Add;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: getstatic org.graalvm.compiler.jtt.hotpath.HP_invoke01.sum:I
bipush 7
iadd
putstatic org.graalvm.compiler.jtt.hotpath.HP_invoke01.sum:I
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/graalvm/compiler/jtt/hotpath/HP_invoke01$Visitor;
0 2 1 i Lorg/graalvm/compiler/jtt/hotpath/HP_invoke01$Instruction$Add;
MethodParameters:
Name Flags
i
public void visit(org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Sub);
descriptor: (Lorg/graalvm/compiler/jtt/hotpath/HP_invoke01$Instruction$Sub;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: getstatic org.graalvm.compiler.jtt.hotpath.HP_invoke01.sum:I
ldc 194127
iadd
putstatic org.graalvm.compiler.jtt.hotpath.HP_invoke01.sum:I
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/graalvm/compiler/jtt/hotpath/HP_invoke01$Visitor;
0 2 1 i Lorg/graalvm/compiler/jtt/hotpath/HP_invoke01$Instruction$Sub;
MethodParameters:
Name Flags
i
public void visit(org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Mul);
descriptor: (Lorg/graalvm/compiler/jtt/hotpath/HP_invoke01$Instruction$Mul;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: getstatic org.graalvm.compiler.jtt.hotpath.HP_invoke01.sum:I
sipush 18991
iadd
putstatic org.graalvm.compiler.jtt.hotpath.HP_invoke01.sum:I
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/graalvm/compiler/jtt/hotpath/HP_invoke01$Visitor;
0 2 1 i Lorg/graalvm/compiler/jtt/hotpath/HP_invoke01$Instruction$Mul;
MethodParameters:
Name Flags
i
public void visit(org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Div);
descriptor: (Lorg/graalvm/compiler/jtt/hotpath/HP_invoke01$Instruction$Div;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: getstatic org.graalvm.compiler.jtt.hotpath.HP_invoke01.sum:I
ldc 91823
iadd
putstatic org.graalvm.compiler.jtt.hotpath.HP_invoke01.sum:I
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/graalvm/compiler/jtt/hotpath/HP_invoke01$Visitor;
0 2 1 i Lorg/graalvm/compiler/jtt/hotpath/HP_invoke01$Instruction$Div;
MethodParameters:
Name Flags
i
}
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 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