public class org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfLt 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$IfLt
  super_class: org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst
{
  private final com.oracle.truffle.api.frame.FrameSlot slot1;
    descriptor: Lcom/oracle/truffle/api/frame/FrameSlot;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.frame.FrameSlot slot2;
    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, com.oracle.truffle.api.frame.FrameSlot, int, int);
    descriptor: (Lcom/oracle/truffle/api/frame/FrameSlot;Lcom/oracle/truffle/api/frame/FrameSlot;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfLt this
        start local 1 // com.oracle.truffle.api.frame.FrameSlot slot1
        start local 2 // com.oracle.truffle.api.frame.FrameSlot slot2
        start local 3 // int thenInst
        start local 4 // int elseInst
         0: .line 742
            aload 0 /* this */
            invokespecial org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst.<init>:()V
         1: .line 743
            aload 0 /* this */
            aload 1 /* slot1 */
            putfield org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfLt.slot1:Lcom/oracle/truffle/api/frame/FrameSlot;
         2: .line 744
            aload 0 /* this */
            aload 2 /* slot2 */
            putfield org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfLt.slot2:Lcom/oracle/truffle/api/frame/FrameSlot;
         3: .line 745
            aload 0 /* this */
            iload 3 /* thenInst */
            putfield org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfLt.thenInst:I
         4: .line 746
            aload 0 /* this */
            iload 4 /* elseInst */
            putfield org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfLt.elseInst:I
         5: .line 747
            return
        end local 4 // int elseInst
        end local 3 // int thenInst
        end local 2 // com.oracle.truffle.api.frame.FrameSlot slot2
        end local 1 // com.oracle.truffle.api.frame.FrameSlot slot1
        end local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfLt this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/graalvm/compiler/truffle/test/BytecodeInterpreterPartialEvaluationTest$Inst$IfLt;
            0    6     1     slot1  Lcom/oracle/truffle/api/frame/FrameSlot;
            0    6     2     slot2  Lcom/oracle/truffle/api/frame/FrameSlot;
            0    6     3  thenInst  I
            0    6     4  elseInst  I
    MethodParameters:
          Name  Flags
      slot1     
      slot2     
      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=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfLt this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 751
            aload 1 /* frame */
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfLt.slot1: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
            aload 1 /* frame */
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfLt.slot2: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
            if_icmpge 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$IfLt this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/graalvm/compiler/truffle/test/BytecodeInterpreterPartialEvaluationTest$Inst$IfLt;
            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$IfLt this
         0: .line 756
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfLt.thenInst:I
            ireturn
        end local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfLt this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/BytecodeInterpreterPartialEvaluationTest$Inst$IfLt;

  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$IfLt this
         0: .line 761
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfLt.elseInst:I
            ireturn
        end local 0 // org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfLt this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/test/BytecodeInterpreterPartialEvaluationTest$Inst$IfLt;
}
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 IfLt = org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst$IfLt of org.graalvm.compiler.truffle.test.BytecodeInterpreterPartialEvaluationTest$Inst