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 // org.graalvm.compiler.jtt.hotpath.HP_invoke01$Visitor this
         0: .line 91
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.hotpath.HP_invoke01$Visitor this
      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 // org.graalvm.compiler.jtt.hotpath.HP_invoke01$Visitor this
        start local 1 // org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Add i
         0: .line 94
            getstatic org.graalvm.compiler.jtt.hotpath.HP_invoke01.sum:I
            bipush 7
            iadd
            putstatic org.graalvm.compiler.jtt.hotpath.HP_invoke01.sum:I
         1: .line 95
            return
        end local 1 // org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Add i
        end local 0 // org.graalvm.compiler.jtt.hotpath.HP_invoke01$Visitor this
      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 // org.graalvm.compiler.jtt.hotpath.HP_invoke01$Visitor this
        start local 1 // org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Sub i
         0: .line 98
            getstatic org.graalvm.compiler.jtt.hotpath.HP_invoke01.sum:I
            ldc 194127
            iadd
            putstatic org.graalvm.compiler.jtt.hotpath.HP_invoke01.sum:I
         1: .line 99
            return
        end local 1 // org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Sub i
        end local 0 // org.graalvm.compiler.jtt.hotpath.HP_invoke01$Visitor this
      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 // org.graalvm.compiler.jtt.hotpath.HP_invoke01$Visitor this
        start local 1 // org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Mul i
         0: .line 102
            getstatic org.graalvm.compiler.jtt.hotpath.HP_invoke01.sum:I
            sipush 18991
            iadd
            putstatic org.graalvm.compiler.jtt.hotpath.HP_invoke01.sum:I
         1: .line 103
            return
        end local 1 // org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Mul i
        end local 0 // org.graalvm.compiler.jtt.hotpath.HP_invoke01$Visitor this
      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 // org.graalvm.compiler.jtt.hotpath.HP_invoke01$Visitor this
        start local 1 // org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Div i
         0: .line 106
            getstatic org.graalvm.compiler.jtt.hotpath.HP_invoke01.sum:I
            ldc 91823
            iadd
            putstatic org.graalvm.compiler.jtt.hotpath.HP_invoke01.sum:I
         1: .line 107
            return
        end local 1 // org.graalvm.compiler.jtt.hotpath.HP_invoke01$Instruction$Div i
        end local 0 // org.graalvm.compiler.jtt.hotpath.HP_invoke01$Visitor this
      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