public class org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfZero extends org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfZero
  super_class: org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst
{
  private final com.oracle.truffle.api.frame.FrameSlot slot;
    descriptor: Lcom/oracle/truffle/api/frame/FrameSlot;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int thenInst;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int elseInst;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(com.oracle.truffle.api.frame.FrameSlot, int, int);
    descriptor: (Lcom/oracle/truffle/api/frame/FrameSlot;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfZero this
        start local 1 // com.oracle.truffle.api.frame.FrameSlot slot
        start local 2 // int thenInst
        start local 3 // int elseInst
         0: .line 714
            aload 0 /* this */
            invokespecial org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst.<init>:()V
         1: .line 715
            aload 0 /* this */
            aload 1 /* slot */
            putfield org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfZero.slot:Lcom/oracle/truffle/api/frame/FrameSlot;
         2: .line 716
            aload 0 /* this */
            iload 2 /* thenInst */
            putfield org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfZero.thenInst:I
         3: .line 717
            aload 0 /* this */
            iload 3 /* elseInst */
            putfield org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfZero.elseInst:I
         4: .line 718
            return
        end local 3 // int elseInst
        end local 2 // int thenInst
        end local 1 // com.oracle.truffle.api.frame.FrameSlot slot
        end local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfZero this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/graalvm/compiler/truffle/test/BytecodeInterpreterPartialEvaluationTest$Inst$IfZero;
            0    5     1      slot  Lcom/oracle/truffle/api/frame/FrameSlot;
            0    5     2  thenInst  I
            0    5     3  elseInst  I
    MethodParameters:
          Name  Flags
      slot      
      thenInst  
      elseInst  

  public boolean execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfZero this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 722
            aload 1 /* frame */
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfZero.slot: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
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfZero this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/graalvm/compiler/truffle/test/BytecodeInterpreterPartialEvaluationTest$Inst$IfZero;
            0    2     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  

  public int getTrueSucc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfZero this
         0: .line 727
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfZero.thenInst:I
            ireturn
        end local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfZero this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/BytecodeInterpreterPartialEvaluationTest$Inst$IfZero;

  public int getFalseSucc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfZero this
         0: .line 732
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfZero.elseInst:I
            ireturn
        end local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfZero this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/BytecodeInterpreterPartialEvaluationTest$Inst$IfZero;
}
SourceFile: "BytecodeInterpreterPartialEvaluationTest.java"
NestHost: org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest
InnerClasses:
  public abstract Inst = org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst of org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest
  public IfZero = org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfZero of org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst