public class org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$InstArrayProgram extends com.oracle.truffle.api.nodes.RootNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$InstArrayProgram
  super_class: com.oracle.truffle.api.nodes.RootNode
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected final org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst[] inst;
    descriptor: [Lorg/graalvm/compiler/truffle/test/BytecodeInterpreterPartialEvaluationTest$Inst;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal(dimensions = 1)

  protected final com.oracle.truffle.api.frame.FrameSlot returnSlot;
    descriptor: Lcom/oracle/truffle/api/frame/FrameSlot;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  public void <init>(java.lang.String, org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst[], com.oracle.truffle.api.frame.FrameSlot, com.oracle.truffle.api.frame.FrameDescriptor);
    descriptor: (Ljava/lang/String;[Lorg/graalvm/compiler/truffle/test/BytecodeInterpreterPartialEvaluationTest$Inst;Lcom/oracle/truffle/api/frame/FrameSlot;Lcom/oracle/truffle/api/frame/FrameDescriptor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$InstArrayProgram this
        start local 1 // java.lang.String name
        start local 2 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst[] inst
        start local 3 // com.oracle.truffle.api.frame.FrameSlot returnSlot
        start local 4 // com.oracle.truffle.api.frame.FrameDescriptor fd
         0: .line 772
            aload 0 /* this */
            aconst_null
            aload 4 /* fd */
            invokespecial com.oracle.truffle.api.nodes.RootNode.<init>:(Lcom/oracle/truffle/api/TruffleLanguage;Lcom/oracle/truffle/api/frame/FrameDescriptor;)V
         1: .line 773
            aload 0 /* this */
            aload 1 /* name */
            putfield org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$InstArrayProgram.name:Ljava/lang/String;
         2: .line 774
            aload 0 /* this */
            aload 2 /* inst */
            putfield org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$InstArrayProgram.inst:[Lorg/graalvm/compiler/truffle/test/BytecodeInterpreterPartialEvaluationTest$Inst;
         3: .line 775
            aload 0 /* this */
            aload 3 /* returnSlot */
            putfield org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$InstArrayProgram.returnSlot:Lcom/oracle/truffle/api/frame/FrameSlot;
         4: .line 776
            return
        end local 4 // com.oracle.truffle.api.frame.FrameDescriptor fd
        end local 3 // com.oracle.truffle.api.frame.FrameSlot returnSlot
        end local 2 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst[] inst
        end local 1 // java.lang.String name
        end local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$InstArrayProgram this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/graalvm/compiler/truffle/test/BytecodeInterpreterPartialEvaluationTest$InstArrayProgram;
            0    5     1        name  Ljava/lang/String;
            0    5     2        inst  [Lorg/graalvm/compiler/truffle/test/BytecodeInterpreterPartialEvaluationTest$Inst;
            0    5     3  returnSlot  Lcom/oracle/truffle/api/frame/FrameSlot;
            0    5     4          fd  Lcom/oracle/truffle/api/frame/FrameDescriptor;
    MethodParameters:
            Name  Flags
      name        
      inst        
      returnSlot  
      fd          

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$InstArrayProgram this
         0: .line 780
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$InstArrayProgram.name:Ljava/lang/String;
            areturn
        end local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$InstArrayProgram this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/BytecodeInterpreterPartialEvaluationTest$InstArrayProgram;

  public java.lang.Object execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$InstArrayProgram this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 786
            iconst_0
            istore 2 /* ip */
        start local 2 // int ip
         1: .line 787
            goto 7
         2: .line 788
      StackMap locals: int
      StackMap stack:
            iload 2 /* ip */
            invokestatic com.oracle.truffle.api.CompilerAsserts.partialEvaluationConstant:(I)V
         3: .line 789
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$InstArrayProgram.inst:[Lorg/graalvm/compiler/truffle/test/BytecodeInterpreterPartialEvaluationTest$Inst;
            iload 2 /* ip */
            aaload
            aload 1 /* frame */
            invokevirtual org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst.execute:(Lcom/oracle/truffle/api/frame/VirtualFrame;)Z
            ifeq 6
         4: .line 790
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$InstArrayProgram.inst:[Lorg/graalvm/compiler/truffle/test/BytecodeInterpreterPartialEvaluationTest$Inst;
            iload 2 /* ip */
            aaload
            invokevirtual org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst.getTrueSucc:()I
            istore 2 /* ip */
         5: .line 791
            goto 7
         6: .line 792
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$InstArrayProgram.inst:[Lorg/graalvm/compiler/truffle/test/BytecodeInterpreterPartialEvaluationTest$Inst;
            iload 2 /* ip */
            aaload
            invokevirtual org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst.getFalseSucc:()I
            istore 2 /* ip */
         7: .line 787
      StackMap locals:
      StackMap stack:
            iload 2 /* ip */
            iconst_m1
            if_icmpne 2
         8: .line 795
            aload 1 /* frame */
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$InstArrayProgram.returnSlot:Lcom/oracle/truffle/api/frame/FrameSlot;
            invokestatic com.oracle.truffle.api.frame.FrameUtil.getIntSafe:(Lcom/oracle/truffle/api/frame/Frame;Lcom/oracle/truffle/api/frame/FrameSlot;)I
            invokestatic org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest.nonExplodedLoop:(I)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 2 // int ip
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$InstArrayProgram this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/graalvm/compiler/truffle/test/BytecodeInterpreterPartialEvaluationTest$InstArrayProgram;
            0    9     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            1    9     2     ip  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.ExplodeLoop(kind = com.oracle.truffle.api.nodes.ExplodeLoop$LoopExplosionKind.MERGE_EXPLODE:Lcom/oracle/truffle/api/nodes/ExplodeLoop$LoopExplosionKind;)
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "BytecodeInterpreterPartialEvaluationTest.java"
NestHost: org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest
InnerClasses:
  public abstract CompilationFinal = com.oracle.truffle.api.CompilerDirectives$CompilationFinal of com.oracle.truffle.api.CompilerDirectives
  public final LoopExplosionKind = com.oracle.truffle.api.nodes.ExplodeLoop$LoopExplosionKind of com.oracle.truffle.api.nodes.ExplodeLoop
  public abstract Inst = org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst of org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest
  public InstArrayProgram = org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$InstArrayProgram of org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest