final class com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode extends com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode
  super_class: com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode
{
  private com.oracle.truffle.api.nodes.LoopNode loop;
    descriptor: Lcom/oracle/truffle/api/nodes/LoopNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  com.oracle.truffle.api.frame.FrameSlot loopIndexSlot;
    descriptor: Lcom/oracle/truffle/api/frame/FrameSlot;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal()

  com.oracle.truffle.api.frame.FrameSlot loopResultSlot;
    descriptor: Lcom/oracle/truffle/api/frame/FrameSlot;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal()

  void <init>(java.lang.Object, com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode[]);
    descriptor: (Ljava/lang/Object;[Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode this
        start local 1 // java.lang.Object loopCount
        start local 2 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode[] children
         0: .line 2518
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode.<init>:()V
         1: .line 2519
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.Truffle.getRuntime:()Lcom/oracle/truffle/api/TruffleRuntime;
            new com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode$LoopConditionNode
            dup
            aload 0 /* this */
            aload 1 /* loopCount */
            aload 2 /* children */
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode$LoopConditionNode.<init>:(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$WhileLoopNode;Ljava/lang/Object;[Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;)V
            invokeinterface com.oracle.truffle.api.TruffleRuntime.createLoopNode:(Lcom/oracle/truffle/api/nodes/RepeatingNode;)Lcom/oracle/truffle/api/nodes/LoopNode;
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode.loop:Lcom/oracle/truffle/api/nodes/LoopNode;
         2: .line 2520
            return
        end local 2 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode[] children
        end local 1 // java.lang.Object loopCount
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$WhileLoopNode;
            0    3     1  loopCount  Ljava/lang/Object;
            0    3     2   children  [Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;
    MethodParameters:
           Name  Flags
      loopCount  
      children   

  void <init>(int, boolean, com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode[]);
    descriptor: (IZ[Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;)V
    flags: (0x0000) 
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode this
        start local 1 // int loopCount
        start local 2 // boolean infinite
        start local 3 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode[] children
         0: .line 2522
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode.<init>:()V
         1: .line 2523
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.Truffle.getRuntime:()Lcom/oracle/truffle/api/TruffleRuntime;
            new com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode$LoopConditionNode
            dup
            aload 0 /* this */
            iload 1 /* loopCount */
            iload 2 /* infinite */
            aload 3 /* children */
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode$LoopConditionNode.<init>:(Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$WhileLoopNode;IZ[Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;)V
            invokeinterface com.oracle.truffle.api.TruffleRuntime.createLoopNode:(Lcom/oracle/truffle/api/nodes/RepeatingNode;)Lcom/oracle/truffle/api/nodes/LoopNode;
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode.loop:Lcom/oracle/truffle/api/nodes/LoopNode;
         2: .line 2524
            return
        end local 3 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode[] children
        end local 2 // boolean infinite
        end local 1 // int loopCount
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$WhileLoopNode;
            0    3     1  loopCount  I
            0    3     2   infinite  Z
            0    3     3   children  [Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;
    MethodParameters:
           Name  Flags
      loopCount  
      infinite   
      children   

  com.oracle.truffle.api.frame.FrameSlot getLoopIndex();
    descriptor: ()Lcom/oracle/truffle/api/frame/FrameSlot;
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode this
         0: .line 2527
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode.loopIndexSlot:Lcom/oracle/truffle/api/frame/FrameSlot;
            ifnonnull 3
         1: .line 2528
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         2: .line 2529
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode.getRootNode:()Lcom/oracle/truffle/api/nodes/RootNode;
            invokevirtual com.oracle.truffle.api.nodes.RootNode.getFrameDescriptor:()Lcom/oracle/truffle/api/frame/FrameDescriptor;
            new java.lang.StringBuilder
            dup
            ldc "loopIndex"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode.getLoopDepth:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.oracle.truffle.api.frame.FrameDescriptor.findOrAddFrameSlot:(Ljava/lang/Object;)Lcom/oracle/truffle/api/frame/FrameSlot;
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode.loopIndexSlot:Lcom/oracle/truffle/api/frame/FrameSlot;
         3: .line 2531
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode.loopIndexSlot:Lcom/oracle/truffle/api/frame/FrameSlot;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$WhileLoopNode;

  com.oracle.truffle.api.frame.FrameSlot getResult();
    descriptor: ()Lcom/oracle/truffle/api/frame/FrameSlot;
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode this
         0: .line 2535
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode.loopResultSlot:Lcom/oracle/truffle/api/frame/FrameSlot;
            ifnonnull 3
         1: .line 2536
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         2: .line 2537
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode.getRootNode:()Lcom/oracle/truffle/api/nodes/RootNode;
            invokevirtual com.oracle.truffle.api.nodes.RootNode.getFrameDescriptor:()Lcom/oracle/truffle/api/frame/FrameDescriptor;
            new java.lang.StringBuilder
            dup
            ldc "loopResult"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode.getLoopDepth:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.oracle.truffle.api.frame.FrameDescriptor.findOrAddFrameSlot:(Ljava/lang/Object;)Lcom/oracle/truffle/api/frame/FrameSlot;
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode.loopResultSlot:Lcom/oracle/truffle/api/frame/FrameSlot;
         3: .line 2539
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode.loopResultSlot:Lcom/oracle/truffle/api/frame/FrameSlot;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$WhileLoopNode;

  private int getLoopDepth();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode this
         0: .line 2543
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode.getParent:()Lcom/oracle/truffle/api/nodes/Node;
            astore 1 /* node */
        start local 1 // com.oracle.truffle.api.nodes.Node node
         1: .line 2544
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         2: .line 2545
            goto 6
         3: .line 2546
      StackMap locals: com.oracle.truffle.api.nodes.Node int
      StackMap stack:
            aload 1 /* node */
            instanceof com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode
            ifeq 5
         4: .line 2547
            iinc 2 /* count */ 1
         5: .line 2549
      StackMap locals:
      StackMap stack:
            aload 1 /* node */
            invokevirtual com.oracle.truffle.api.nodes.Node.getParent:()Lcom/oracle/truffle/api/nodes/Node;
            astore 1 /* node */
         6: .line 2545
      StackMap locals:
      StackMap stack:
            aload 1 /* node */
            ifnonnull 3
         7: .line 2551
            iload 2 /* count */
            ireturn
        end local 2 // int count
        end local 1 // com.oracle.truffle.api.nodes.Node node
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$WhileLoopNode;
            1    8     1   node  Lcom/oracle/truffle/api/nodes/Node;
            2    8     2  count  I

  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=3, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 2556
            aload 1 /* frame */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode.getResult:()Lcom/oracle/truffle/api/frame/FrameSlot;
            getstatic com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$Null.INSTANCE:Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$Null;
            invokeinterface com.oracle.truffle.api.frame.VirtualFrame.setObject:(Lcom/oracle/truffle/api/frame/FrameSlot;Ljava/lang/Object;)V
         1: .line 2557
            aload 1 /* frame */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode.getLoopIndex:()Lcom/oracle/truffle/api/frame/FrameSlot;
            iconst_0
            invokeinterface com.oracle.truffle.api.frame.VirtualFrame.setInt:(Lcom/oracle/truffle/api/frame/FrameSlot;I)V
         2: .line 2558
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode.loop:Lcom/oracle/truffle/api/nodes/LoopNode;
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.api.nodes.LoopNode.execute:(Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
            pop
         3: .line 2560
            aload 1 /* frame */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode.loopResultSlot:Lcom/oracle/truffle/api/frame/FrameSlot;
            invokeinterface com.oracle.truffle.api.frame.VirtualFrame.getObject:(Lcom/oracle/truffle/api/frame/FrameSlot;)Ljava/lang/Object;
         4: areturn
         5: .line 2561
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.frame.FrameSlotTypeException
            astore 2 /* e */
        start local 2 // com.oracle.truffle.api.frame.FrameSlotTypeException e
         6: .line 2562
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreter:()V
         7: .line 2563
            new java.lang.AssertionError
            dup
            aload 2 /* e */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // com.oracle.truffle.api.frame.FrameSlotTypeException e
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$WhileLoopNode;
            0    8     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            6    8     2      e  Lcom/oracle/truffle/api/frame/FrameSlotTypeException;
      Exception table:
        from    to  target  type
           3     4       5  Class com.oracle.truffle.api.frame.FrameSlotTypeException
    MethodParameters:
       Name  Flags
      frame  

  java.lang.String getShortId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode this
         0: .line 2569
            ldc "L"
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$WhileLoopNode;

  protected com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode copyUninitialized(java.util.Set<java.lang.Class<? extends com.oracle.truffle.api.instrumentation.Tag>>);
    descriptor: (Ljava/util/Set;)Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode this
        start local 1 // java.util.Set materializedTags
         0: .line 2574
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode.loop:Lcom/oracle/truffle/api/nodes/LoopNode;
            invokevirtual com.oracle.truffle.api.nodes.LoopNode.getRepeatingNode:()Lcom/oracle/truffle/api/nodes/RepeatingNode;
            checkcast com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode$LoopConditionNode
            astore 2 /* repeatingNode */
        start local 2 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode$LoopConditionNode repeatingNode
         1: .line 2575
            new com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode
            dup
            aload 2 /* repeatingNode */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode$LoopConditionNode.loopCount:I
            aload 2 /* repeatingNode */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode$LoopConditionNode.infinite:Z
            aload 2 /* repeatingNode */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode$LoopConditionNode.children:[Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;
            aload 1 /* materializedTags */
            invokestatic com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode.cloneUninitialized:([Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;Ljava/util/Set;)[Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode.<init>:(IZ[Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;)V
            areturn
        end local 2 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode$LoopConditionNode repeatingNode
        end local 1 // java.util.Set materializedTags
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$WhileLoopNode;
            0    2     1  materializedTags  Ljava/util/Set<Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;>;
            1    2     2     repeatingNode  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$WhileLoopNode$LoopConditionNode;
    Signature: (Ljava/util/Set<Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;>;)Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$BaseNode;
    MethodParameters:
                  Name  Flags
      materializedTags  
}
SourceFile: "InstrumentationTestLanguage.java"
NestHost: com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage
InnerClasses:
  public abstract CompilationFinal = com.oracle.truffle.api.CompilerDirectives$CompilationFinal of com.oracle.truffle.api.CompilerDirectives
  public abstract BaseNode = com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$BaseNode of com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage
  public abstract InstrumentedNode = com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$InstrumentedNode of com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage
  public final Null = com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$Null of com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage
  final WhileLoopNode = com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode of com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage
  final LoopConditionNode = com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode$LoopConditionNode of com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$WhileLoopNode
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node