public class org.graalvm.compiler.jtt.optimize.Phi01 extends org.graalvm.compiler.jtt.JTTTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.jtt.optimize.Phi01
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.optimize.Phi01 this
         0: .line 33
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.optimize.Phi01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/Phi01;

  public static int test(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int arg
         0: .line 45
            new org.graalvm.compiler.jtt.optimize.Phi01$Phi
            dup
            iload 0 /* arg */
            invokespecial org.graalvm.compiler.jtt.optimize.Phi01$Phi.<init>:(I)V
            iload 0 /* arg */
            invokestatic org.graalvm.compiler.jtt.optimize.Phi01.test2:(Lorg/graalvm/compiler/jtt/optimize/Phi01$Phi;I)I
            ireturn
        end local 0 // int arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   arg  I
    MethodParameters:
      Name  Flags
      arg   

  private static int test2(org.graalvm.compiler.jtt.optimize.Phi01$Phi, int);
    descriptor: (Lorg/graalvm/compiler/jtt/optimize/Phi01$Phi;I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.jtt.optimize.Phi01$Phi p
        start local 1 // int a
         0: .line 49
            iload 1 /* a */
            istore 2 /* arg */
        start local 2 // int arg
         1: .line 50
            iload 2 /* arg */
            iconst_2
            if_icmple 5
         2: .line 51
            aload 0 /* p */
            dup
            getfield org.graalvm.compiler.jtt.optimize.Phi01$Phi.f:I
            iconst_1
            iadd
            putfield org.graalvm.compiler.jtt.optimize.Phi01$Phi.f:I
         3: .line 52
            iinc 2 /* arg */ 1
         4: .line 53
            goto 19
         5: .line 54
      StackMap locals: int
      StackMap stack:
            aload 0 /* p */
            dup
            getfield org.graalvm.compiler.jtt.optimize.Phi01$Phi.f:I
            iconst_2
            iadd
            putfield org.graalvm.compiler.jtt.optimize.Phi01$Phi.f:I
         6: .line 55
            iinc 2 /* arg */ 2
         7: .line 56
            iload 2 /* arg */
            iconst_3
            if_icmple 17
         8: .line 57
            aload 0 /* p */
            dup
            getfield org.graalvm.compiler.jtt.optimize.Phi01$Phi.f:I
            iconst_1
            iadd
            putfield org.graalvm.compiler.jtt.optimize.Phi01$Phi.f:I
         9: .line 58
            iinc 2 /* arg */ 1
        10: .line 59
            iload 2 /* arg */
            iconst_4
            if_icmple 14
        11: .line 60
            aload 0 /* p */
            dup
            getfield org.graalvm.compiler.jtt.optimize.Phi01$Phi.f:I
            iconst_1
            iadd
            putfield org.graalvm.compiler.jtt.optimize.Phi01$Phi.f:I
        12: .line 61
            iinc 2 /* arg */ 1
        13: .line 62
            goto 19
        14: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* p */
            dup
            getfield org.graalvm.compiler.jtt.optimize.Phi01$Phi.f:I
            iconst_2
            iadd
            putfield org.graalvm.compiler.jtt.optimize.Phi01$Phi.f:I
        15: .line 64
            iinc 2 /* arg */ 2
        16: .line 66
            goto 19
        17: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* p */
            dup
            getfield org.graalvm.compiler.jtt.optimize.Phi01$Phi.f:I
            iconst_2
            iadd
            putfield org.graalvm.compiler.jtt.optimize.Phi01$Phi.f:I
        18: .line 68
            iinc 2 /* arg */ 2
        19: .line 71
      StackMap locals:
      StackMap stack:
            iload 2 /* arg */
            aload 0 /* p */
            getfield org.graalvm.compiler.jtt.optimize.Phi01$Phi.f:I
            iadd
            ireturn
        end local 2 // int arg
        end local 1 // int a
        end local 0 // org.graalvm.compiler.jtt.optimize.Phi01$Phi p
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0     p  Lorg/graalvm/compiler/jtt/optimize/Phi01$Phi;
            0   20     1     a  I
            1   20     2   arg  I
    MethodParameters:
      Name  Flags
      p     
      a     

  public void run0();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.optimize.Phi01 this
         0: .line 74
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.jtt.optimize.Phi01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/Phi01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.optimize.Phi01 this
         0: .line 79
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.jtt.optimize.Phi01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/Phi01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.optimize.Phi01 this
         0: .line 84
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.jtt.optimize.Phi01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/Phi01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run3();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.optimize.Phi01 this
         0: .line 89
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.jtt.optimize.Phi01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/Phi01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run4();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.optimize.Phi01 this
         0: .line 94
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.jtt.optimize.Phi01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/Phi01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run5();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.optimize.Phi01 this
         0: .line 99
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.jtt.optimize.Phi01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/optimize/Phi01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "Phi01.java"
NestMembers:
  org.graalvm.compiler.jtt.optimize.Phi01$Phi
InnerClasses:
  public Phi = org.graalvm.compiler.jtt.optimize.Phi01$Phi of org.graalvm.compiler.jtt.optimize.Phi01