public class org.graalvm.compiler.nodes.GraphDecoder$LoopScope
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.nodes.GraphDecoder$LoopScope
  super_class: java.lang.Object
{
  public final org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope;
    descriptor: Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final org.graalvm.compiler.nodes.GraphDecoder$LoopScope outer;
    descriptor: Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int loopDepth;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int loopIteration;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public java.util.Deque<org.graalvm.compiler.nodes.GraphDecoder$LoopScope> nextIterations;
    descriptor: Ljava/util/Deque;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/Deque<Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;>;

  public final java.util.Map<org.graalvm.compiler.nodes.GraphDecoder$LoopExplosionState, org.graalvm.compiler.nodes.GraphDecoder$LoopExplosionState> iterationStates;
    descriptor: Ljava/util/Map;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/util/Map<Lorg/graalvm/compiler/nodes/GraphDecoder$LoopExplosionState;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopExplosionState;>;

  public final int loopBeginOrderId;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final java.util.BitSet nodesToProcess;
    descriptor: Ljava/util/BitSet;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final org.graalvm.compiler.graph.Node[] createdNodes;
    descriptor: [Lorg/graalvm/compiler/graph/Node;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final org.graalvm.compiler.graph.Node[] initialCreatedNodes;
    descriptor: [Lorg/graalvm/compiler/graph/Node;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  protected void <init>(org.graalvm.compiler.nodes.GraphDecoder$MethodScope);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
         0: .line 180
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 181
            aload 0 /* this */
            aload 1 /* methodScope */
            putfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.methodScope:Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
         2: .line 182
            aload 0 /* this */
            aconst_null
            putfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.outer:Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
         3: .line 183
            aload 0 /* this */
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.loopExplosion:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            getstatic org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin$LoopExplosionKind.FULL_EXPLODE_UNTIL_RETURN:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            if_acmpne 4
            new java.util.ArrayDeque
            dup
            invokespecial java.util.ArrayDeque.<init>:()V
            goto 5
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.GraphDecoder$MethodScope
      StackMap stack: org.graalvm.compiler.nodes.GraphDecoder$LoopScope
         4: aconst_null
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.GraphDecoder$MethodScope
      StackMap stack: org.graalvm.compiler.nodes.GraphDecoder$LoopScope java.util.ArrayDeque
         5: putfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nextIterations:Ljava/util/Deque;
         6: .line 184
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopDepth:I
         7: .line 185
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopIteration:I
         8: .line 186
            aload 0 /* this */
            aconst_null
            putfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.iterationStates:Ljava/util/Map;
         9: .line 187
            aload 0 /* this */
            iconst_m1
            putfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopBeginOrderId:I
        10: .line 189
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.encodedGraph:Lorg/graalvm/compiler/nodes/EncodedGraph;
            getfield org.graalvm.compiler.nodes.EncodedGraph.nodeStartOffsets:[J
            arraylength
            istore 2 /* nodeCount */
        start local 2 // int nodeCount
        11: .line 190
            aload 0 /* this */
            new java.util.BitSet
            dup
            iload 2 /* nodeCount */
            invokespecial java.util.BitSet.<init>:(I)V
            putfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nodesToProcess:Ljava/util/BitSet;
        12: .line 191
            aload 0 /* this */
            iload 2 /* nodeCount */
            anewarray org.graalvm.compiler.graph.Node
            putfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.initialCreatedNodes:[Lorg/graalvm/compiler/graph/Node;
        13: .line 192
            aload 0 /* this */
            iload 2 /* nodeCount */
            anewarray org.graalvm.compiler.graph.Node
            putfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.createdNodes:[Lorg/graalvm/compiler/graph/Node;
        14: .line 193
            return
        end local 2 // int nodeCount
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0         this  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            0   15     1  methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
           11   15     2    nodeCount  I
    MethodParameters:
             Name  Flags
      methodScope  

  protected void <init>(org.graalvm.compiler.nodes.GraphDecoder$MethodScope, org.graalvm.compiler.nodes.GraphDecoder$LoopScope, int, int, int, org.graalvm.compiler.graph.Node[], org.graalvm.compiler.graph.Node[], java.util.Deque<org.graalvm.compiler.nodes.GraphDecoder$LoopScope>, java.util.Map<org.graalvm.compiler.nodes.GraphDecoder$LoopExplosionState, org.graalvm.compiler.nodes.GraphDecoder$LoopExplosionState>);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;III[Lorg/graalvm/compiler/graph/Node;[Lorg/graalvm/compiler/graph/Node;Ljava/util/Deque;Ljava/util/Map;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=10, args_size=10
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        start local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope outer
        start local 3 // int loopDepth
        start local 4 // int loopIteration
        start local 5 // int loopBeginOrderId
        start local 6 // org.graalvm.compiler.graph.Node[] initialCreatedNodes
        start local 7 // org.graalvm.compiler.graph.Node[] createdNodes
        start local 8 // java.util.Deque nextIterations
        start local 9 // java.util.Map iterationStates
         0: .line 195
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 197
            aload 0 /* this */
            aload 1 /* methodScope */
            putfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.methodScope:Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
         2: .line 198
            aload 0 /* this */
            aload 2 /* outer */
            putfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.outer:Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
         3: .line 199
            aload 0 /* this */
            iload 3 /* loopDepth */
            putfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopDepth:I
         4: .line 200
            aload 0 /* this */
            iload 4 /* loopIteration */
            putfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopIteration:I
         5: .line 201
            aload 0 /* this */
            aload 8 /* nextIterations */
            putfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nextIterations:Ljava/util/Deque;
         6: .line 202
            aload 0 /* this */
            aload 9 /* iterationStates */
            putfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.iterationStates:Ljava/util/Map;
         7: .line 203
            aload 0 /* this */
            iload 5 /* loopBeginOrderId */
            putfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopBeginOrderId:I
         8: .line 204
            aload 0 /* this */
            new java.util.BitSet
            dup
            aload 6 /* initialCreatedNodes */
            arraylength
            invokespecial java.util.BitSet.<init>:(I)V
            putfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nodesToProcess:Ljava/util/BitSet;
         9: .line 205
            aload 0 /* this */
            aload 6 /* initialCreatedNodes */
            putfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.initialCreatedNodes:[Lorg/graalvm/compiler/graph/Node;
        10: .line 206
            aload 0 /* this */
            aload 7 /* createdNodes */
            aload 7 /* createdNodes */
            arraylength
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast org.graalvm.compiler.graph.Node[]
            putfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.createdNodes:[Lorg/graalvm/compiler/graph/Node;
        11: .line 207
            return
        end local 9 // java.util.Map iterationStates
        end local 8 // java.util.Deque nextIterations
        end local 7 // org.graalvm.compiler.graph.Node[] createdNodes
        end local 6 // org.graalvm.compiler.graph.Node[] initialCreatedNodes
        end local 5 // int loopBeginOrderId
        end local 4 // int loopIteration
        end local 3 // int loopDepth
        end local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope outer
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   12     0                 this  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            0   12     1          methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0   12     2                outer  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            0   12     3            loopDepth  I
            0   12     4        loopIteration  I
            0   12     5     loopBeginOrderId  I
            0   12     6  initialCreatedNodes  [Lorg/graalvm/compiler/graph/Node;
            0   12     7         createdNodes  [Lorg/graalvm/compiler/graph/Node;
            0   12     8       nextIterations  Ljava/util/Deque<Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;>;
            0   12     9      iterationStates  Ljava/util/Map<Lorg/graalvm/compiler/nodes/GraphDecoder$LoopExplosionState;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopExplosionState;>;
    Signature: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;III[Lorg/graalvm/compiler/graph/Node;[Lorg/graalvm/compiler/graph/Node;Ljava/util/Deque<Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;>;Ljava/util/Map<Lorg/graalvm/compiler/nodes/GraphDecoder$LoopExplosionState;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopExplosionState;>;)V
    MethodParameters:
                     Name  Flags
      methodScope          
      outer                
      loopDepth            
      loopIteration        
      loopBeginOrderId     
      initialCreatedNodes  
      createdNodes         
      nextIterations       
      iterationStates      

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope this
         0: .line 211
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopDepth:I
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopIteration:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopBeginOrderId:I
            iconst_m1
            if_icmpne 1
            ldc ""
            goto 2
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
         1: new java.lang.StringBuilder
            dup
            ldc "#"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopBeginOrderId:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder$LoopScope
      StackMap stack: java.lang.StringBuilder java.lang.String
         2: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
}
SourceFile: "GraphDecoder.java"
NestHost: org.graalvm.compiler.nodes.GraphDecoder
InnerClasses:
  protected LoopExplosionState = org.graalvm.compiler.nodes.GraphDecoder$LoopExplosionState of org.graalvm.compiler.nodes.GraphDecoder
  protected LoopScope = org.graalvm.compiler.nodes.GraphDecoder$LoopScope of org.graalvm.compiler.nodes.GraphDecoder
  protected MethodScope = org.graalvm.compiler.nodes.GraphDecoder$MethodScope of org.graalvm.compiler.nodes.GraphDecoder
  public final LoopExplosionKind = org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin$LoopExplosionKind of org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin