public class org.graalvm.compiler.nodes.GraphDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.nodes.GraphDecoder
  super_class: java.lang.Object
{
  protected final jdk.vm.ci.code.Architecture architecture;
    descriptor: Ljdk/vm/ci/code/Architecture;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 80
            ldc Lorg/graalvm/compiler/nodes/GraphDecoder;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(jdk.vm.ci.code.Architecture);
    descriptor: (Ljdk/vm/ci/code/Architecture;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // jdk.vm.ci.code.Architecture architecture
         0: .line 340
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 341
            aload 0 /* this */
            aload 1 /* architecture */
            putfield org.graalvm.compiler.nodes.GraphDecoder.architecture:Ljdk/vm/ci/code/Architecture;
         2: .line 342
            return
        end local 1 // jdk.vm.ci.code.Architecture architecture
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0    3     1  architecture  Ljdk/vm/ci/code/Architecture;
    MethodParameters:
              Name  Flags
      architecture  

  public final void decode(org.graalvm.compiler.nodes.StructuredGraph, org.graalvm.compiler.nodes.EncodedGraph);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;Lorg/graalvm/compiler/nodes/EncodedGraph;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=7, locals=7, args_size=3
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
        start local 2 // org.graalvm.compiler.nodes.EncodedGraph encodedGraph
         0: .line 346
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: ldc "GraphDecoder"
            aload 1 /* graph */
            invokestatic org.graalvm.compiler.debug.Debug.scope:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/graalvm/compiler/debug/Debug$Scope;
            astore 5 /* scope */
        start local 5 // org.graalvm.compiler.debug.Debug$Scope scope
         2: .line 347
            new org.graalvm.compiler.nodes.GraphDecoder$MethodScope
            dup
            aload 0 /* this */
            aconst_null
            aload 1 /* graph */
            aload 2 /* encodedGraph */
            getstatic org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin$LoopExplosionKind.NONE:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            invokespecial org.graalvm.compiler.nodes.GraphDecoder$MethodScope.<init>:(Lorg/graalvm/compiler/nodes/GraphDecoder;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/nodes/StructuredGraph;Lorg/graalvm/compiler/nodes/EncodedGraph;Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;)V
            astore 6 /* methodScope */
        start local 6 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
         3: .line 348
            aload 0 /* this */
            aload 0 /* this */
            aload 6 /* methodScope */
            aconst_null
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.createInitialLoopScope:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/FixedWithNextNode;)Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.decode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;)V
         4: .line 349
            aload 0 /* this */
            aload 6 /* methodScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.cleanupGraph:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)V
         5: .line 350
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 6
            aload 6 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.verify:()Z
            ifne 6
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 6 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
         6: .line 351
      StackMap locals: java.lang.Throwable java.lang.Throwable org.graalvm.compiler.debug.Debug$Scope
      StackMap stack:
            aload 5 /* scope */
            ifnull 14
            aload 5 /* scope */
            invokeinterface org.graalvm.compiler.debug.Debug$Scope.close:()V
            goto 14
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: astore 3
            aload 5 /* scope */
            ifnull 8
            aload 5 /* scope */
            invokeinterface org.graalvm.compiler.debug.Debug$Scope.close:()V
        end local 5 // org.graalvm.compiler.debug.Debug$Scope scope
      StackMap locals:
      StackMap stack:
         8: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 4
            aload 3
            ifnonnull 10
            aload 4
            astore 3
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 3
            aload 4
            if_acmpeq 11
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        11: aload 3
            athrow
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.nodes.EncodedGraph
      StackMap stack: java.lang.Throwable
        12: astore 3 /* ex */
        start local 3 // java.lang.Throwable ex
        13: .line 352
            aload 3 /* ex */
            invokestatic org.graalvm.compiler.debug.Debug.handle:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            pop
        end local 3 // java.lang.Throwable ex
        14: .line 354
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.graalvm.compiler.nodes.EncodedGraph encodedGraph
        end local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0   15     1         graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            0   15     2  encodedGraph  Lorg/graalvm/compiler/nodes/EncodedGraph;
            2    8     5         scope  Lorg/graalvm/compiler/debug/Debug$Scope;
            3    6     6   methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
           13   14     3            ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     6       7  any
           1     9       9  any
           0    12      12  Class java.lang.Throwable
    MethodParameters:
              Name  Flags
      graph         
      encodedGraph  

  protected final org.graalvm.compiler.nodes.GraphDecoder$LoopScope createInitialLoopScope(org.graalvm.compiler.nodes.GraphDecoder$MethodScope, org.graalvm.compiler.nodes.FixedWithNextNode);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/FixedWithNextNode;)Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        start local 2 // org.graalvm.compiler.nodes.FixedWithNextNode startNode
         0: .line 357
            new org.graalvm.compiler.nodes.GraphDecoder$LoopScope
            dup
            aload 1 /* methodScope */
            invokespecial org.graalvm.compiler.nodes.GraphDecoder$LoopScope.<init>:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)V
            astore 3 /* loopScope */
        start local 3 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
         1: .line 359
            aload 2 /* startNode */
            ifnull 7
         2: .line 365
            aload 0 /* this */
            aload 3 /* loopScope */
            iconst_1
            aload 2 /* startNode */
            invokestatic org.graalvm.compiler.nodes.AbstractBeginNode.prevBegin:(Lorg/graalvm/compiler/nodes/FixedNode;)Lorg/graalvm/compiler/nodes/AbstractBeginNode;
            iconst_0
            iconst_0
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.registerNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;ILorg/graalvm/compiler/graph/Node;ZZ)V
         3: .line 367
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 3 /* loopScope */
            iconst_2
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.makeStubNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/nodes/FixedNode;
            astore 4 /* firstNode */
        start local 4 // org.graalvm.compiler.nodes.FixedNode firstNode
         4: .line 368
            aload 2 /* startNode */
            aload 4 /* firstNode */
            invokevirtual org.graalvm.compiler.nodes.FixedWithNextNode.setNext:(Lorg/graalvm/compiler/nodes/FixedNode;)V
         5: .line 369
            aload 3 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nodesToProcess:Ljava/util/BitSet;
            iconst_2
            invokevirtual java.util.BitSet.set:(I)V
         6: .line 370
            goto 10
        end local 4 // org.graalvm.compiler.nodes.FixedNode firstNode
         7: .line 371
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder$LoopScope
      StackMap stack:
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.start:()Lorg/graalvm/compiler/nodes/StartNode;
            astore 4 /* firstNode */
        start local 4 // org.graalvm.compiler.nodes.FixedNode firstNode
         8: .line 372
            aload 0 /* this */
            aload 3 /* loopScope */
            iconst_1
            aload 4 /* firstNode */
            iconst_0
            iconst_0
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.registerNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;ILorg/graalvm/compiler/graph/Node;ZZ)V
         9: .line 373
            aload 3 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nodesToProcess:Ljava/util/BitSet;
            iconst_1
            invokevirtual java.util.BitSet.set:(I)V
        10: .line 376
      StackMap locals: org.graalvm.compiler.nodes.FixedNode
      StackMap stack:
            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.MERGE_EXPLODE:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            if_acmpne 12
        11: .line 377
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.cleanupTasks:Ljava/util/List;
            new org.graalvm.compiler.nodes.LoopDetector
            dup
            aload 1 /* methodScope */
            aload 2 /* startNode */
            invokespecial org.graalvm.compiler.nodes.LoopDetector.<init>:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/FixedNode;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        12: .line 379
      StackMap locals:
      StackMap stack:
            aload 3 /* loopScope */
            areturn
        end local 4 // org.graalvm.compiler.nodes.FixedNode firstNode
        end local 3 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        end local 2 // org.graalvm.compiler.nodes.FixedWithNextNode startNode
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0   13     1  methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0   13     2    startNode  Lorg/graalvm/compiler/nodes/FixedWithNextNode;
            1   13     3    loopScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            4    7     4    firstNode  Lorg/graalvm/compiler/nodes/FixedNode;
            8   13     4    firstNode  Lorg/graalvm/compiler/nodes/FixedNode;
    MethodParameters:
             Name  Flags
      methodScope  
      startNode    

  protected final void decode(org.graalvm.compiler.nodes.GraphDecoder$LoopScope);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope initialLoopScope
         0: .line 383
            aload 1 /* initialLoopScope */
            astore 2 /* loopScope */
        start local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
         1: .line 385
            goto 19
         2: .line 386
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder$LoopScope
      StackMap stack:
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.methodScope:Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            astore 3 /* methodScope */
        start local 3 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
         3: .line 389
            goto 13
         4: .line 393
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder$MethodScope
      StackMap stack:
            aload 0 /* this */
            aload 3 /* methodScope */
            aload 2 /* loopScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.processNextNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;)Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            astore 2 /* loopScope */
         5: .line 394
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.methodScope:Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            astore 3 /* methodScope */
         6: .line 392
      StackMap locals:
      StackMap stack:
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nodesToProcess:Ljava/util/BitSet;
            invokevirtual java.util.BitSet.isEmpty:()Z
            ifeq 4
         7: .line 401
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nextIterations:Ljava/util/Deque;
            ifnull 11
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nextIterations:Ljava/util/Deque;
            invokeinterface java.util.Deque.isEmpty:()Z
            ifne 11
         8: .line 403
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 9
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nextIterations:Ljava/util/Deque;
            invokeinterface java.util.Deque.peekFirst:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.nodes.GraphDecoder$LoopScope
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopIteration:I
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopIteration:I
            iconst_1
            iadd
            if_icmpeq 9
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         9: .line 404
      StackMap locals:
      StackMap stack:
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nextIterations:Ljava/util/Deque;
            invokeinterface java.util.Deque.removeFirst:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.nodes.GraphDecoder$LoopScope
            astore 2 /* loopScope */
        10: .line 405
            goto 13
        11: .line 406
      StackMap locals:
      StackMap stack:
            aload 2 /* loopScope */
            invokestatic org.graalvm.compiler.nodes.GraphDecoder.propagateCreatedNodes:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;)V
        12: .line 407
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.outer:Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            astore 2 /* loopScope */
        13: .line 389
      StackMap locals:
      StackMap stack:
            aload 2 /* loopScope */
            ifnonnull 6
        14: .line 415
            aload 3 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.cleanupTasks:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 17
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.GraphDecoder$MethodScope top java.util.Iterator
      StackMap stack:
        15: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Runnable
            astore 4 /* task */
        start local 4 // java.lang.Runnable task
        16: .line 416
            aload 4 /* task */
            invokeinterface java.lang.Runnable.run:()V
        end local 4 // java.lang.Runnable task
        17: .line 415
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 15
        18: .line 418
            aload 3 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.callerLoopScope:Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            astore 2 /* loopScope */
        end local 3 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        19: .line 385
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope
      StackMap stack:
            aload 2 /* loopScope */
            ifnonnull 2
        20: .line 420
            return
        end local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope initialLoopScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   21     0              this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0   21     1  initialLoopScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            1   21     2         loopScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            3   19     3       methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
           16   17     4              task  Ljava/lang/Runnable;
    MethodParameters:
                  Name  Flags
      initialLoopScope  

  private static void propagateCreatedNodes(org.graalvm.compiler.nodes.GraphDecoder$LoopScope);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
         0: .line 423
            aload 0 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.outer:Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            ifnonnull 2
         1: .line 424
            return
         2: .line 428
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         3: goto 7
         4: .line 429
      StackMap locals: int
      StackMap stack:
            aload 0 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.outer:Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.createdNodes:[Lorg/graalvm/compiler/graph/Node;
            iload 1 /* i */
            aaload
            ifnonnull 6
         5: .line 430
            aload 0 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.outer:Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.createdNodes:[Lorg/graalvm/compiler/graph/Node;
            iload 1 /* i */
            aload 0 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.createdNodes:[Lorg/graalvm/compiler/graph/Node;
            iload 1 /* i */
            aaload
            aastore
         6: .line 428
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 1 /* i */
            aload 0 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.createdNodes:[Lorg/graalvm/compiler/graph/Node;
            arraylength
            if_icmplt 4
        end local 1 // int i
         8: .line 433
            return
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0  loopScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            3    8     1          i  I
    MethodParameters:
           Name  Flags
      loopScope  

  protected org.graalvm.compiler.nodes.GraphDecoder$LoopScope processNextNode(org.graalvm.compiler.nodes.GraphDecoder$MethodScope, org.graalvm.compiler.nodes.GraphDecoder$LoopScope);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;)Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=12, locals=13, args_size=3
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        start local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
         0: .line 436
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nodesToProcess:Ljava/util/BitSet;
            iconst_0
            invokevirtual java.util.BitSet.nextSetBit:(I)I
            istore 3 /* nodeOrderId */
        start local 3 // int nodeOrderId
         1: .line 437
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nodesToProcess:Ljava/util/BitSet;
            iload 3 /* nodeOrderId */
            invokevirtual java.util.BitSet.clear:(I)V
         2: .line 439
            aload 0 /* this */
            aload 2 /* loopScope */
            iload 3 /* nodeOrderId */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.lookupNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.FixedNode
            astore 4 /* node */
        start local 4 // org.graalvm.compiler.nodes.FixedNode node
         3: .line 440
            aload 4 /* node */
            invokevirtual org.graalvm.compiler.nodes.FixedNode.isDeleted:()Z
            ifeq 5
         4: .line 441
            aload 2 /* loopScope */
            areturn
         5: .line 444
      StackMap locals: int org.graalvm.compiler.nodes.FixedNode
      StackMap stack:
            aload 4 /* node */
            instanceof org.graalvm.compiler.nodes.MergeNode
            ifne 8
         6: .line 445
            aload 4 /* node */
            instanceof org.graalvm.compiler.nodes.LoopBeginNode
            ifeq 17
            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_UNROLL:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            if_acmpeq 8
            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:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            if_acmpeq 8
         7: .line 446
            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 17
         8: .line 447
      StackMap locals:
      StackMap stack:
            aload 4 /* node */
            checkcast org.graalvm.compiler.nodes.AbstractMergeNode
            invokevirtual org.graalvm.compiler.nodes.AbstractMergeNode.forwardEndCount:()I
            iconst_1
            if_icmpne 17
         9: .line 448
            aload 4 /* node */
            checkcast org.graalvm.compiler.nodes.AbstractMergeNode
            astore 5 /* merge */
        start local 5 // org.graalvm.compiler.nodes.AbstractMergeNode merge
        10: .line 449
            aload 5 /* merge */
            iconst_0
            invokevirtual org.graalvm.compiler.nodes.AbstractMergeNode.forwardEndAt:(I)Lorg/graalvm/compiler/nodes/EndNode;
            astore 6 /* singleEnd */
        start local 6 // org.graalvm.compiler.nodes.EndNode singleEnd
        11: .line 452
            aload 0 /* this */
            aload 2 /* loopScope */
            iload 3 /* nodeOrderId */
            aload 6 /* singleEnd */
            invokestatic org.graalvm.compiler.nodes.AbstractBeginNode.prevBegin:(Lorg/graalvm/compiler/nodes/FixedNode;)Lorg/graalvm/compiler/nodes/AbstractBeginNode;
            iconst_1
            iconst_0
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.registerNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;ILorg/graalvm/compiler/graph/Node;ZZ)V
        12: .line 454
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            iload 3 /* nodeOrderId */
            iconst_1
            iadd
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.makeStubNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/nodes/FixedNode;
            astore 7 /* next */
        start local 7 // org.graalvm.compiler.nodes.FixedNode next
        13: .line 455
            aload 6 /* singleEnd */
            aload 7 /* next */
            invokevirtual org.graalvm.compiler.nodes.EndNode.replaceAtPredecessor:(Lorg/graalvm/compiler/graph/Node;)V
        14: .line 457
            aload 5 /* merge */
            invokevirtual org.graalvm.compiler.nodes.AbstractMergeNode.safeDelete:()V
        15: .line 458
            aload 6 /* singleEnd */
            invokevirtual org.graalvm.compiler.nodes.EndNode.safeDelete:()V
        16: .line 459
            aload 2 /* loopScope */
            areturn
        end local 7 // org.graalvm.compiler.nodes.FixedNode next
        end local 6 // org.graalvm.compiler.nodes.EndNode singleEnd
        end local 5 // org.graalvm.compiler.nodes.AbstractMergeNode merge
        17: .line 462
      StackMap locals:
      StackMap stack:
            aload 2 /* loopScope */
            astore 5 /* successorAddScope */
        start local 5 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope successorAddScope
        18: .line 463
            iconst_1
            istore 6 /* updatePredecessors */
        start local 6 // boolean updatePredecessors
        19: .line 464
            aload 4 /* node */
            instanceof org.graalvm.compiler.nodes.LoopExitNode
            ifeq 40
        20: .line 465
            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_acmpeq 21
            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.MERGE_EXPLODE:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            if_acmpne 36
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopDepth:I
            iconst_1
            if_icmple 36
        21: .line 472
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder$LoopScope int
      StackMap stack:
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.outer:Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            astore 7 /* outerScope */
        start local 7 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope outerScope
        22: .line 473
            aload 7 /* outerScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nextIterations:Ljava/util/Deque;
            invokeinterface java.util.Deque.isEmpty:()Z
            ifeq 23
            aload 7 /* outerScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopIteration:I
            iconst_1
            iadd
            goto 24
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder$LoopScope
      StackMap stack:
        23: aload 7 /* outerScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nextIterations:Ljava/util/Deque;
            invokeinterface java.util.Deque.getLast:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.nodes.GraphDecoder$LoopScope
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopIteration:I
            iconst_1
            iadd
      StackMap locals:
      StackMap stack: int
        24: istore 8 /* nextIterationNumber */
        start local 8 // int nextIterationNumber
        25: .line 474
            new org.graalvm.compiler.nodes.GraphDecoder$LoopScope
            dup
            aload 1 /* methodScope */
            aload 7 /* outerScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.outer:Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            aload 7 /* outerScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopDepth:I
            iload 8 /* nextIterationNumber */
            aload 7 /* outerScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopBeginOrderId:I
            aload 7 /* outerScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.initialCreatedNodes:[Lorg/graalvm/compiler/graph/Node;
        26: .line 475
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.initialCreatedNodes:[Lorg/graalvm/compiler/graph/Node;
            aload 7 /* outerScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nextIterations:Ljava/util/Deque;
            aload 7 /* outerScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.iterationStates:Ljava/util/Map;
        27: .line 474
            invokespecial org.graalvm.compiler.nodes.GraphDecoder$LoopScope.<init>:(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
            astore 5 /* successorAddScope */
        28: .line 476
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 5 /* successorAddScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.checkLoopExplosionIteration:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;)V
        29: .line 483
            aload 7 /* outerScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nodesToProcess:Ljava/util/BitSet;
            iconst_0
            invokevirtual java.util.BitSet.nextSetBit:(I)I
            istore 9 /* id */
        start local 9 // int id
        30: goto 33
        31: .line 484
      StackMap locals: int int
      StackMap stack:
            aload 5 /* successorAddScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.createdNodes:[Lorg/graalvm/compiler/graph/Node;
            iload 9 /* id */
            aconst_null
            aastore
        32: .line 483
            aload 7 /* outerScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nodesToProcess:Ljava/util/BitSet;
            iload 9 /* id */
            iconst_1
            iadd
            invokevirtual java.util.BitSet.nextSetBit:(I)I
            istore 9 /* id */
      StackMap locals:
      StackMap stack:
        33: iload 9 /* id */
            ifge 31
        end local 9 // int id
        34: .line 487
            aload 7 /* outerScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nextIterations:Ljava/util/Deque;
            aload 5 /* successorAddScope */
            invokeinterface java.util.Deque.addLast:(Ljava/lang/Object;)V
        end local 8 // int nextIterationNumber
        end local 7 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope outerScope
        35: .line 488
            goto 37
        36: .line 489
      StackMap locals:
      StackMap stack:
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.outer:Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            astore 5 /* successorAddScope */
        37: .line 491
      StackMap locals:
      StackMap stack:
            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.NONE:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            if_acmpne 38
            iconst_1
            goto 39
      StackMap locals:
      StackMap stack:
        38: iconst_0
      StackMap locals:
      StackMap stack: int
        39: istore 6 /* updatePredecessors */
        40: .line 494
      StackMap locals:
      StackMap stack:
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.reader:Lorg/graalvm/compiler/core/common/util/TypeReader;
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.encodedGraph:Lorg/graalvm/compiler/nodes/EncodedGraph;
            getfield org.graalvm.compiler.nodes.EncodedGraph.nodeStartOffsets:[J
            iload 3 /* nodeOrderId */
            laload
            invokeinterface org.graalvm.compiler.core.common.util.TypeReader.setByteIndex:(J)V
        41: .line 495
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.reader:Lorg/graalvm/compiler/core/common/util/TypeReader;
            invokeinterface org.graalvm.compiler.core.common.util.TypeReader.getUVInt:()I
            istore 7 /* typeId */
        start local 7 // int typeId
        42: .line 496
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 43
            aload 4 /* node */
            invokevirtual org.graalvm.compiler.nodes.FixedNode.getNodeClass:()Lorg/graalvm/compiler/graph/NodeClass;
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.encodedGraph:Lorg/graalvm/compiler/nodes/EncodedGraph;
            invokevirtual org.graalvm.compiler.nodes.EncodedGraph.getNodeClasses:()[Lorg/graalvm/compiler/graph/NodeClass;
            iload 7 /* typeId */
            aaload
            if_acmpeq 43
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        43: .line 497
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 4 /* node */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readProperties:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/graph/Node;)V
        44: .line 498
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 5 /* successorAddScope */
            aload 4 /* node */
            iload 6 /* updatePredecessors */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.makeSuccessorStubs:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/graph/Node;Z)V
        45: .line 499
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            aload 4 /* node */
            iconst_1
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.makeInputNodes:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/graph/Node;Z)V
        46: .line 501
            aload 2 /* loopScope */
            astore 8 /* resultScope */
        start local 8 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope resultScope
        47: .line 502
            aload 4 /* node */
            instanceof org.graalvm.compiler.nodes.LoopBeginNode
            ifeq 51
        48: .line 503
            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.NONE:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            if_acmpeq 98
        49: .line 504
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            aload 4 /* node */
            checkcast org.graalvm.compiler.nodes.LoopBeginNode
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.handleLoopExplosionBegin:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/nodes/LoopBeginNode;)V
        50: .line 507
            goto 98
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder$LoopScope
      StackMap stack:
        51: aload 4 /* node */
            instanceof org.graalvm.compiler.nodes.LoopExitNode
            ifeq 57
        52: .line 508
            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.NONE:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            if_acmpeq 55
        53: .line 509
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            aload 5 /* successorAddScope */
            aload 4 /* node */
            checkcast org.graalvm.compiler.nodes.LoopExitNode
            iload 3 /* nodeOrderId */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.handleLoopExplosionProxyNodes:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/nodes/LoopExitNode;I)V
        54: .line 510
            goto 98
        55: .line 511
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            aload 4 /* node */
            checkcast org.graalvm.compiler.nodes.LoopExitNode
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.handleProxyNodes:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/nodes/LoopExitNode;)V
        56: .line 514
            goto 98
      StackMap locals:
      StackMap stack:
        57: aload 4 /* node */
            instanceof org.graalvm.compiler.nodes.MergeNode
            ifeq 60
        58: .line 515
            aload 0 /* this */
            aload 4 /* node */
            checkcast org.graalvm.compiler.nodes.MergeNode
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.handleMergeNode:(Lorg/graalvm/compiler/nodes/MergeNode;)V
        59: .line 517
            goto 98
      StackMap locals:
      StackMap stack:
        60: aload 4 /* node */
            instanceof org.graalvm.compiler.nodes.AbstractEndNode
            ifeq 87
        61: .line 518
            aload 2 /* loopScope */
            astore 9 /* phiInputScope */
        start local 9 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope phiInputScope
        62: .line 519
            aload 2 /* loopScope */
            astore 10 /* phiNodeScope */
        start local 10 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope phiNodeScope
        63: .line 521
            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.NONE:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            if_acmpeq 66
            aload 4 /* node */
            instanceof org.graalvm.compiler.nodes.LoopEndNode
            ifeq 66
        64: .line 522
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            aload 4 /* node */
            checkcast org.graalvm.compiler.nodes.LoopEndNode
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.handleLoopExplosionEnd:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/nodes/LoopEndNode;)Lorg/graalvm/compiler/nodes/FixedNode;
            astore 4 /* node */
        65: .line 523
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nextIterations:Ljava/util/Deque;
            invokeinterface java.util.Deque.getLast:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.nodes.GraphDecoder$LoopScope
            astore 10 /* phiNodeScope */
        66: .line 526
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methodScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readOrderId:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)I
            istore 11 /* mergeOrderId */
        start local 11 // int mergeOrderId
        67: .line 527
            aload 0 /* this */
            aload 10 /* phiNodeScope */
            iload 11 /* mergeOrderId */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.lookupNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.AbstractMergeNode
            astore 12 /* merge */
        start local 12 // org.graalvm.compiler.nodes.AbstractMergeNode merge
        68: .line 528
            aload 12 /* merge */
            ifnonnull 85
        69: .line 529
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 10 /* phiNodeScope */
            iload 11 /* mergeOrderId */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.makeStubNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/nodes/FixedNode;
            checkcast org.graalvm.compiler.nodes.AbstractMergeNode
            astore 12 /* merge */
        70: .line 531
            aload 12 /* merge */
            instanceof org.graalvm.compiler.nodes.LoopBeginNode
            ifeq 85
        71: .line 532
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 73
            aload 10 /* phiNodeScope */
            aload 9 /* phiInputScope */
            if_acmpne 72
            aload 10 /* phiNodeScope */
            aload 2 /* loopScope */
            if_acmpeq 73
      StackMap locals: int org.graalvm.compiler.nodes.AbstractMergeNode
      StackMap stack:
        72: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        73: .line 533
      StackMap locals:
      StackMap stack:
            new org.graalvm.compiler.nodes.GraphDecoder$LoopScope
            dup
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopDepth:I
            iconst_1
            iadd
            iconst_0
            iload 11 /* mergeOrderId */
        74: .line 534
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.createdNodes:[Lorg/graalvm/compiler/graph/Node;
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.createdNodes:[Lorg/graalvm/compiler/graph/Node;
            arraylength
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast org.graalvm.compiler.graph.Node[]
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.createdNodes:[Lorg/graalvm/compiler/graph/Node;
        75: .line 535
            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.NONE:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            if_acmpeq 76
            new java.util.ArrayDeque
            dup
            invokespecial java.util.ArrayDeque.<init>:()V
            goto 77
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope int org.graalvm.compiler.nodes.FixedNode org.graalvm.compiler.nodes.GraphDecoder$LoopScope int int org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope int org.graalvm.compiler.nodes.AbstractMergeNode
      StackMap stack: new 73 new 73 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[]
        76: aconst_null
        77: .line 536
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope int org.graalvm.compiler.nodes.FixedNode org.graalvm.compiler.nodes.GraphDecoder$LoopScope int int org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope int org.graalvm.compiler.nodes.AbstractMergeNode
      StackMap stack: new 73 new 73 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.ArrayDeque
            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.MERGE_EXPLODE:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            if_acmpne 78
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            goto 79
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope int org.graalvm.compiler.nodes.FixedNode org.graalvm.compiler.nodes.GraphDecoder$LoopScope int int org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope int org.graalvm.compiler.nodes.AbstractMergeNode
      StackMap stack: new 73 new 73 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.ArrayDeque
        78: aconst_null
        79: .line 533
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope int org.graalvm.compiler.nodes.FixedNode org.graalvm.compiler.nodes.GraphDecoder$LoopScope int int org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope int org.graalvm.compiler.nodes.AbstractMergeNode
      StackMap stack: new 73 new 73 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.ArrayDeque java.util.HashMap
            invokespecial org.graalvm.compiler.nodes.GraphDecoder$LoopScope.<init>:(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
            astore 8 /* resultScope */
        80: .line 537
            aload 8 /* resultScope */
            astore 9 /* phiInputScope */
        81: .line 538
            aload 8 /* resultScope */
            astore 10 /* phiNodeScope */
        82: .line 540
            aload 0 /* this */
            aload 2 /* loopScope */
            iload 11 /* mergeOrderId */
            aconst_null
            iconst_1
            iconst_1
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.registerNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;ILorg/graalvm/compiler/graph/Node;ZZ)V
        83: .line 541
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nodesToProcess:Ljava/util/BitSet;
            iload 11 /* mergeOrderId */
            invokevirtual java.util.BitSet.clear:(I)V
        84: .line 542
            aload 8 /* resultScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nodesToProcess:Ljava/util/BitSet;
            iload 11 /* mergeOrderId */
            invokevirtual java.util.BitSet.set:(I)V
        85: .line 546
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 9 /* phiInputScope */
            aload 10 /* phiNodeScope */
            aload 4 /* node */
            checkcast org.graalvm.compiler.nodes.AbstractEndNode
            aload 12 /* merge */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.handlePhiFunctions:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/nodes/AbstractEndNode;Lorg/graalvm/compiler/nodes/AbstractMergeNode;)V
        end local 12 // org.graalvm.compiler.nodes.AbstractMergeNode merge
        end local 11 // int mergeOrderId
        end local 10 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope phiNodeScope
        end local 9 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope phiInputScope
        86: .line 548
            goto 98
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope int org.graalvm.compiler.nodes.FixedNode org.graalvm.compiler.nodes.GraphDecoder$LoopScope int int org.graalvm.compiler.nodes.GraphDecoder$LoopScope
      StackMap stack:
        87: aload 4 /* node */
            instanceof org.graalvm.compiler.nodes.Invoke
            ifeq 91
        88: .line 549
            aload 0 /* this */
            aload 1 /* methodScope */
            iload 3 /* nodeOrderId */
            aload 4 /* node */
            checkcast org.graalvm.compiler.nodes.Invoke
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readInvokeData:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;ILorg/graalvm/compiler/nodes/Invoke;)Lorg/graalvm/compiler/nodes/GraphDecoder$InvokeData;
            astore 9 /* invokeData */
        start local 9 // org.graalvm.compiler.nodes.GraphDecoder$InvokeData invokeData
        89: .line 550
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            aload 9 /* invokeData */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.handleInvoke:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/nodes/GraphDecoder$InvokeData;)Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            astore 8 /* resultScope */
        end local 9 // org.graalvm.compiler.nodes.GraphDecoder$InvokeData invokeData
        90: .line 552
            goto 98
      StackMap locals:
      StackMap stack:
        91: aload 4 /* node */
            instanceof org.graalvm.compiler.nodes.ReturnNode
            ifeq 94
        92: .line 553
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.returnNodes:Ljava/util/List;
            aload 4 /* node */
            checkcast org.graalvm.compiler.nodes.ReturnNode
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        93: .line 554
            goto 98
      StackMap locals:
      StackMap stack:
        94: aload 4 /* node */
            instanceof org.graalvm.compiler.nodes.UnwindNode
            ifeq 97
        95: .line 555
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.unwindNodes:Ljava/util/List;
            aload 4 /* node */
            checkcast org.graalvm.compiler.nodes.UnwindNode
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        96: .line 557
            goto 98
        97: .line 558
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            iload 3 /* nodeOrderId */
            aload 4 /* node */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.handleFixedNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;ILorg/graalvm/compiler/nodes/FixedNode;)V
        98: .line 561
      StackMap locals:
      StackMap stack:
            aload 8 /* resultScope */
            areturn
        end local 8 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope resultScope
        end local 7 // int typeId
        end local 6 // boolean updatePredecessors
        end local 5 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope successorAddScope
        end local 4 // org.graalvm.compiler.nodes.FixedNode node
        end local 3 // int nodeOrderId
        end local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   99     0                 this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0   99     1          methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0   99     2            loopScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            1   99     3          nodeOrderId  I
            3   99     4                 node  Lorg/graalvm/compiler/nodes/FixedNode;
           10   17     5                merge  Lorg/graalvm/compiler/nodes/AbstractMergeNode;
           11   17     6            singleEnd  Lorg/graalvm/compiler/nodes/EndNode;
           13   17     7                 next  Lorg/graalvm/compiler/nodes/FixedNode;
           18   99     5    successorAddScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
           19   99     6   updatePredecessors  Z
           22   35     7           outerScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
           25   35     8  nextIterationNumber  I
           30   34     9                   id  I
           42   99     7               typeId  I
           47   99     8          resultScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
           62   86     9        phiInputScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
           63   86    10         phiNodeScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
           67   86    11         mergeOrderId  I
           68   86    12                merge  Lorg/graalvm/compiler/nodes/AbstractMergeNode;
           89   90     9           invokeData  Lorg/graalvm/compiler/nodes/GraphDecoder$InvokeData;
    MethodParameters:
             Name  Flags
      methodScope  
      loopScope    

  private org.graalvm.compiler.nodes.GraphDecoder$InvokeData readInvokeData(org.graalvm.compiler.nodes.GraphDecoder$MethodScope, int, org.graalvm.compiler.nodes.Invoke);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;ILorg/graalvm/compiler/nodes/Invoke;)Lorg/graalvm/compiler/nodes/GraphDecoder$InvokeData;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=12, locals=12, args_size=4
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        start local 2 // int invokeOrderId
        start local 3 // org.graalvm.compiler.nodes.Invoke invoke
         0: .line 565
            aload 0 /* this */
            aload 1 /* methodScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readObject:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)Ljava/lang/Object;
            checkcast jdk.vm.ci.meta.ResolvedJavaType
            astore 4 /* contextType */
        start local 4 // jdk.vm.ci.meta.ResolvedJavaType contextType
         1: .line 566
            aload 0 /* this */
            aload 1 /* methodScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readOrderId:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)I
            istore 5 /* callTargetOrderId */
        start local 5 // int callTargetOrderId
         2: .line 567
            aload 0 /* this */
            aload 1 /* methodScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readOrderId:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)I
            istore 6 /* stateAfterOrderId */
        start local 6 // int stateAfterOrderId
         3: .line 568
            aload 0 /* this */
            aload 1 /* methodScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readOrderId:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)I
            istore 7 /* nextOrderId */
        start local 7 // int nextOrderId
         4: .line 570
            aload 3 /* invoke */
            instanceof org.graalvm.compiler.nodes.InvokeWithExceptionNode
            ifeq 12
         5: .line 571
            aload 0 /* this */
            aload 1 /* methodScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readOrderId:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)I
            istore 8 /* nextNextOrderId */
        start local 8 // int nextNextOrderId
         6: .line 572
            aload 0 /* this */
            aload 1 /* methodScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readOrderId:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)I
            istore 9 /* exceptionOrderId */
        start local 9 // int exceptionOrderId
         7: .line 573
            aload 0 /* this */
            aload 1 /* methodScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readOrderId:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)I
            istore 10 /* exceptionStateOrderId */
        start local 10 // int exceptionStateOrderId
         8: .line 574
            aload 0 /* this */
            aload 1 /* methodScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readOrderId:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)I
            istore 11 /* exceptionNextOrderId */
        start local 11 // int exceptionNextOrderId
         9: .line 575
            new org.graalvm.compiler.nodes.GraphDecoder$InvokeData
            dup
            aload 3 /* invoke */
            aload 4 /* contextType */
            iload 2 /* invokeOrderId */
            iload 5 /* callTargetOrderId */
            iload 6 /* stateAfterOrderId */
            iload 7 /* nextOrderId */
            iload 8 /* nextNextOrderId */
            iload 9 /* exceptionOrderId */
            iload 10 /* exceptionStateOrderId */
        10: .line 576
            iload 11 /* exceptionNextOrderId */
        11: .line 575
            invokespecial org.graalvm.compiler.nodes.GraphDecoder$InvokeData.<init>:(Lorg/graalvm/compiler/nodes/Invoke;Ljdk/vm/ci/meta/ResolvedJavaType;IIIIIIII)V
            areturn
        end local 11 // int exceptionNextOrderId
        end local 10 // int exceptionStateOrderId
        end local 9 // int exceptionOrderId
        end local 8 // int nextNextOrderId
        12: .line 578
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope int org.graalvm.compiler.nodes.Invoke jdk.vm.ci.meta.ResolvedJavaType int int int
      StackMap stack:
            new org.graalvm.compiler.nodes.GraphDecoder$InvokeData
            dup
            aload 3 /* invoke */
            aload 4 /* contextType */
            iload 2 /* invokeOrderId */
            iload 5 /* callTargetOrderId */
            iload 6 /* stateAfterOrderId */
            iload 7 /* nextOrderId */
            iconst_m1
            iconst_m1
            iconst_m1
            iconst_m1
            invokespecial org.graalvm.compiler.nodes.GraphDecoder$InvokeData.<init>:(Lorg/graalvm/compiler/nodes/Invoke;Ljdk/vm/ci/meta/ResolvedJavaType;IIIIIIII)V
            areturn
        end local 7 // int nextOrderId
        end local 6 // int stateAfterOrderId
        end local 5 // int callTargetOrderId
        end local 4 // jdk.vm.ci.meta.ResolvedJavaType contextType
        end local 3 // org.graalvm.compiler.nodes.Invoke invoke
        end local 2 // int invokeOrderId
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   13     0                   this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0   13     1            methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0   13     2          invokeOrderId  I
            0   13     3                 invoke  Lorg/graalvm/compiler/nodes/Invoke;
            1   13     4            contextType  Ljdk/vm/ci/meta/ResolvedJavaType;
            2   13     5      callTargetOrderId  I
            3   13     6      stateAfterOrderId  I
            4   13     7            nextOrderId  I
            6   12     8        nextNextOrderId  I
            7   12     9       exceptionOrderId  I
            8   12    10  exceptionStateOrderId  I
            9   12    11   exceptionNextOrderId  I
    MethodParameters:
               Name  Flags
      methodScope    
      invokeOrderId  
      invoke         

  protected org.graalvm.compiler.nodes.GraphDecoder$LoopScope handleInvoke(org.graalvm.compiler.nodes.GraphDecoder$MethodScope, org.graalvm.compiler.nodes.GraphDecoder$LoopScope, org.graalvm.compiler.nodes.GraphDecoder$InvokeData);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/nodes/GraphDecoder$InvokeData;)Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        start local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        start local 3 // org.graalvm.compiler.nodes.GraphDecoder$InvokeData invokeData
         0: .line 593
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 1
            aload 3 /* invokeData */
            getfield org.graalvm.compiler.nodes.GraphDecoder$InvokeData.invoke:Lorg/graalvm/compiler/nodes/Invoke;
            invokeinterface org.graalvm.compiler.nodes.Invoke.callTarget:()Lorg/graalvm/compiler/nodes/CallTargetNode;
            ifnull 1
            new java.lang.AssertionError
            dup
            ldc "callTarget edge is ignored during decoding of Invoke"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 594
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            aload 3 /* invokeData */
            getfield org.graalvm.compiler.nodes.GraphDecoder$InvokeData.callTargetOrderId:I
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.ensureNodeCreated:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.CallTargetNode
            astore 4 /* callTarget */
        start local 4 // org.graalvm.compiler.nodes.CallTargetNode callTarget
         2: .line 595
            aload 3 /* invokeData */
            getfield org.graalvm.compiler.nodes.GraphDecoder$InvokeData.invoke:Lorg/graalvm/compiler/nodes/Invoke;
            instanceof org.graalvm.compiler.nodes.InvokeWithExceptionNode
            ifeq 5
         3: .line 596
            aload 3 /* invokeData */
            getfield org.graalvm.compiler.nodes.GraphDecoder$InvokeData.invoke:Lorg/graalvm/compiler/nodes/Invoke;
            checkcast org.graalvm.compiler.nodes.InvokeWithExceptionNode
            aload 4 /* callTarget */
            invokevirtual org.graalvm.compiler.nodes.InvokeWithExceptionNode.setCallTarget:(Lorg/graalvm/compiler/nodes/CallTargetNode;)V
         4: .line 597
            goto 6
         5: .line 598
      StackMap locals: org.graalvm.compiler.nodes.CallTargetNode
      StackMap stack:
            aload 3 /* invokeData */
            getfield org.graalvm.compiler.nodes.GraphDecoder$InvokeData.invoke:Lorg/graalvm/compiler/nodes/Invoke;
            checkcast org.graalvm.compiler.nodes.InvokeNode
            aload 4 /* callTarget */
            invokevirtual org.graalvm.compiler.nodes.InvokeNode.setCallTarget:(Lorg/graalvm/compiler/nodes/CallTargetNode;)V
         6: .line 601
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 8
            aload 3 /* invokeData */
            getfield org.graalvm.compiler.nodes.GraphDecoder$InvokeData.invoke:Lorg/graalvm/compiler/nodes/Invoke;
            invokeinterface org.graalvm.compiler.nodes.Invoke.stateAfter:()Lorg/graalvm/compiler/nodes/FrameState;
            ifnonnull 7
            aload 3 /* invokeData */
            getfield org.graalvm.compiler.nodes.GraphDecoder$InvokeData.invoke:Lorg/graalvm/compiler/nodes/Invoke;
            invokeinterface org.graalvm.compiler.nodes.Invoke.stateDuring:()Lorg/graalvm/compiler/nodes/FrameState;
            ifnull 8
      StackMap locals:
      StackMap stack:
         7: new java.lang.AssertionError
            dup
            ldc "FrameState edges are ignored during decoding of Invoke"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         8: .line 602
      StackMap locals:
      StackMap stack:
            aload 3 /* invokeData */
            getfield org.graalvm.compiler.nodes.GraphDecoder$InvokeData.invoke:Lorg/graalvm/compiler/nodes/Invoke;
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            aload 3 /* invokeData */
            getfield org.graalvm.compiler.nodes.GraphDecoder$InvokeData.stateAfterOrderId:I
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.ensureNodeCreated:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.FrameState
            invokeinterface org.graalvm.compiler.nodes.Invoke.setStateAfter:(Lorg/graalvm/compiler/nodes/FrameState;)V
         9: .line 604
            aload 3 /* invokeData */
            getfield org.graalvm.compiler.nodes.GraphDecoder$InvokeData.invoke:Lorg/graalvm/compiler/nodes/Invoke;
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            aload 3 /* invokeData */
            getfield org.graalvm.compiler.nodes.GraphDecoder$InvokeData.nextOrderId:I
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.makeStubNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/nodes/FixedNode;
            invokeinterface org.graalvm.compiler.nodes.Invoke.setNext:(Lorg/graalvm/compiler/nodes/FixedNode;)V
        10: .line 605
            aload 3 /* invokeData */
            getfield org.graalvm.compiler.nodes.GraphDecoder$InvokeData.invoke:Lorg/graalvm/compiler/nodes/Invoke;
            instanceof org.graalvm.compiler.nodes.InvokeWithExceptionNode
            ifeq 12
        11: .line 606
            aload 3 /* invokeData */
            getfield org.graalvm.compiler.nodes.GraphDecoder$InvokeData.invoke:Lorg/graalvm/compiler/nodes/Invoke;
            checkcast org.graalvm.compiler.nodes.InvokeWithExceptionNode
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            aload 3 /* invokeData */
            getfield org.graalvm.compiler.nodes.GraphDecoder$InvokeData.exceptionOrderId:I
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.makeStubNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/nodes/FixedNode;
            checkcast org.graalvm.compiler.nodes.AbstractBeginNode
            invokevirtual org.graalvm.compiler.nodes.InvokeWithExceptionNode.setExceptionEdge:(Lorg/graalvm/compiler/nodes/AbstractBeginNode;)V
        12: .line 608
      StackMap locals:
      StackMap stack:
            aload 2 /* loopScope */
            areturn
        end local 4 // org.graalvm.compiler.nodes.CallTargetNode callTarget
        end local 3 // org.graalvm.compiler.nodes.GraphDecoder$InvokeData invokeData
        end local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0   13     1  methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0   13     2    loopScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            0   13     3   invokeData  Lorg/graalvm/compiler/nodes/GraphDecoder$InvokeData;
            2   13     4   callTarget  Lorg/graalvm/compiler/nodes/CallTargetNode;
    MethodParameters:
             Name  Flags
      methodScope  
      loopScope    
      invokeData   

  protected void handleMergeNode(org.graalvm.compiler.nodes.MergeNode);
    descriptor: (Lorg/graalvm/compiler/nodes/MergeNode;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.MergeNode merge
         0: .line 617
            return
        end local 1 // org.graalvm.compiler.nodes.MergeNode merge
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0    1     1  merge  Lorg/graalvm/compiler/nodes/MergeNode;
    MethodParameters:
       Name  Flags
      merge  

  protected void handleLoopExplosionBegin(org.graalvm.compiler.nodes.GraphDecoder$MethodScope, org.graalvm.compiler.nodes.GraphDecoder$LoopScope, org.graalvm.compiler.nodes.LoopBeginNode);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/nodes/LoopBeginNode;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=13, locals=13, args_size=4
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        start local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        start local 3 // org.graalvm.compiler.nodes.LoopBeginNode loopBegin
         0: .line 620
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.checkLoopExplosionIteration:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;)V
         1: .line 622
            aload 3 /* loopBegin */
            invokevirtual org.graalvm.compiler.nodes.LoopBeginNode.forwardEnds:()Lorg/graalvm/compiler/graph/NodeInputList;
            invokevirtual org.graalvm.compiler.graph.NodeInputList.snapshot:()Ljava/util/List;
            astore 4 /* predecessors */
        start local 4 // java.util.List predecessors
         2: .line 623
            aload 3 /* loopBegin */
            invokevirtual org.graalvm.compiler.nodes.LoopBeginNode.next:()Lorg/graalvm/compiler/nodes/FixedNode;
            astore 5 /* successor */
        start local 5 // org.graalvm.compiler.nodes.FixedNode successor
         3: .line 624
            aload 3 /* loopBegin */
            invokevirtual org.graalvm.compiler.nodes.LoopBeginNode.stateAfter:()Lorg/graalvm/compiler/nodes/FrameState;
            astore 6 /* frameState */
        start local 6 // org.graalvm.compiler.nodes.FrameState frameState
         4: .line 626
            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.MERGE_EXPLODE:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            if_acmpne 15
         5: .line 627
            new org.graalvm.compiler.nodes.GraphDecoder$LoopExplosionState
            dup
            aload 6 /* frameState */
            aconst_null
            invokespecial org.graalvm.compiler.nodes.GraphDecoder$LoopExplosionState.<init>:(Lorg/graalvm/compiler/nodes/FrameState;Lorg/graalvm/compiler/nodes/MergeNode;)V
            astore 7 /* queryState */
        start local 7 // org.graalvm.compiler.nodes.GraphDecoder$LoopExplosionState queryState
         6: .line 628
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.iterationStates:Ljava/util/Map;
            aload 7 /* queryState */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.graalvm.compiler.nodes.GraphDecoder$LoopExplosionState
            astore 8 /* existingState */
        start local 8 // org.graalvm.compiler.nodes.GraphDecoder$LoopExplosionState existingState
         7: .line 629
            aload 8 /* existingState */
            ifnull 15
         8: .line 630
            aload 3 /* loopBegin */
            aload 8 /* existingState */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopExplosionState.merge:Lorg/graalvm/compiler/nodes/MergeNode;
            invokevirtual org.graalvm.compiler.nodes.LoopBeginNode.replaceAtUsagesAndDelete:(Lorg/graalvm/compiler/graph/Node;)V
         9: .line 631
            aload 5 /* successor */
            invokevirtual org.graalvm.compiler.nodes.FixedNode.safeDelete:()V
        10: .line 632
            aload 4 /* predecessors */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 10
            goto 13
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.LoopBeginNode java.util.List org.graalvm.compiler.nodes.FixedNode org.graalvm.compiler.nodes.FrameState org.graalvm.compiler.nodes.GraphDecoder$LoopExplosionState org.graalvm.compiler.nodes.GraphDecoder$LoopExplosionState top java.util.Iterator
      StackMap stack:
        11: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.nodes.EndNode
            astore 9 /* predecessor */
        start local 9 // org.graalvm.compiler.nodes.EndNode predecessor
        12: .line 633
            aload 8 /* existingState */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopExplosionState.merge:Lorg/graalvm/compiler/nodes/MergeNode;
            aload 9 /* predecessor */
            invokevirtual org.graalvm.compiler.nodes.MergeNode.addForwardEnd:(Lorg/graalvm/compiler/nodes/EndNode;)V
        end local 9 // org.graalvm.compiler.nodes.EndNode predecessor
        13: .line 632
      StackMap locals:
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        14: .line 635
            return
        end local 8 // org.graalvm.compiler.nodes.GraphDecoder$LoopExplosionState existingState
        end local 7 // org.graalvm.compiler.nodes.GraphDecoder$LoopExplosionState queryState
        15: .line 639
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.LoopBeginNode java.util.List org.graalvm.compiler.nodes.FixedNode org.graalvm.compiler.nodes.FrameState
      StackMap stack:
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            new org.graalvm.compiler.nodes.MergeNode
            dup
            invokespecial org.graalvm.compiler.nodes.MergeNode.<init>:()V
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.add:(Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.MergeNode
            astore 7 /* merge */
        start local 7 // org.graalvm.compiler.nodes.MergeNode merge
        16: .line 640
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.loopExplosionMerges:Lorg/graalvm/compiler/graph/NodeBitMap;
            aload 7 /* merge */
            invokevirtual org.graalvm.compiler.graph.NodeBitMap.markAndGrow:(Lorg/graalvm/compiler/graph/Node;)V
        17: .line 642
            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.MERGE_EXPLODE:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            if_acmpne 45
        18: .line 643
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.iterationStates:Ljava/util/Map;
            invokeinterface java.util.Map.size:()I
            ifne 22
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopDepth:I
            iconst_1
            if_icmpne 22
        19: .line 644
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.loopExplosionHead:Lorg/graalvm/compiler/nodes/MergeNode;
            ifnull 21
        20: .line 645
            new org.graalvm.compiler.common.PermanentBailoutException
            dup
            ldc "Graal implementation restriction: Method with %s loop explosion must not have more than one top-level loop"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            getstatic org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin$LoopExplosionKind.MERGE_EXPLODE:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            aastore
            invokespecial org.graalvm.compiler.common.PermanentBailoutException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        21: .line 647
      StackMap locals: org.graalvm.compiler.nodes.MergeNode
      StackMap stack:
            aload 1 /* methodScope */
            aload 7 /* merge */
            putfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.loopExplosionHead:Lorg/graalvm/compiler/nodes/MergeNode;
        22: .line 650
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 8 /* newFrameStateValues */
        start local 8 // java.util.List newFrameStateValues
        23: .line 651
            aload 6 /* frameState */
            getfield org.graalvm.compiler.nodes.FrameState.values:Lorg/graalvm/compiler/graph/NodeInputList;
            invokevirtual org.graalvm.compiler.graph.NodeInputList.iterator:()Ljava/util/Iterator;
            astore 10
            goto 38
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.LoopBeginNode java.util.List org.graalvm.compiler.nodes.FixedNode org.graalvm.compiler.nodes.FrameState org.graalvm.compiler.nodes.MergeNode java.util.List top java.util.Iterator
      StackMap stack:
        24: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.nodes.ValueNode
            astore 9 /* frameStateValue */
        start local 9 // org.graalvm.compiler.nodes.ValueNode frameStateValue
        25: .line 652
            aload 9 /* frameStateValue */
            ifnull 26
            aload 9 /* frameStateValue */
            invokevirtual org.graalvm.compiler.nodes.ValueNode.isConstant:()Z
            ifne 26
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.methodStartMark:Lorg/graalvm/compiler/graph/Graph$Mark;
            aload 9 /* frameStateValue */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.isNew:(Lorg/graalvm/compiler/graph/Graph$Mark;Lorg/graalvm/compiler/graph/Node;)Z
            ifne 28
        26: .line 653
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.LoopBeginNode java.util.List org.graalvm.compiler.nodes.FixedNode org.graalvm.compiler.nodes.FrameState org.graalvm.compiler.nodes.MergeNode java.util.List org.graalvm.compiler.nodes.ValueNode java.util.Iterator
      StackMap stack:
            aload 8 /* newFrameStateValues */
            aload 9 /* frameStateValue */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        27: .line 655
            goto 38
        28: .line 656
      StackMap locals:
      StackMap stack:
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            new org.graalvm.compiler.nodes.GraphDecoder$ProxyPlaceholder
            dup
            aload 9 /* frameStateValue */
            aload 7 /* merge */
            invokespecial org.graalvm.compiler.nodes.GraphDecoder$ProxyPlaceholder.<init>:(Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/nodes/MergeNode;)V
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.unique:(Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.GraphDecoder$ProxyPlaceholder
            astore 11 /* newFrameStateValue */
        start local 11 // org.graalvm.compiler.nodes.GraphDecoder$ProxyPlaceholder newFrameStateValue
        29: .line 657
            aload 8 /* newFrameStateValues */
            aload 11 /* newFrameStateValue */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        30: .line 663
            iconst_0
            istore 12 /* i */
        start local 12 // int i
        31: goto 37
        32: .line 664
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder$ProxyPlaceholder int
      StackMap stack:
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.createdNodes:[Lorg/graalvm/compiler/graph/Node;
            iload 12 /* i */
            aaload
            aload 9 /* frameStateValue */
            if_acmpne 34
        33: .line 665
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.createdNodes:[Lorg/graalvm/compiler/graph/Node;
            iload 12 /* i */
            aload 11 /* newFrameStateValue */
            aastore
        34: .line 667
      StackMap locals:
      StackMap stack:
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.initialCreatedNodes:[Lorg/graalvm/compiler/graph/Node;
            iload 12 /* i */
            aaload
            aload 9 /* frameStateValue */
            if_acmpne 36
        35: .line 668
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.initialCreatedNodes:[Lorg/graalvm/compiler/graph/Node;
            iload 12 /* i */
            aload 11 /* newFrameStateValue */
            aastore
        36: .line 663
      StackMap locals:
      StackMap stack:
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        37: iload 12 /* i */
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.createdNodes:[Lorg/graalvm/compiler/graph/Node;
            arraylength
            if_icmplt 32
        end local 12 // int i
        end local 11 // org.graalvm.compiler.nodes.GraphDecoder$ProxyPlaceholder newFrameStateValue
        end local 9 // org.graalvm.compiler.nodes.ValueNode frameStateValue
        38: .line 651
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.LoopBeginNode java.util.List org.graalvm.compiler.nodes.FixedNode org.graalvm.compiler.nodes.FrameState org.graalvm.compiler.nodes.MergeNode java.util.List top java.util.Iterator
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 24
        39: .line 674
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            new org.graalvm.compiler.nodes.FrameState
            dup
            aload 6 /* frameState */
            invokevirtual org.graalvm.compiler.nodes.FrameState.outerFrameState:()Lorg/graalvm/compiler/nodes/FrameState;
            aload 6 /* frameState */
            invokevirtual org.graalvm.compiler.nodes.FrameState.getCode:()Lorg/graalvm/compiler/bytecode/Bytecode;
            aload 6 /* frameState */
            getfield org.graalvm.compiler.nodes.FrameState.bci:I
            aload 8 /* newFrameStateValues */
            aload 6 /* frameState */
            invokevirtual org.graalvm.compiler.nodes.FrameState.localsSize:()I
        40: .line 675
            aload 6 /* frameState */
            invokevirtual org.graalvm.compiler.nodes.FrameState.stackSize:()I
            aload 6 /* frameState */
            invokevirtual org.graalvm.compiler.nodes.FrameState.rethrowException:()Z
            aload 6 /* frameState */
            invokevirtual org.graalvm.compiler.nodes.FrameState.duringCall:()Z
            aload 6 /* frameState */
            invokevirtual org.graalvm.compiler.nodes.FrameState.monitorIds:()Lorg/graalvm/compiler/graph/NodeInputList;
            aload 6 /* frameState */
            invokevirtual org.graalvm.compiler.nodes.FrameState.virtualObjectMappings:()Lorg/graalvm/compiler/graph/NodeInputList;
            invokespecial org.graalvm.compiler.nodes.FrameState.<init>:(Lorg/graalvm/compiler/nodes/FrameState;Lorg/graalvm/compiler/bytecode/Bytecode;ILjava/util/List;IIZZLjava/util/List;Ljava/util/List;)V
        41: .line 674
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.add:(Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.FrameState
            astore 9 /* newFrameState */
        start local 9 // org.graalvm.compiler.nodes.FrameState newFrameState
        42: .line 677
            aload 6 /* frameState */
            aload 9 /* newFrameState */
            invokevirtual org.graalvm.compiler.nodes.FrameState.replaceAtUsages:(Lorg/graalvm/compiler/graph/Node;)V
        43: .line 678
            aload 6 /* frameState */
            invokevirtual org.graalvm.compiler.nodes.FrameState.safeDelete:()V
        44: .line 679
            aload 9 /* newFrameState */
            astore 6 /* frameState */
        end local 9 // org.graalvm.compiler.nodes.FrameState newFrameState
        end local 8 // java.util.List newFrameStateValues
        45: .line 682
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.LoopBeginNode java.util.List org.graalvm.compiler.nodes.FixedNode org.graalvm.compiler.nodes.FrameState org.graalvm.compiler.nodes.MergeNode
      StackMap stack:
            aload 3 /* loopBegin */
            aload 7 /* merge */
            invokevirtual org.graalvm.compiler.nodes.LoopBeginNode.replaceAtUsagesAndDelete:(Lorg/graalvm/compiler/graph/Node;)V
        46: .line 683
            aload 7 /* merge */
            aload 6 /* frameState */
            invokevirtual org.graalvm.compiler.nodes.MergeNode.setStateAfter:(Lorg/graalvm/compiler/nodes/FrameState;)V
        47: .line 684
            aload 7 /* merge */
            aload 5 /* successor */
            invokevirtual org.graalvm.compiler.nodes.MergeNode.setNext:(Lorg/graalvm/compiler/nodes/FixedNode;)V
        48: .line 685
            aload 4 /* predecessors */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 9
            goto 51
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.LoopBeginNode java.util.List org.graalvm.compiler.nodes.FixedNode org.graalvm.compiler.nodes.FrameState org.graalvm.compiler.nodes.MergeNode top java.util.Iterator
      StackMap stack:
        49: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.nodes.EndNode
            astore 8 /* predecessor */
        start local 8 // org.graalvm.compiler.nodes.EndNode predecessor
        50: .line 686
            aload 7 /* merge */
            aload 8 /* predecessor */
            invokevirtual org.graalvm.compiler.nodes.MergeNode.addForwardEnd:(Lorg/graalvm/compiler/nodes/EndNode;)V
        end local 8 // org.graalvm.compiler.nodes.EndNode predecessor
        51: .line 685
      StackMap locals:
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 49
        52: .line 689
            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.MERGE_EXPLODE:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            if_acmpne 55
        53: .line 690
            new org.graalvm.compiler.nodes.GraphDecoder$LoopExplosionState
            dup
            aload 6 /* frameState */
            aload 7 /* merge */
            invokespecial org.graalvm.compiler.nodes.GraphDecoder$LoopExplosionState.<init>:(Lorg/graalvm/compiler/nodes/FrameState;Lorg/graalvm/compiler/nodes/MergeNode;)V
            astore 8 /* explosionState */
        start local 8 // org.graalvm.compiler.nodes.GraphDecoder$LoopExplosionState explosionState
        54: .line 691
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.iterationStates:Ljava/util/Map;
            aload 8 /* explosionState */
            aload 8 /* explosionState */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 8 // org.graalvm.compiler.nodes.GraphDecoder$LoopExplosionState explosionState
        55: .line 693
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.LoopBeginNode java.util.List org.graalvm.compiler.nodes.FixedNode org.graalvm.compiler.nodes.FrameState org.graalvm.compiler.nodes.MergeNode
      StackMap stack:
            return
        end local 7 // org.graalvm.compiler.nodes.MergeNode merge
        end local 6 // org.graalvm.compiler.nodes.FrameState frameState
        end local 5 // org.graalvm.compiler.nodes.FixedNode successor
        end local 4 // java.util.List predecessors
        end local 3 // org.graalvm.compiler.nodes.LoopBeginNode loopBegin
        end local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   56     0                 this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0   56     1          methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0   56     2            loopScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            0   56     3            loopBegin  Lorg/graalvm/compiler/nodes/LoopBeginNode;
            2   56     4         predecessors  Ljava/util/List<Lorg/graalvm/compiler/nodes/EndNode;>;
            3   56     5            successor  Lorg/graalvm/compiler/nodes/FixedNode;
            4   56     6           frameState  Lorg/graalvm/compiler/nodes/FrameState;
            6   15     7           queryState  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopExplosionState;
            7   15     8        existingState  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopExplosionState;
           12   13     9          predecessor  Lorg/graalvm/compiler/nodes/EndNode;
           16   56     7                merge  Lorg/graalvm/compiler/nodes/MergeNode;
           23   45     8  newFrameStateValues  Ljava/util/List<Lorg/graalvm/compiler/nodes/ValueNode;>;
           25   38     9      frameStateValue  Lorg/graalvm/compiler/nodes/ValueNode;
           29   38    11   newFrameStateValue  Lorg/graalvm/compiler/nodes/GraphDecoder$ProxyPlaceholder;
           31   38    12                    i  I
           42   45     9        newFrameState  Lorg/graalvm/compiler/nodes/FrameState;
           50   51     8          predecessor  Lorg/graalvm/compiler/nodes/EndNode;
           54   55     8       explosionState  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopExplosionState;
    MethodParameters:
             Name  Flags
      methodScope  
      loopScope    
      loopBegin    

  protected void checkLoopExplosionIteration(org.graalvm.compiler.nodes.GraphDecoder$MethodScope, org.graalvm.compiler.nodes.GraphDecoder$LoopScope);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        start local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
         0: .line 702
            ldc "when subclass uses loop explosion, it needs to implement this method"
            invokestatic org.graalvm.compiler.debug.GraalError.shouldNotReachHere:(Ljava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        end local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0    1     1  methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0    1     2    loopScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
    MethodParameters:
             Name  Flags
      methodScope  
      loopScope    

  protected org.graalvm.compiler.nodes.FixedNode handleLoopExplosionEnd(org.graalvm.compiler.nodes.GraphDecoder$MethodScope, org.graalvm.compiler.nodes.GraphDecoder$LoopScope, org.graalvm.compiler.nodes.LoopEndNode);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/nodes/LoopEndNode;)Lorg/graalvm/compiler/nodes/FixedNode;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=11, locals=7, args_size=4
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        start local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        start local 3 // org.graalvm.compiler.nodes.LoopEndNode loopEnd
         0: .line 706
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            new org.graalvm.compiler.nodes.EndNode
            dup
            invokespecial org.graalvm.compiler.nodes.EndNode.<init>:()V
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.add:(Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.EndNode
            astore 4 /* replacementNode */
        start local 4 // org.graalvm.compiler.nodes.EndNode replacementNode
         1: .line 707
            aload 3 /* loopEnd */
            aload 4 /* replacementNode */
            invokevirtual org.graalvm.compiler.nodes.LoopEndNode.replaceAtPredecessor:(Lorg/graalvm/compiler/graph/Node;)V
         2: .line 708
            aload 3 /* loopEnd */
            invokevirtual org.graalvm.compiler.nodes.LoopEndNode.safeDelete:()V
         3: .line 710
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 4
            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.NONE:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            if_acmpne 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 711
      StackMap locals: org.graalvm.compiler.nodes.EndNode
      StackMap stack:
            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_UNROLL:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            if_acmpne 5
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nextIterations:Ljava/util/Deque;
            invokeinterface java.util.Deque.isEmpty:()Z
            ifeq 15
         5: .line 712
      StackMap locals:
      StackMap stack:
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nextIterations:Ljava/util/Deque;
            invokeinterface java.util.Deque.isEmpty:()Z
            ifeq 6
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopIteration:I
            iconst_1
            iadd
            goto 7
      StackMap locals:
      StackMap stack:
         6: aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nextIterations:Ljava/util/Deque;
            invokeinterface java.util.Deque.getLast:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.nodes.GraphDecoder$LoopScope
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopIteration:I
            iconst_1
            iadd
      StackMap locals:
      StackMap stack: int
         7: istore 5 /* nextIterationNumber */
        start local 5 // int nextIterationNumber
         8: .line 713
            new org.graalvm.compiler.nodes.GraphDecoder$LoopScope
            dup
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.outer:Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopDepth:I
            iload 5 /* nextIterationNumber */
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopBeginOrderId:I
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.initialCreatedNodes:[Lorg/graalvm/compiler/graph/Node;
         9: .line 714
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.initialCreatedNodes:[Lorg/graalvm/compiler/graph/Node;
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nextIterations:Ljava/util/Deque;
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.iterationStates:Ljava/util/Map;
        10: .line 713
            invokespecial org.graalvm.compiler.nodes.GraphDecoder$LoopScope.<init>:(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
            astore 6 /* nextIterationScope */
        start local 6 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope nextIterationScope
        11: .line 715
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 6 /* nextIterationScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.checkLoopExplosionIteration:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;)V
        12: .line 716
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nextIterations:Ljava/util/Deque;
            aload 6 /* nextIterationScope */
            invokeinterface java.util.Deque.addLast:(Ljava/lang/Object;)V
        13: .line 717
            aload 0 /* this */
            aload 6 /* nextIterationScope */
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopBeginOrderId:I
            aconst_null
            iconst_1
            iconst_1
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.registerNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;ILorg/graalvm/compiler/graph/Node;ZZ)V
        14: .line 718
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 6 /* nextIterationScope */
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopBeginOrderId:I
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.makeStubNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/nodes/FixedNode;
            pop
        end local 6 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope nextIterationScope
        end local 5 // int nextIterationNumber
        15: .line 720
      StackMap locals:
      StackMap stack:
            aload 4 /* replacementNode */
            areturn
        end local 4 // org.graalvm.compiler.nodes.EndNode replacementNode
        end local 3 // org.graalvm.compiler.nodes.LoopEndNode loopEnd
        end local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   16     0                 this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0   16     1          methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0   16     2            loopScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            0   16     3              loopEnd  Lorg/graalvm/compiler/nodes/LoopEndNode;
            1   16     4      replacementNode  Lorg/graalvm/compiler/nodes/EndNode;
            8   15     5  nextIterationNumber  I
           11   15     6   nextIterationScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
    MethodParameters:
             Name  Flags
      methodScope  
      loopScope    
      loopEnd      

  protected void handleFixedNode(org.graalvm.compiler.nodes.GraphDecoder$MethodScope, org.graalvm.compiler.nodes.GraphDecoder$LoopScope, int, org.graalvm.compiler.nodes.FixedNode);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;ILorg/graalvm/compiler/nodes/FixedNode;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=5, args_size=5
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        start local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        start local 3 // int nodeOrderId
        start local 4 // org.graalvm.compiler.nodes.FixedNode node
         0: .line 732
            return
        end local 4 // org.graalvm.compiler.nodes.FixedNode node
        end local 3 // int nodeOrderId
        end local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0    1     1  methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0    1     2    loopScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            0    1     3  nodeOrderId  I
            0    1     4         node  Lorg/graalvm/compiler/nodes/FixedNode;
    MethodParameters:
             Name  Flags
      methodScope  
      loopScope    
      nodeOrderId  
      node         

  protected void handleProxyNodes(org.graalvm.compiler.nodes.GraphDecoder$MethodScope, org.graalvm.compiler.nodes.GraphDecoder$LoopScope, org.graalvm.compiler.nodes.LoopExitNode);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/nodes/LoopExitNode;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=9, args_size=4
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        start local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        start local 3 // org.graalvm.compiler.nodes.LoopExitNode loopExit
         0: .line 735
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 1
            aload 3 /* loopExit */
            invokevirtual org.graalvm.compiler.nodes.LoopExitNode.stateAfter:()Lorg/graalvm/compiler/nodes/FrameState;
            ifnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 736
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methodScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readOrderId:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)I
            istore 4 /* stateAfterOrderId */
        start local 4 // int stateAfterOrderId
         2: .line 737
            aload 3 /* loopExit */
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            iload 4 /* stateAfterOrderId */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.ensureNodeCreated:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.FrameState
            invokevirtual org.graalvm.compiler.nodes.LoopExitNode.setStateAfter:(Lorg/graalvm/compiler/nodes/FrameState;)V
         3: .line 739
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.reader:Lorg/graalvm/compiler/core/common/util/TypeReader;
            invokeinterface org.graalvm.compiler.core.common.util.TypeReader.getUVInt:()I
            istore 5 /* numProxies */
        start local 5 // int numProxies
         4: .line 740
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         5: goto 10
         6: .line 741
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methodScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readOrderId:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)I
            istore 7 /* proxyOrderId */
        start local 7 // int proxyOrderId
         7: .line 742
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            iload 7 /* proxyOrderId */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.ensureNodeCreated:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.ProxyNode
            astore 8 /* proxy */
        start local 8 // org.graalvm.compiler.nodes.ProxyNode proxy
         8: .line 747
            aload 0 /* this */
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.outer:Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            iload 7 /* proxyOrderId */
            aload 8 /* proxy */
            iconst_0
            iconst_0
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.registerNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;ILorg/graalvm/compiler/graph/Node;ZZ)V
        end local 8 // org.graalvm.compiler.nodes.ProxyNode proxy
        end local 7 // int proxyOrderId
         9: .line 740
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 6 /* i */
            iload 5 /* numProxies */
            if_icmplt 6
        end local 6 // int i
        11: .line 749
            return
        end local 5 // int numProxies
        end local 4 // int stateAfterOrderId
        end local 3 // org.graalvm.compiler.nodes.LoopExitNode loopExit
        end local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0   12     1        methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0   12     2          loopScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            0   12     3           loopExit  Lorg/graalvm/compiler/nodes/LoopExitNode;
            2   12     4  stateAfterOrderId  I
            4   12     5         numProxies  I
            5   11     6                  i  I
            7    9     7       proxyOrderId  I
            8    9     8              proxy  Lorg/graalvm/compiler/nodes/ProxyNode;
    MethodParameters:
             Name  Flags
      methodScope  
      loopScope    
      loopExit     

  protected void handleLoopExplosionProxyNodes(org.graalvm.compiler.nodes.GraphDecoder$MethodScope, org.graalvm.compiler.nodes.GraphDecoder$LoopScope, org.graalvm.compiler.nodes.GraphDecoder$LoopScope, org.graalvm.compiler.nodes.LoopExitNode, int);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/nodes/LoopExitNode;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=22, args_size=6
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        start local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        start local 3 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope outerScope
        start local 4 // org.graalvm.compiler.nodes.LoopExitNode loopExit
        start local 5 // int loopExitOrderId
         0: .line 752
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 1
            aload 4 /* loopExit */
            invokevirtual org.graalvm.compiler.nodes.LoopExitNode.stateAfter:()Lorg/graalvm/compiler/nodes/FrameState;
            ifnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 753
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methodScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readOrderId:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)I
            istore 6 /* stateAfterOrderId */
        start local 6 // int stateAfterOrderId
         2: .line 755
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            new org.graalvm.compiler.nodes.BeginNode
            dup
            invokespecial org.graalvm.compiler.nodes.BeginNode.<init>:()V
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.add:(Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.BeginNode
            astore 7 /* begin */
        start local 7 // org.graalvm.compiler.nodes.BeginNode begin
         3: .line 757
            aload 4 /* loopExit */
            invokevirtual org.graalvm.compiler.nodes.LoopExitNode.next:()Lorg/graalvm/compiler/nodes/FixedNode;
            astore 8 /* loopExitSuccessor */
        start local 8 // org.graalvm.compiler.nodes.FixedNode loopExitSuccessor
         4: .line 758
            aload 4 /* loopExit */
            aload 7 /* begin */
            invokevirtual org.graalvm.compiler.nodes.LoopExitNode.replaceAtPredecessor:(Lorg/graalvm/compiler/graph/Node;)V
         5: .line 760
            aconst_null
            astore 9 /* loopExitPlaceholder */
        start local 9 // org.graalvm.compiler.nodes.MergeNode loopExitPlaceholder
         6: .line 761
            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.MERGE_EXPLODE:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            if_acmpne 14
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.loopDepth:I
            iconst_1
            if_icmpne 14
         7: .line 766
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            new org.graalvm.compiler.nodes.MergeNode
            dup
            invokespecial org.graalvm.compiler.nodes.MergeNode.<init>:()V
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.add:(Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.MergeNode
            astore 9 /* loopExitPlaceholder */
         8: .line 767
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.loopExplosionMerges:Lorg/graalvm/compiler/graph/NodeBitMap;
            aload 9 /* loopExitPlaceholder */
            invokevirtual org.graalvm.compiler.graph.NodeBitMap.markAndGrow:(Lorg/graalvm/compiler/graph/Node;)V
         9: .line 769
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            new org.graalvm.compiler.nodes.EndNode
            dup
            invokespecial org.graalvm.compiler.nodes.EndNode.<init>:()V
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.add:(Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.EndNode
            astore 10 /* end */
        start local 10 // org.graalvm.compiler.nodes.EndNode end
        10: .line 770
            aload 7 /* begin */
            aload 10 /* end */
            invokevirtual org.graalvm.compiler.nodes.BeginNode.setNext:(Lorg/graalvm/compiler/nodes/FixedNode;)V
        11: .line 771
            aload 9 /* loopExitPlaceholder */
            aload 10 /* end */
            invokevirtual org.graalvm.compiler.nodes.MergeNode.addForwardEnd:(Lorg/graalvm/compiler/nodes/EndNode;)V
        12: .line 773
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            new org.graalvm.compiler.nodes.BeginNode
            dup
            invokespecial org.graalvm.compiler.nodes.BeginNode.<init>:()V
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.add:(Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.BeginNode
            astore 7 /* begin */
        13: .line 774
            aload 9 /* loopExitPlaceholder */
            aload 7 /* begin */
            invokevirtual org.graalvm.compiler.nodes.MergeNode.setNext:(Lorg/graalvm/compiler/nodes/FixedNode;)V
        end local 10 // org.graalvm.compiler.nodes.EndNode end
        14: .line 782
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.LoopExitNode int int org.graalvm.compiler.nodes.BeginNode org.graalvm.compiler.nodes.FixedNode org.graalvm.compiler.nodes.MergeNode
      StackMap stack:
            aconst_null
            astore 10 /* merge */
        start local 10 // org.graalvm.compiler.nodes.MergeNode merge
        15: .line 783
            aload 0 /* this */
            aload 3 /* outerScope */
            iload 5 /* loopExitOrderId */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.lookupNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/graph/Node;
            astore 11 /* existingExit */
        start local 11 // org.graalvm.compiler.graph.Node existingExit
        16: .line 784
            aload 11 /* existingExit */
            ifnonnull 20
        17: .line 786
            aload 0 /* this */
            aload 3 /* outerScope */
            iload 5 /* loopExitOrderId */
            aload 7 /* begin */
            iconst_0
            iconst_0
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.registerNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;ILorg/graalvm/compiler/graph/Node;ZZ)V
        18: .line 787
            aload 7 /* begin */
            aload 8 /* loopExitSuccessor */
            invokevirtual org.graalvm.compiler.nodes.BeginNode.setNext:(Lorg/graalvm/compiler/nodes/FixedNode;)V
        19: .line 789
            goto 29
      StackMap locals: org.graalvm.compiler.nodes.MergeNode org.graalvm.compiler.graph.Node
      StackMap stack:
        20: aload 11 /* existingExit */
            instanceof org.graalvm.compiler.nodes.BeginNode
            ifeq 28
        21: .line 791
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            new org.graalvm.compiler.nodes.MergeNode
            dup
            invokespecial org.graalvm.compiler.nodes.MergeNode.<init>:()V
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.add:(Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.MergeNode
            astore 10 /* merge */
        22: .line 792
            aload 0 /* this */
            aload 3 /* outerScope */
            iload 5 /* loopExitOrderId */
            aload 10 /* merge */
            iconst_1
            iconst_0
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.registerNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;ILorg/graalvm/compiler/graph/Node;ZZ)V
        23: .line 794
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            new org.graalvm.compiler.nodes.EndNode
            dup
            invokespecial org.graalvm.compiler.nodes.EndNode.<init>:()V
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.add:(Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.EndNode
            astore 12 /* firstEnd */
        start local 12 // org.graalvm.compiler.nodes.EndNode firstEnd
        24: .line 795
            aload 11 /* existingExit */
            checkcast org.graalvm.compiler.nodes.BeginNode
            aload 12 /* firstEnd */
            invokevirtual org.graalvm.compiler.nodes.BeginNode.setNext:(Lorg/graalvm/compiler/nodes/FixedNode;)V
        25: .line 796
            aload 10 /* merge */
            aload 12 /* firstEnd */
            invokevirtual org.graalvm.compiler.nodes.MergeNode.addForwardEnd:(Lorg/graalvm/compiler/nodes/EndNode;)V
        26: .line 797
            aload 10 /* merge */
            aload 8 /* loopExitSuccessor */
            invokevirtual org.graalvm.compiler.nodes.MergeNode.setNext:(Lorg/graalvm/compiler/nodes/FixedNode;)V
        end local 12 // org.graalvm.compiler.nodes.EndNode firstEnd
        27: .line 799
            goto 29
        28: .line 801
      StackMap locals:
      StackMap stack:
            aload 11 /* existingExit */
            checkcast org.graalvm.compiler.nodes.MergeNode
            astore 10 /* merge */
        29: .line 804
      StackMap locals:
      StackMap stack:
            aload 10 /* merge */
            ifnull 33
        30: .line 805
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            new org.graalvm.compiler.nodes.EndNode
            dup
            invokespecial org.graalvm.compiler.nodes.EndNode.<init>:()V
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.add:(Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.EndNode
            astore 12 /* end */
        start local 12 // org.graalvm.compiler.nodes.EndNode end
        31: .line 806
            aload 7 /* begin */
            aload 12 /* end */
            invokevirtual org.graalvm.compiler.nodes.BeginNode.setNext:(Lorg/graalvm/compiler/nodes/FixedNode;)V
        32: .line 807
            aload 10 /* merge */
            aload 12 /* end */
            invokevirtual org.graalvm.compiler.nodes.MergeNode.addForwardEnd:(Lorg/graalvm/compiler/nodes/EndNode;)V
        end local 12 // org.graalvm.compiler.nodes.EndNode end
        33: .line 815
      StackMap locals:
      StackMap stack:
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.reader:Lorg/graalvm/compiler/core/common/util/TypeReader;
            invokeinterface org.graalvm.compiler.core.common.util.TypeReader.getUVInt:()I
            istore 12 /* numProxies */
        start local 12 // int numProxies
        34: .line 816
            iconst_0
            istore 13 /* phiCreated */
        start local 13 // boolean phiCreated
        35: .line 817
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        36: goto 66
        37: .line 818
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methodScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readOrderId:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)I
            istore 15 /* proxyOrderId */
        start local 15 // int proxyOrderId
        38: .line 819
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            iload 15 /* proxyOrderId */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.ensureNodeCreated:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.ProxyNode
            astore 16 /* proxy */
        start local 16 // org.graalvm.compiler.nodes.ProxyNode proxy
        39: .line 820
            aload 16 /* proxy */
            invokevirtual org.graalvm.compiler.nodes.ProxyNode.value:()Lorg/graalvm/compiler/nodes/ValueNode;
            astore 17 /* phiInput */
        start local 17 // org.graalvm.compiler.nodes.ValueNode phiInput
        40: .line 822
            aload 9 /* loopExitPlaceholder */
            ifnull 44
        41: .line 823
            aload 17 /* phiInput */
            invokevirtual org.graalvm.compiler.nodes.ValueNode.isConstant:()Z
            ifne 43
        42: .line 824
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            new org.graalvm.compiler.nodes.GraphDecoder$ProxyPlaceholder
            dup
            aload 17 /* phiInput */
            aload 9 /* loopExitPlaceholder */
            invokespecial org.graalvm.compiler.nodes.GraphDecoder$ProxyPlaceholder.<init>:(Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/nodes/MergeNode;)V
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.unique:(Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.ValueNode
            astore 17 /* phiInput */
        43: .line 826
      StackMap locals: int org.graalvm.compiler.nodes.ProxyNode org.graalvm.compiler.nodes.ValueNode
      StackMap stack:
            aload 0 /* this */
            aload 2 /* loopScope */
            iload 15 /* proxyOrderId */
            aload 17 /* phiInput */
            iconst_1
            iconst_0
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.registerNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;ILorg/graalvm/compiler/graph/Node;ZZ)V
        44: .line 830
      StackMap locals:
      StackMap stack:
            aload 3 /* outerScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.createdNodes:[Lorg/graalvm/compiler/graph/Node;
            iload 15 /* proxyOrderId */
            aaload
            checkcast org.graalvm.compiler.nodes.ValueNode
            astore 19 /* existing */
        start local 19 // org.graalvm.compiler.nodes.ValueNode existing
        45: .line 831
            aload 19 /* existing */
            ifnull 46
            aload 19 /* existing */
            aload 17 /* phiInput */
            if_acmpne 49
        46: .line 836
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.LoopExitNode int int org.graalvm.compiler.nodes.BeginNode org.graalvm.compiler.nodes.FixedNode org.graalvm.compiler.nodes.MergeNode org.graalvm.compiler.nodes.MergeNode org.graalvm.compiler.graph.Node int int int int org.graalvm.compiler.nodes.ProxyNode org.graalvm.compiler.nodes.ValueNode top org.graalvm.compiler.nodes.ValueNode
      StackMap stack:
            aload 0 /* this */
            aload 3 /* outerScope */
            iload 15 /* proxyOrderId */
            aload 17 /* phiInput */
            iconst_1
            iconst_0
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.registerNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;ILorg/graalvm/compiler/graph/Node;ZZ)V
        47: .line 837
            aload 17 /* phiInput */
            astore 18 /* replacement */
        start local 18 // org.graalvm.compiler.nodes.ValueNode replacement
        48: .line 839
            goto 64
        end local 18 // org.graalvm.compiler.nodes.ValueNode replacement
      StackMap locals:
      StackMap stack:
        49: aload 10 /* merge */
            aload 19 /* existing */
            invokevirtual org.graalvm.compiler.nodes.MergeNode.isPhiAtMerge:(Lorg/graalvm/compiler/graph/Node;)Z
            ifne 61
        50: .line 841
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            new org.graalvm.compiler.nodes.ValuePhiNode
            dup
            aload 16 /* proxy */
            invokevirtual org.graalvm.compiler.nodes.ProxyNode.stamp:()Lorg/graalvm/compiler/core/common/type/Stamp;
            aload 10 /* merge */
            invokespecial org.graalvm.compiler.nodes.ValuePhiNode.<init>:(Lorg/graalvm/compiler/core/common/type/Stamp;Lorg/graalvm/compiler/nodes/AbstractMergeNode;)V
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.addWithoutUnique:(Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.PhiNode
            astore 20 /* phi */
        start local 20 // org.graalvm.compiler.nodes.PhiNode phi
        51: .line 843
            iconst_0
            istore 21 /* j */
        start local 21 // int j
        52: goto 55
        53: .line 844
      StackMap locals: org.graalvm.compiler.nodes.PhiNode int
      StackMap stack:
            aload 20 /* phi */
            aload 19 /* existing */
            invokevirtual org.graalvm.compiler.nodes.PhiNode.addInput:(Lorg/graalvm/compiler/nodes/ValueNode;)V
        54: .line 843
            iinc 21 /* j */ 1
      StackMap locals:
      StackMap stack:
        55: iload 21 /* j */
            aload 10 /* merge */
            invokevirtual org.graalvm.compiler.nodes.MergeNode.phiPredecessorCount:()I
            iconst_1
            isub
            if_icmplt 53
        end local 21 // int j
        56: .line 847
            aload 20 /* phi */
            aload 17 /* phiInput */
            invokevirtual org.graalvm.compiler.nodes.PhiNode.addInput:(Lorg/graalvm/compiler/nodes/ValueNode;)V
        57: .line 848
            aload 0 /* this */
            aload 3 /* outerScope */
            iload 15 /* proxyOrderId */
            aload 20 /* phi */
            iconst_1
            iconst_0
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.registerNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;ILorg/graalvm/compiler/graph/Node;ZZ)V
        58: .line 849
            aload 20 /* phi */
            astore 18 /* replacement */
        start local 18 // org.graalvm.compiler.nodes.ValueNode replacement
        59: .line 850
            iconst_1
            istore 13 /* phiCreated */
        end local 20 // org.graalvm.compiler.nodes.PhiNode phi
        60: .line 852
            goto 64
        end local 18 // org.graalvm.compiler.nodes.ValueNode replacement
        61: .line 854
      StackMap locals:
      StackMap stack:
            aload 19 /* existing */
            checkcast org.graalvm.compiler.nodes.PhiNode
            astore 20 /* phi */
        start local 20 // org.graalvm.compiler.nodes.PhiNode phi
        62: .line 855
            aload 20 /* phi */
            aload 17 /* phiInput */
            invokevirtual org.graalvm.compiler.nodes.PhiNode.addInput:(Lorg/graalvm/compiler/nodes/ValueNode;)V
        63: .line 856
            aload 20 /* phi */
            astore 18 /* replacement */
        end local 20 // org.graalvm.compiler.nodes.PhiNode phi
        start local 18 // org.graalvm.compiler.nodes.ValueNode replacement
        64: .line 859
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.LoopExitNode int int org.graalvm.compiler.nodes.BeginNode org.graalvm.compiler.nodes.FixedNode org.graalvm.compiler.nodes.MergeNode org.graalvm.compiler.nodes.MergeNode org.graalvm.compiler.graph.Node int int int int org.graalvm.compiler.nodes.ProxyNode org.graalvm.compiler.nodes.ValueNode org.graalvm.compiler.nodes.ValueNode org.graalvm.compiler.nodes.ValueNode
      StackMap stack:
            aload 16 /* proxy */
            aload 18 /* replacement */
            invokevirtual org.graalvm.compiler.nodes.ProxyNode.replaceAtUsagesAndDelete:(Lorg/graalvm/compiler/graph/Node;)V
        end local 19 // org.graalvm.compiler.nodes.ValueNode existing
        end local 18 // org.graalvm.compiler.nodes.ValueNode replacement
        end local 17 // org.graalvm.compiler.nodes.ValueNode phiInput
        end local 16 // org.graalvm.compiler.nodes.ProxyNode proxy
        end local 15 // int proxyOrderId
        65: .line 817
            iinc 14 /* i */ 1
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.LoopExitNode int int org.graalvm.compiler.nodes.BeginNode org.graalvm.compiler.nodes.FixedNode org.graalvm.compiler.nodes.MergeNode org.graalvm.compiler.nodes.MergeNode org.graalvm.compiler.graph.Node int int int
      StackMap stack:
        66: iload 14 /* i */
            iload 12 /* numProxies */
            if_icmplt 37
        end local 14 // int i
        67: .line 862
            aload 9 /* loopExitPlaceholder */
            ifnull 70
        68: .line 863
            aload 0 /* this */
            aload 2 /* loopScope */
            iload 6 /* stateAfterOrderId */
            aconst_null
            iconst_1
            iconst_1
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.registerNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;ILorg/graalvm/compiler/graph/Node;ZZ)V
        69: .line 864
            aload 9 /* loopExitPlaceholder */
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            iload 6 /* stateAfterOrderId */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.ensureNodeCreated:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.FrameState
            invokevirtual org.graalvm.compiler.nodes.MergeNode.setStateAfter:(Lorg/graalvm/compiler/nodes/FrameState;)V
        70: .line 867
      StackMap locals:
      StackMap stack:
            aload 10 /* merge */
            ifnull 76
            aload 10 /* merge */
            invokevirtual org.graalvm.compiler.nodes.MergeNode.stateAfter:()Lorg/graalvm/compiler/nodes/FrameState;
            ifnull 71
            iload 13 /* phiCreated */
            ifeq 76
        71: .line 868
      StackMap locals:
      StackMap stack:
            aload 10 /* merge */
            invokevirtual org.graalvm.compiler.nodes.MergeNode.stateAfter:()Lorg/graalvm/compiler/nodes/FrameState;
            astore 14 /* oldStateAfter */
        start local 14 // org.graalvm.compiler.nodes.FrameState oldStateAfter
        72: .line 869
            aload 0 /* this */
            aload 3 /* outerScope */
            iload 6 /* stateAfterOrderId */
            aconst_null
            iconst_1
            iconst_1
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.registerNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;ILorg/graalvm/compiler/graph/Node;ZZ)V
        73: .line 870
            aload 10 /* merge */
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 3 /* outerScope */
            iload 6 /* stateAfterOrderId */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.ensureNodeCreated:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.FrameState
            invokevirtual org.graalvm.compiler.nodes.MergeNode.setStateAfter:(Lorg/graalvm/compiler/nodes/FrameState;)V
        74: .line 871
            aload 14 /* oldStateAfter */
            ifnull 76
        75: .line 872
            aload 14 /* oldStateAfter */
            invokevirtual org.graalvm.compiler.nodes.FrameState.safeDelete:()V
        end local 14 // org.graalvm.compiler.nodes.FrameState oldStateAfter
        76: .line 875
      StackMap locals:
      StackMap stack:
            aload 4 /* loopExit */
            invokevirtual org.graalvm.compiler.nodes.LoopExitNode.safeDelete:()V
        77: .line 876
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 78
            aload 8 /* loopExitSuccessor */
            invokevirtual org.graalvm.compiler.nodes.FixedNode.predecessor:()Lorg/graalvm/compiler/graph/Node;
            ifnull 78
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        78: .line 877
      StackMap locals:
      StackMap stack:
            aload 10 /* merge */
            ifnull 81
        79: .line 878
            aload 10 /* merge */
            invokevirtual org.graalvm.compiler.nodes.MergeNode.getNodeClass:()Lorg/graalvm/compiler/graph/NodeClass;
            invokevirtual org.graalvm.compiler.graph.NodeClass.getSuccessorEdges:()Lorg/graalvm/compiler/graph/Edges;
            aload 10 /* merge */
            aconst_null
            aload 8 /* loopExitSuccessor */
            invokevirtual org.graalvm.compiler.graph.Edges.update:(Lorg/graalvm/compiler/graph/Node;Lorg/graalvm/compiler/graph/Node;Lorg/graalvm/compiler/graph/Node;)V
        80: .line 879
            goto 82
        81: .line 880
      StackMap locals:
      StackMap stack:
            aload 7 /* begin */
            invokevirtual org.graalvm.compiler.nodes.BeginNode.getNodeClass:()Lorg/graalvm/compiler/graph/NodeClass;
            invokevirtual org.graalvm.compiler.graph.NodeClass.getSuccessorEdges:()Lorg/graalvm/compiler/graph/Edges;
            aload 7 /* begin */
            aconst_null
            aload 8 /* loopExitSuccessor */
            invokevirtual org.graalvm.compiler.graph.Edges.update:(Lorg/graalvm/compiler/graph/Node;Lorg/graalvm/compiler/graph/Node;Lorg/graalvm/compiler/graph/Node;)V
        82: .line 882
      StackMap locals:
      StackMap stack:
            return
        end local 13 // boolean phiCreated
        end local 12 // int numProxies
        end local 11 // org.graalvm.compiler.graph.Node existingExit
        end local 10 // org.graalvm.compiler.nodes.MergeNode merge
        end local 9 // org.graalvm.compiler.nodes.MergeNode loopExitPlaceholder
        end local 8 // org.graalvm.compiler.nodes.FixedNode loopExitSuccessor
        end local 7 // org.graalvm.compiler.nodes.BeginNode begin
        end local 6 // int stateAfterOrderId
        end local 5 // int loopExitOrderId
        end local 4 // org.graalvm.compiler.nodes.LoopExitNode loopExit
        end local 3 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope outerScope
        end local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   83     0                 this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0   83     1          methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0   83     2            loopScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            0   83     3           outerScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            0   83     4             loopExit  Lorg/graalvm/compiler/nodes/LoopExitNode;
            0   83     5      loopExitOrderId  I
            2   83     6    stateAfterOrderId  I
            3   83     7                begin  Lorg/graalvm/compiler/nodes/BeginNode;
            4   83     8    loopExitSuccessor  Lorg/graalvm/compiler/nodes/FixedNode;
            6   83     9  loopExitPlaceholder  Lorg/graalvm/compiler/nodes/MergeNode;
           10   14    10                  end  Lorg/graalvm/compiler/nodes/EndNode;
           15   83    10                merge  Lorg/graalvm/compiler/nodes/MergeNode;
           16   83    11         existingExit  Lorg/graalvm/compiler/graph/Node;
           24   27    12             firstEnd  Lorg/graalvm/compiler/nodes/EndNode;
           31   33    12                  end  Lorg/graalvm/compiler/nodes/EndNode;
           34   83    12           numProxies  I
           35   83    13           phiCreated  Z
           36   67    14                    i  I
           38   65    15         proxyOrderId  I
           39   65    16                proxy  Lorg/graalvm/compiler/nodes/ProxyNode;
           40   65    17             phiInput  Lorg/graalvm/compiler/nodes/ValueNode;
           48   49    18          replacement  Lorg/graalvm/compiler/nodes/ValueNode;
           59   61    18          replacement  Lorg/graalvm/compiler/nodes/ValueNode;
           64   65    18          replacement  Lorg/graalvm/compiler/nodes/ValueNode;
           45   65    19             existing  Lorg/graalvm/compiler/nodes/ValueNode;
           51   60    20                  phi  Lorg/graalvm/compiler/nodes/PhiNode;
           52   56    21                    j  I
           62   64    20                  phi  Lorg/graalvm/compiler/nodes/PhiNode;
           72   76    14        oldStateAfter  Lorg/graalvm/compiler/nodes/FrameState;
    MethodParameters:
                 Name  Flags
      methodScope      
      loopScope        
      outerScope       
      loopExit         
      loopExitOrderId  

  protected void handlePhiFunctions(org.graalvm.compiler.nodes.GraphDecoder$MethodScope, org.graalvm.compiler.nodes.GraphDecoder$LoopScope, org.graalvm.compiler.nodes.GraphDecoder$LoopScope, org.graalvm.compiler.nodes.AbstractEndNode, org.graalvm.compiler.nodes.AbstractMergeNode);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/nodes/AbstractEndNode;Lorg/graalvm/compiler/nodes/AbstractMergeNode;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=15, args_size=6
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        start local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope phiInputScope
        start local 3 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope phiNodeScope
        start local 4 // org.graalvm.compiler.nodes.AbstractEndNode end
        start local 5 // org.graalvm.compiler.nodes.AbstractMergeNode merge
         0: .line 886
            aload 4 /* end */
            instanceof org.graalvm.compiler.nodes.LoopEndNode
            ifeq 5
         1: .line 892
            aload 5 /* merge */
            checkcast org.graalvm.compiler.nodes.LoopBeginNode
            invokevirtual org.graalvm.compiler.nodes.LoopBeginNode.loopEnds:()Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.count:()I
            istore 6 /* numEnds */
        start local 6 // int numEnds
         2: .line 893
            aload 5 /* merge */
            checkcast org.graalvm.compiler.nodes.LoopBeginNode
            iload 6 /* numEnds */
            putfield org.graalvm.compiler.nodes.LoopBeginNode.nextEndIndex:I
         3: .line 894
            aload 4 /* end */
            checkcast org.graalvm.compiler.nodes.LoopEndNode
            iload 6 /* numEnds */
            iconst_1
            isub
            putfield org.graalvm.compiler.nodes.LoopEndNode.endIndex:I
        end local 6 // int numEnds
         4: .line 896
            goto 8
         5: .line 897
      StackMap locals:
      StackMap stack:
            aload 5 /* merge */
            getfield org.graalvm.compiler.nodes.AbstractMergeNode.ends:Lorg/graalvm/compiler/graph/NodeInputList;
            ifnonnull 7
         6: .line 898
            aload 5 /* merge */
            new org.graalvm.compiler.graph.NodeInputList
            dup
            aload 5 /* merge */
            invokespecial org.graalvm.compiler.graph.NodeInputList.<init>:(Lorg/graalvm/compiler/graph/Node;)V
            putfield org.graalvm.compiler.nodes.AbstractMergeNode.ends:Lorg/graalvm/compiler/graph/NodeInputList;
         7: .line 900
      StackMap locals:
      StackMap stack:
            aload 5 /* merge */
            aload 4 /* end */
            checkcast org.graalvm.compiler.nodes.EndNode
            invokevirtual org.graalvm.compiler.nodes.AbstractMergeNode.addForwardEnd:(Lorg/graalvm/compiler/nodes/EndNode;)V
         8: .line 912
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.allowLazyPhis:()Z
            ifeq 10
            aload 5 /* merge */
            instanceof org.graalvm.compiler.nodes.LoopBeginNode
            ifeq 9
            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.NONE:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            if_acmpeq 10
      StackMap locals:
      StackMap stack:
         9: iconst_1
            goto 11
      StackMap locals:
      StackMap stack:
        10: iconst_0
      StackMap locals:
      StackMap stack: int
        11: istore 6 /* lazyPhi */
        start local 6 // boolean lazyPhi
        12: .line 913
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.reader:Lorg/graalvm/compiler/core/common/util/TypeReader;
            invokeinterface org.graalvm.compiler.core.common.util.TypeReader.getUVInt:()I
            istore 7 /* numPhis */
        start local 7 // int numPhis
        13: .line 914
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        14: goto 36
        15: .line 915
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methodScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readOrderId:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)I
            istore 9 /* phiInputOrderId */
        start local 9 // int phiInputOrderId
        16: .line 916
            aload 0 /* this */
            aload 1 /* methodScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readOrderId:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)I
            istore 10 /* phiNodeOrderId */
        start local 10 // int phiNodeOrderId
        17: .line 918
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* phiInputScope */
            iload 9 /* phiInputOrderId */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.ensureNodeCreated:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.ValueNode
            astore 11 /* phiInput */
        start local 11 // org.graalvm.compiler.nodes.ValueNode phiInput
        18: .line 920
            aload 0 /* this */
            aload 3 /* phiNodeScope */
            iload 10 /* phiNodeOrderId */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.lookupNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.ValueNode
            astore 12 /* existing */
        start local 12 // org.graalvm.compiler.nodes.ValueNode existing
        19: .line 921
            iload 6 /* lazyPhi */
            ifeq 22
            aload 12 /* existing */
            ifnull 20
            aload 12 /* existing */
            aload 11 /* phiInput */
            if_acmpne 22
        20: .line 923
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.AbstractEndNode org.graalvm.compiler.nodes.AbstractMergeNode int int int int int org.graalvm.compiler.nodes.ValueNode org.graalvm.compiler.nodes.ValueNode
      StackMap stack:
            aload 0 /* this */
            aload 3 /* phiNodeScope */
            iload 10 /* phiNodeOrderId */
            aload 11 /* phiInput */
            iconst_1
            iconst_0
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.registerNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;ILorg/graalvm/compiler/graph/Node;ZZ)V
        21: .line 925
            goto 35
      StackMap locals:
      StackMap stack:
        22: aload 5 /* merge */
            aload 12 /* existing */
            invokevirtual org.graalvm.compiler.nodes.AbstractMergeNode.isPhiAtMerge:(Lorg/graalvm/compiler/graph/Node;)Z
            ifne 33
        23: .line 930
            aload 0 /* this */
            aload 3 /* phiNodeScope */
            iload 10 /* phiNodeOrderId */
            aconst_null
            iconst_1
            iconst_1
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.registerNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;ILorg/graalvm/compiler/graph/Node;ZZ)V
        24: .line 931
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 3 /* phiNodeScope */
            iload 10 /* phiNodeOrderId */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.ensureNodeCreated:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.PhiNode
            astore 13 /* phi */
        start local 13 // org.graalvm.compiler.nodes.PhiNode phi
        25: .line 933
            aload 13 /* phi */
            aload 5 /* merge */
            invokevirtual org.graalvm.compiler.nodes.PhiNode.setMerge:(Lorg/graalvm/compiler/nodes/AbstractMergeNode;)V
        26: .line 934
            iconst_0
            istore 14 /* j */
        start local 14 // int j
        27: goto 30
        28: .line 935
      StackMap locals: org.graalvm.compiler.nodes.PhiNode int
      StackMap stack:
            aload 13 /* phi */
            aload 12 /* existing */
            invokevirtual org.graalvm.compiler.nodes.PhiNode.addInput:(Lorg/graalvm/compiler/nodes/ValueNode;)V
        29: .line 934
            iinc 14 /* j */ 1
      StackMap locals:
      StackMap stack:
        30: iload 14 /* j */
            aload 5 /* merge */
            invokevirtual org.graalvm.compiler.nodes.AbstractMergeNode.phiPredecessorCount:()I
            iconst_1
            isub
            if_icmplt 28
        end local 14 // int j
        31: .line 937
            aload 13 /* phi */
            aload 11 /* phiInput */
            invokevirtual org.graalvm.compiler.nodes.PhiNode.addInput:(Lorg/graalvm/compiler/nodes/ValueNode;)V
        end local 13 // org.graalvm.compiler.nodes.PhiNode phi
        32: .line 939
            goto 35
        33: .line 941
      StackMap locals:
      StackMap stack:
            aload 12 /* existing */
            checkcast org.graalvm.compiler.nodes.PhiNode
            astore 13 /* phi */
        start local 13 // org.graalvm.compiler.nodes.PhiNode phi
        34: .line 942
            aload 13 /* phi */
            aload 11 /* phiInput */
            invokevirtual org.graalvm.compiler.nodes.PhiNode.addInput:(Lorg/graalvm/compiler/nodes/ValueNode;)V
        end local 13 // org.graalvm.compiler.nodes.PhiNode phi
        end local 12 // org.graalvm.compiler.nodes.ValueNode existing
        end local 11 // org.graalvm.compiler.nodes.ValueNode phiInput
        end local 10 // int phiNodeOrderId
        end local 9 // int phiInputOrderId
        35: .line 914
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.AbstractEndNode org.graalvm.compiler.nodes.AbstractMergeNode int int int
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        36: iload 8 /* i */
            iload 7 /* numPhis */
            if_icmplt 15
        end local 8 // int i
        37: .line 945
            return
        end local 7 // int numPhis
        end local 6 // boolean lazyPhi
        end local 5 // org.graalvm.compiler.nodes.AbstractMergeNode merge
        end local 4 // org.graalvm.compiler.nodes.AbstractEndNode end
        end local 3 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope phiNodeScope
        end local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope phiInputScope
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   38     0             this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0   38     1      methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0   38     2    phiInputScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            0   38     3     phiNodeScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            0   38     4              end  Lorg/graalvm/compiler/nodes/AbstractEndNode;
            0   38     5            merge  Lorg/graalvm/compiler/nodes/AbstractMergeNode;
            2    4     6          numEnds  I
           12   38     6          lazyPhi  Z
           13   38     7          numPhis  I
           14   37     8                i  I
           16   35     9  phiInputOrderId  I
           17   35    10   phiNodeOrderId  I
           18   35    11         phiInput  Lorg/graalvm/compiler/nodes/ValueNode;
           19   35    12         existing  Lorg/graalvm/compiler/nodes/ValueNode;
           25   32    13              phi  Lorg/graalvm/compiler/nodes/PhiNode;
           27   31    14                j  I
           34   35    13              phi  Lorg/graalvm/compiler/nodes/PhiNode;
    MethodParameters:
               Name  Flags
      methodScope    
      phiInputScope  
      phiNodeScope   
      end            
      merge          

  protected boolean allowLazyPhis();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
         0: .line 949
            iconst_0
            ireturn
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/GraphDecoder;

  protected org.graalvm.compiler.graph.Node instantiateNode(org.graalvm.compiler.nodes.GraphDecoder$MethodScope, int);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;I)Lorg/graalvm/compiler/graph/Node;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        start local 2 // int nodeOrderId
         0: .line 953
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.reader:Lorg/graalvm/compiler/core/common/util/TypeReader;
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.encodedGraph:Lorg/graalvm/compiler/nodes/EncodedGraph;
            getfield org.graalvm.compiler.nodes.EncodedGraph.nodeStartOffsets:[J
            iload 2 /* nodeOrderId */
            laload
            invokeinterface org.graalvm.compiler.core.common.util.TypeReader.setByteIndex:(J)V
         1: .line 954
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.encodedGraph:Lorg/graalvm/compiler/nodes/EncodedGraph;
            invokevirtual org.graalvm.compiler.nodes.EncodedGraph.getNodeClasses:()[Lorg/graalvm/compiler/graph/NodeClass;
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.reader:Lorg/graalvm/compiler/core/common/util/TypeReader;
            invokeinterface org.graalvm.compiler.core.common.util.TypeReader.getUVInt:()I
            aaload
            astore 3 /* nodeClass */
        start local 3 // org.graalvm.compiler.graph.NodeClass nodeClass
         2: .line 955
            aload 3 /* nodeClass */
            invokevirtual org.graalvm.compiler.graph.NodeClass.allocateInstance:()Lorg/graalvm/compiler/graph/Node;
            areturn
        end local 3 // org.graalvm.compiler.graph.NodeClass nodeClass
        end local 2 // int nodeOrderId
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0    3     1  methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0    3     2  nodeOrderId  I
            2    3     3    nodeClass  Lorg/graalvm/compiler/graph/NodeClass<*>;
    MethodParameters:
             Name  Flags
      methodScope  
      nodeOrderId  

  protected void readProperties(org.graalvm.compiler.nodes.GraphDecoder$MethodScope, org.graalvm.compiler.graph.Node);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/graph/Node;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        start local 2 // org.graalvm.compiler.graph.Node node
         0: .line 959
            aload 2 /* node */
            aload 0 /* this */
            aload 1 /* methodScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readObject:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)Ljava/lang/Object;
            checkcast org.graalvm.compiler.graph.NodeSourcePosition
            invokevirtual org.graalvm.compiler.graph.Node.setNodeSourcePosition:(Lorg/graalvm/compiler/graph/NodeSourcePosition;)V
         1: .line 960
            aload 2 /* node */
            invokevirtual org.graalvm.compiler.graph.Node.getNodeClass:()Lorg/graalvm/compiler/graph/NodeClass;
            invokevirtual org.graalvm.compiler.graph.NodeClass.getData:()Lorg/graalvm/compiler/core/common/Fields;
            astore 3 /* fields */
        start local 3 // org.graalvm.compiler.core.common.Fields fields
         2: .line 961
            iconst_0
            istore 4 /* pos */
        start local 4 // int pos
         3: goto 11
         4: .line 962
      StackMap locals: org.graalvm.compiler.core.common.Fields int
      StackMap stack:
            aload 3 /* fields */
            iload 4 /* pos */
            invokevirtual org.graalvm.compiler.core.common.Fields.getType:(I)Ljava/lang/Class;
            invokevirtual java.lang.Class.isPrimitive:()Z
            ifeq 8
         5: .line 963
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.reader:Lorg/graalvm/compiler/core/common/util/TypeReader;
            invokeinterface org.graalvm.compiler.core.common.util.TypeReader.getSV:()J
            lstore 5 /* primitive */
        start local 5 // long primitive
         6: .line 964
            aload 3 /* fields */
            aload 2 /* node */
            iload 4 /* pos */
            lload 5 /* primitive */
            invokevirtual org.graalvm.compiler.core.common.Fields.setRawPrimitive:(Ljava/lang/Object;IJ)V
        end local 5 // long primitive
         7: .line 965
            goto 10
         8: .line 966
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methodScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readObject:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)Ljava/lang/Object;
            astore 5 /* value */
        start local 5 // java.lang.Object value
         9: .line 967
            aload 3 /* fields */
            aload 2 /* node */
            iload 4 /* pos */
            aload 5 /* value */
            invokevirtual org.graalvm.compiler.core.common.Fields.set:(Ljava/lang/Object;ILjava/lang/Object;)V
        end local 5 // java.lang.Object value
        10: .line 961
      StackMap locals:
      StackMap stack:
            iinc 4 /* pos */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* pos */
            aload 3 /* fields */
            invokevirtual org.graalvm.compiler.core.common.Fields.getCount:()I
            if_icmplt 4
        end local 4 // int pos
        12: .line 970
            return
        end local 3 // org.graalvm.compiler.core.common.Fields fields
        end local 2 // org.graalvm.compiler.graph.Node node
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0   13     1  methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0   13     2         node  Lorg/graalvm/compiler/graph/Node;
            2   13     3       fields  Lorg/graalvm/compiler/core/common/Fields;
            3   12     4          pos  I
            6    7     5    primitive  J
            9   10     5        value  Ljava/lang/Object;
    MethodParameters:
             Name  Flags
      methodScope  
      node         

  protected void makeInputNodes(org.graalvm.compiler.nodes.GraphDecoder$MethodScope, org.graalvm.compiler.nodes.GraphDecoder$LoopScope, org.graalvm.compiler.graph.Node, boolean);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/graph/Node;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=12, args_size=5
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        start local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        start local 3 // org.graalvm.compiler.graph.Node node
        start local 4 // boolean updateUsages
         0: .line 979
            aload 3 /* node */
            invokevirtual org.graalvm.compiler.graph.Node.getNodeClass:()Lorg/graalvm/compiler/graph/NodeClass;
            getstatic org.graalvm.compiler.graph.Edges$Type.Inputs:Lorg/graalvm/compiler/graph/Edges$Type;
            invokevirtual org.graalvm.compiler.graph.NodeClass.getEdges:(Lorg/graalvm/compiler/graph/Edges$Type;)Lorg/graalvm/compiler/graph/Edges;
            astore 5 /* edges */
        start local 5 // org.graalvm.compiler.graph.Edges edges
         1: .line 980
            iconst_0
            istore 6 /* index */
        start local 6 // int index
         2: goto 11
         3: .line 981
      StackMap locals: org.graalvm.compiler.graph.Edges int
      StackMap stack:
            aload 3 /* node */
            aload 5 /* edges */
            iload 6 /* index */
            iconst_1
            iconst_1
            invokestatic org.graalvm.compiler.nodes.GraphDecoder.skipEdge:(Lorg/graalvm/compiler/graph/Node;Lorg/graalvm/compiler/graph/Edges;IZZ)Z
            ifeq 5
         4: .line 982
            goto 10
         5: .line 984
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methodScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readOrderId:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)I
            istore 7 /* orderId */
        start local 7 // int orderId
         6: .line 985
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            iload 7 /* orderId */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.ensureNodeCreated:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/graph/Node;
            astore 8 /* value */
        start local 8 // org.graalvm.compiler.graph.Node value
         7: .line 986
            aload 5 /* edges */
            aload 3 /* node */
            iload 6 /* index */
            aload 8 /* value */
            invokevirtual org.graalvm.compiler.graph.Edges.initializeNode:(Lorg/graalvm/compiler/graph/Node;ILorg/graalvm/compiler/graph/Node;)V
         8: .line 987
            iload 4 /* updateUsages */
            ifeq 10
            aload 8 /* value */
            ifnull 10
            aload 8 /* value */
            invokevirtual org.graalvm.compiler.graph.Node.isDeleted:()Z
            ifne 10
         9: .line 988
            aload 5 /* edges */
            aload 3 /* node */
            aconst_null
            aload 8 /* value */
            invokevirtual org.graalvm.compiler.graph.Edges.update:(Lorg/graalvm/compiler/graph/Node;Lorg/graalvm/compiler/graph/Node;Lorg/graalvm/compiler/graph/Node;)V
        end local 8 // org.graalvm.compiler.graph.Node value
        end local 7 // int orderId
        10: .line 980
      StackMap locals:
      StackMap stack:
            iinc 6 /* index */ 1
      StackMap locals:
      StackMap stack:
        11: iload 6 /* index */
            aload 5 /* edges */
            invokevirtual org.graalvm.compiler.graph.Edges.getDirectCount:()I
            if_icmplt 3
        end local 6 // int index
        12: .line 992
            aload 5 /* edges */
            invokevirtual org.graalvm.compiler.graph.Edges.getDirectCount:()I
            istore 6 /* index */
        start local 6 // int index
        13: goto 30
        14: .line 993
      StackMap locals:
      StackMap stack:
            aload 3 /* node */
            aload 5 /* edges */
            iload 6 /* index */
            iconst_0
            iconst_1
            invokestatic org.graalvm.compiler.nodes.GraphDecoder.skipEdge:(Lorg/graalvm/compiler/graph/Node;Lorg/graalvm/compiler/graph/Edges;IZZ)Z
            ifeq 16
        15: .line 994
            goto 29
        16: .line 996
      StackMap locals:
      StackMap stack:
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.reader:Lorg/graalvm/compiler/core/common/util/TypeReader;
            invokeinterface org.graalvm.compiler.core.common.util.TypeReader.getSVInt:()I
            istore 7 /* size */
        start local 7 // int size
        17: .line 997
            iload 7 /* size */
            iconst_m1
            if_icmpeq 29
        18: .line 998
            new org.graalvm.compiler.graph.NodeInputList
            dup
            aload 3 /* node */
            iload 7 /* size */
            invokespecial org.graalvm.compiler.graph.NodeInputList.<init>:(Lorg/graalvm/compiler/graph/Node;I)V
            astore 8 /* nodeList */
        start local 8 // org.graalvm.compiler.graph.NodeList nodeList
        19: .line 999
            aload 5 /* edges */
            aload 3 /* node */
            iload 6 /* index */
            aload 8 /* nodeList */
            invokevirtual org.graalvm.compiler.graph.Edges.initializeList:(Lorg/graalvm/compiler/graph/Node;ILorg/graalvm/compiler/graph/NodeList;)V
        20: .line 1000
            iconst_0
            istore 9 /* idx */
        start local 9 // int idx
        21: goto 28
        22: .line 1001
      StackMap locals: int org.graalvm.compiler.graph.NodeList int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methodScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readOrderId:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)I
            istore 10 /* orderId */
        start local 10 // int orderId
        23: .line 1002
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            iload 10 /* orderId */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.ensureNodeCreated:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/graph/Node;
            astore 11 /* value */
        start local 11 // org.graalvm.compiler.graph.Node value
        24: .line 1003
            aload 8 /* nodeList */
            iload 9 /* idx */
            aload 11 /* value */
            invokevirtual org.graalvm.compiler.graph.NodeList.initialize:(ILorg/graalvm/compiler/graph/Node;)V
        25: .line 1004
            iload 4 /* updateUsages */
            ifeq 27
            aload 11 /* value */
            ifnull 27
            aload 11 /* value */
            invokevirtual org.graalvm.compiler.graph.Node.isDeleted:()Z
            ifne 27
        26: .line 1005
            aload 5 /* edges */
            aload 3 /* node */
            aconst_null
            aload 11 /* value */
            invokevirtual org.graalvm.compiler.graph.Edges.update:(Lorg/graalvm/compiler/graph/Node;Lorg/graalvm/compiler/graph/Node;Lorg/graalvm/compiler/graph/Node;)V
        end local 11 // org.graalvm.compiler.graph.Node value
        end local 10 // int orderId
        27: .line 1000
      StackMap locals:
      StackMap stack:
            iinc 9 /* idx */ 1
      StackMap locals:
      StackMap stack:
        28: iload 9 /* idx */
            iload 7 /* size */
            if_icmplt 22
        end local 9 // int idx
        end local 8 // org.graalvm.compiler.graph.NodeList nodeList
        end local 7 // int size
        29: .line 992
      StackMap locals:
      StackMap stack:
            iinc 6 /* index */ 1
      StackMap locals:
      StackMap stack:
        30: iload 6 /* index */
            aload 5 /* edges */
            invokevirtual org.graalvm.compiler.graph.Edges.getCount:()I
            if_icmplt 14
        end local 6 // int index
        31: .line 1010
            return
        end local 5 // org.graalvm.compiler.graph.Edges edges
        end local 4 // boolean updateUsages
        end local 3 // org.graalvm.compiler.graph.Node node
        end local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   32     0          this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0   32     1   methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0   32     2     loopScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            0   32     3          node  Lorg/graalvm/compiler/graph/Node;
            0   32     4  updateUsages  Z
            1   32     5         edges  Lorg/graalvm/compiler/graph/Edges;
            2   12     6         index  I
            6   10     7       orderId  I
            7   10     8         value  Lorg/graalvm/compiler/graph/Node;
           13   31     6         index  I
           17   29     7          size  I
           19   29     8      nodeList  Lorg/graalvm/compiler/graph/NodeList<Lorg/graalvm/compiler/graph/Node;>;
           21   29     9           idx  I
           23   27    10       orderId  I
           24   27    11         value  Lorg/graalvm/compiler/graph/Node;
    MethodParameters:
              Name  Flags
      methodScope   
      loopScope     
      node          
      updateUsages  

  protected org.graalvm.compiler.graph.Node ensureNodeCreated(org.graalvm.compiler.nodes.GraphDecoder$MethodScope, org.graalvm.compiler.nodes.GraphDecoder$LoopScope, int);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/graph/Node;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        start local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        start local 3 // int nodeOrderId
         0: .line 1013
            iload 3 /* nodeOrderId */
            ifne 2
         1: .line 1014
            aconst_null
            areturn
         2: .line 1016
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* loopScope */
            iload 3 /* nodeOrderId */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.lookupNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/graph/Node;
            astore 4 /* node */
        start local 4 // org.graalvm.compiler.graph.Node node
         3: .line 1017
            aload 4 /* node */
            ifnull 5
         4: .line 1018
            aload 4 /* node */
            areturn
         5: .line 1021
      StackMap locals: org.graalvm.compiler.graph.Node
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            iload 3 /* nodeOrderId */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.decodeFloatingNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/graph/Node;
            astore 4 /* node */
         6: .line 1023
            aload 4 /* node */
            instanceof org.graalvm.compiler.nodes.ProxyNode
            ifne 7
            aload 4 /* node */
            instanceof org.graalvm.compiler.nodes.PhiNode
            ifeq 9
         7: .line 1028
      StackMap locals:
      StackMap stack:
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            aload 4 /* node */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.addWithoutUnique:(Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            astore 4 /* node */
         8: .line 1029
            goto 13
         9: .line 1031
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            aload 4 /* node */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.handleFloatingNodeBeforeAdd:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            astore 4 /* node */
        10: .line 1032
            aload 4 /* node */
            invokevirtual org.graalvm.compiler.graph.Node.isAlive:()Z
            ifne 12
        11: .line 1033
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 4 /* node */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.addFloatingNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            astore 4 /* node */
        12: .line 1035
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            aload 4 /* node */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.handleFloatingNodeAfterAdd:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            astore 4 /* node */
        13: .line 1037
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* loopScope */
            iload 3 /* nodeOrderId */
            aload 4 /* node */
            iconst_0
            iconst_0
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.registerNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;ILorg/graalvm/compiler/graph/Node;ZZ)V
        14: .line 1038
            aload 4 /* node */
            areturn
        end local 4 // org.graalvm.compiler.graph.Node node
        end local 3 // int nodeOrderId
        end local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0         this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0   15     1  methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0   15     2    loopScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            0   15     3  nodeOrderId  I
            3   15     4         node  Lorg/graalvm/compiler/graph/Node;
    MethodParameters:
             Name  Flags
      methodScope  
      loopScope    
      nodeOrderId  

  protected org.graalvm.compiler.graph.Node addFloatingNode(org.graalvm.compiler.nodes.GraphDecoder$MethodScope, org.graalvm.compiler.graph.Node);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        start local 2 // org.graalvm.compiler.graph.Node node
         0: .line 1046
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            aload 2 /* node */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.addWithoutUnique:(Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            areturn
        end local 2 // org.graalvm.compiler.graph.Node node
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0    1     1  methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0    1     2         node  Lorg/graalvm/compiler/graph/Node;
    MethodParameters:
             Name  Flags
      methodScope  
      node         

  protected org.graalvm.compiler.graph.Node decodeFloatingNode(org.graalvm.compiler.nodes.GraphDecoder$MethodScope, org.graalvm.compiler.nodes.GraphDecoder$LoopScope, int);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/graph/Node;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        start local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        start local 3 // int nodeOrderId
         0: .line 1053
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.reader:Lorg/graalvm/compiler/core/common/util/TypeReader;
            invokeinterface org.graalvm.compiler.core.common.util.TypeReader.getByteIndex:()J
            lstore 4 /* readerByteIndex */
        start local 4 // long readerByteIndex
         1: .line 1054
            aload 0 /* this */
            aload 1 /* methodScope */
            iload 3 /* nodeOrderId */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.instantiateNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;I)Lorg/graalvm/compiler/graph/Node;
            astore 6 /* node */
        start local 6 // org.graalvm.compiler.graph.Node node
         2: .line 1055
            aload 6 /* node */
            instanceof org.graalvm.compiler.nodes.FixedNode
            ifeq 4
         3: .line 1060
            new java.lang.StringBuilder
            dup
            ldc "Not a floating node: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 6 /* node */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic org.graalvm.compiler.debug.GraalError.shouldNotReachHere:(Ljava/lang/String;)Ljava/lang/RuntimeException;
            athrow
         4: .line 1064
      StackMap locals: long org.graalvm.compiler.graph.Node
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 6 /* node */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readProperties:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/graph/Node;)V
         5: .line 1066
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 6
            aload 6 /* node */
            invokevirtual org.graalvm.compiler.graph.Node.getNodeClass:()Lorg/graalvm/compiler/graph/NodeClass;
            getstatic org.graalvm.compiler.graph.Edges$Type.Successors:Lorg/graalvm/compiler/graph/Edges$Type;
            invokevirtual org.graalvm.compiler.graph.NodeClass.getEdges:(Lorg/graalvm/compiler/graph/Edges$Type;)Lorg/graalvm/compiler/graph/Edges;
            invokevirtual org.graalvm.compiler.graph.Edges.getCount:()I
            ifeq 6
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         6: .line 1068
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            aload 6 /* node */
            iconst_0
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.makeInputNodes:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/graph/Node;Z)V
         7: .line 1069
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.reader:Lorg/graalvm/compiler/core/common/util/TypeReader;
            lload 4 /* readerByteIndex */
            invokeinterface org.graalvm.compiler.core.common.util.TypeReader.setByteIndex:(J)V
         8: .line 1070
            aload 6 /* node */
            areturn
        end local 6 // org.graalvm.compiler.graph.Node node
        end local 4 // long readerByteIndex
        end local 3 // int nodeOrderId
        end local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0    9     1      methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0    9     2        loopScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            0    9     3      nodeOrderId  I
            1    9     4  readerByteIndex  J
            2    9     6             node  Lorg/graalvm/compiler/graph/Node;
    MethodParameters:
             Name  Flags
      methodScope  
      loopScope    
      nodeOrderId  

  protected org.graalvm.compiler.graph.Node handleFloatingNodeBeforeAdd(org.graalvm.compiler.nodes.GraphDecoder$MethodScope, org.graalvm.compiler.nodes.GraphDecoder$LoopScope, org.graalvm.compiler.graph.Node);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        start local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        start local 3 // org.graalvm.compiler.graph.Node node
         0: .line 1082
            aload 3 /* node */
            areturn
        end local 3 // org.graalvm.compiler.graph.Node node
        end local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0    1     1  methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0    1     2    loopScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            0    1     3         node  Lorg/graalvm/compiler/graph/Node;
    MethodParameters:
             Name  Flags
      methodScope  
      loopScope    
      node         

  protected org.graalvm.compiler.graph.Node handleFloatingNodeAfterAdd(org.graalvm.compiler.nodes.GraphDecoder$MethodScope, org.graalvm.compiler.nodes.GraphDecoder$LoopScope, org.graalvm.compiler.graph.Node);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        start local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        start local 3 // org.graalvm.compiler.graph.Node node
         0: .line 1097
            aload 3 /* node */
            areturn
        end local 3 // org.graalvm.compiler.graph.Node node
        end local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0    1     1  methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0    1     2    loopScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            0    1     3         node  Lorg/graalvm/compiler/graph/Node;
    MethodParameters:
             Name  Flags
      methodScope  
      loopScope    
      node         

  protected void makeSuccessorStubs(org.graalvm.compiler.nodes.GraphDecoder$MethodScope, org.graalvm.compiler.nodes.GraphDecoder$LoopScope, org.graalvm.compiler.graph.Node, boolean);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/graph/Node;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=12, args_size=5
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        start local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        start local 3 // org.graalvm.compiler.graph.Node node
        start local 4 // boolean updatePredecessors
         0: .line 1106
            aload 3 /* node */
            invokevirtual org.graalvm.compiler.graph.Node.getNodeClass:()Lorg/graalvm/compiler/graph/NodeClass;
            getstatic org.graalvm.compiler.graph.Edges$Type.Successors:Lorg/graalvm/compiler/graph/Edges$Type;
            invokevirtual org.graalvm.compiler.graph.NodeClass.getEdges:(Lorg/graalvm/compiler/graph/Edges$Type;)Lorg/graalvm/compiler/graph/Edges;
            astore 5 /* edges */
        start local 5 // org.graalvm.compiler.graph.Edges edges
         1: .line 1107
            iconst_0
            istore 6 /* index */
        start local 6 // int index
         2: goto 11
         3: .line 1108
      StackMap locals: org.graalvm.compiler.graph.Edges int
      StackMap stack:
            aload 3 /* node */
            aload 5 /* edges */
            iload 6 /* index */
            iconst_1
            iconst_1
            invokestatic org.graalvm.compiler.nodes.GraphDecoder.skipEdge:(Lorg/graalvm/compiler/graph/Node;Lorg/graalvm/compiler/graph/Edges;IZZ)Z
            ifeq 5
         4: .line 1109
            goto 10
         5: .line 1111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methodScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readOrderId:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)I
            istore 7 /* orderId */
        start local 7 // int orderId
         6: .line 1112
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            iload 7 /* orderId */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.makeStubNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/nodes/FixedNode;
            astore 8 /* value */
        start local 8 // org.graalvm.compiler.graph.Node value
         7: .line 1113
            aload 5 /* edges */
            aload 3 /* node */
            iload 6 /* index */
            aload 8 /* value */
            invokevirtual org.graalvm.compiler.graph.Edges.initializeNode:(Lorg/graalvm/compiler/graph/Node;ILorg/graalvm/compiler/graph/Node;)V
         8: .line 1114
            iload 4 /* updatePredecessors */
            ifeq 10
            aload 8 /* value */
            ifnull 10
         9: .line 1115
            aload 5 /* edges */
            aload 3 /* node */
            aconst_null
            aload 8 /* value */
            invokevirtual org.graalvm.compiler.graph.Edges.update:(Lorg/graalvm/compiler/graph/Node;Lorg/graalvm/compiler/graph/Node;Lorg/graalvm/compiler/graph/Node;)V
        end local 8 // org.graalvm.compiler.graph.Node value
        end local 7 // int orderId
        10: .line 1107
      StackMap locals:
      StackMap stack:
            iinc 6 /* index */ 1
      StackMap locals:
      StackMap stack:
        11: iload 6 /* index */
            aload 5 /* edges */
            invokevirtual org.graalvm.compiler.graph.Edges.getDirectCount:()I
            if_icmplt 3
        end local 6 // int index
        12: .line 1118
            aload 5 /* edges */
            invokevirtual org.graalvm.compiler.graph.Edges.getDirectCount:()I
            istore 6 /* index */
        start local 6 // int index
        13: goto 30
        14: .line 1119
      StackMap locals:
      StackMap stack:
            aload 3 /* node */
            aload 5 /* edges */
            iload 6 /* index */
            iconst_0
            iconst_1
            invokestatic org.graalvm.compiler.nodes.GraphDecoder.skipEdge:(Lorg/graalvm/compiler/graph/Node;Lorg/graalvm/compiler/graph/Edges;IZZ)Z
            ifeq 16
        15: .line 1120
            goto 29
        16: .line 1122
      StackMap locals:
      StackMap stack:
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.reader:Lorg/graalvm/compiler/core/common/util/TypeReader;
            invokeinterface org.graalvm.compiler.core.common.util.TypeReader.getSVInt:()I
            istore 7 /* size */
        start local 7 // int size
        17: .line 1123
            iload 7 /* size */
            iconst_m1
            if_icmpeq 29
        18: .line 1124
            new org.graalvm.compiler.graph.NodeSuccessorList
            dup
            aload 3 /* node */
            iload 7 /* size */
            invokespecial org.graalvm.compiler.graph.NodeSuccessorList.<init>:(Lorg/graalvm/compiler/graph/Node;I)V
            astore 8 /* nodeList */
        start local 8 // org.graalvm.compiler.graph.NodeList nodeList
        19: .line 1125
            aload 5 /* edges */
            aload 3 /* node */
            iload 6 /* index */
            aload 8 /* nodeList */
            invokevirtual org.graalvm.compiler.graph.Edges.initializeList:(Lorg/graalvm/compiler/graph/Node;ILorg/graalvm/compiler/graph/NodeList;)V
        20: .line 1126
            iconst_0
            istore 9 /* idx */
        start local 9 // int idx
        21: goto 28
        22: .line 1127
      StackMap locals: int org.graalvm.compiler.graph.NodeList int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methodScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readOrderId:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)I
            istore 10 /* orderId */
        start local 10 // int orderId
        23: .line 1128
            aload 0 /* this */
            aload 1 /* methodScope */
            aload 2 /* loopScope */
            iload 10 /* orderId */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.makeStubNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/nodes/FixedNode;
            astore 11 /* value */
        start local 11 // org.graalvm.compiler.graph.Node value
        24: .line 1129
            aload 8 /* nodeList */
            iload 9 /* idx */
            aload 11 /* value */
            invokevirtual org.graalvm.compiler.graph.NodeList.initialize:(ILorg/graalvm/compiler/graph/Node;)V
        25: .line 1130
            iload 4 /* updatePredecessors */
            ifeq 27
            aload 11 /* value */
            ifnull 27
        26: .line 1131
            aload 5 /* edges */
            aload 3 /* node */
            aconst_null
            aload 11 /* value */
            invokevirtual org.graalvm.compiler.graph.Edges.update:(Lorg/graalvm/compiler/graph/Node;Lorg/graalvm/compiler/graph/Node;Lorg/graalvm/compiler/graph/Node;)V
        end local 11 // org.graalvm.compiler.graph.Node value
        end local 10 // int orderId
        27: .line 1126
      StackMap locals:
      StackMap stack:
            iinc 9 /* idx */ 1
      StackMap locals:
      StackMap stack:
        28: iload 9 /* idx */
            iload 7 /* size */
            if_icmplt 22
        end local 9 // int idx
        end local 8 // org.graalvm.compiler.graph.NodeList nodeList
        end local 7 // int size
        29: .line 1118
      StackMap locals:
      StackMap stack:
            iinc 6 /* index */ 1
      StackMap locals:
      StackMap stack:
        30: iload 6 /* index */
            aload 5 /* edges */
            invokevirtual org.graalvm.compiler.graph.Edges.getCount:()I
            if_icmplt 14
        end local 6 // int index
        31: .line 1136
            return
        end local 5 // org.graalvm.compiler.graph.Edges edges
        end local 4 // boolean updatePredecessors
        end local 3 // org.graalvm.compiler.graph.Node node
        end local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   32     0                this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0   32     1         methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0   32     2           loopScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            0   32     3                node  Lorg/graalvm/compiler/graph/Node;
            0   32     4  updatePredecessors  Z
            1   32     5               edges  Lorg/graalvm/compiler/graph/Edges;
            2   12     6               index  I
            6   10     7             orderId  I
            7   10     8               value  Lorg/graalvm/compiler/graph/Node;
           13   31     6               index  I
           17   29     7                size  I
           19   29     8            nodeList  Lorg/graalvm/compiler/graph/NodeList<Lorg/graalvm/compiler/graph/Node;>;
           21   29     9                 idx  I
           23   27    10             orderId  I
           24   27    11               value  Lorg/graalvm/compiler/graph/Node;
    MethodParameters:
                    Name  Flags
      methodScope         
      loopScope           
      node                
      updatePredecessors  

  protected org.graalvm.compiler.nodes.FixedNode makeStubNode(org.graalvm.compiler.nodes.GraphDecoder$MethodScope, org.graalvm.compiler.nodes.GraphDecoder$LoopScope, int);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/nodes/FixedNode;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=7, args_size=4
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        start local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        start local 3 // int nodeOrderId
         0: .line 1139
            iload 3 /* nodeOrderId */
            ifne 2
         1: .line 1140
            aconst_null
            areturn
         2: .line 1142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* loopScope */
            iload 3 /* nodeOrderId */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.lookupNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.FixedNode
            astore 4 /* node */
        start local 4 // org.graalvm.compiler.nodes.FixedNode node
         3: .line 1143
            aload 4 /* node */
            ifnull 5
         4: .line 1144
            aload 4 /* node */
            areturn
         5: .line 1147
      StackMap locals: org.graalvm.compiler.nodes.FixedNode
      StackMap stack:
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.reader:Lorg/graalvm/compiler/core/common/util/TypeReader;
            invokeinterface org.graalvm.compiler.core.common.util.TypeReader.getByteIndex:()J
            lstore 5 /* readerByteIndex */
        start local 5 // long readerByteIndex
         6: .line 1148
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            aload 0 /* this */
            aload 1 /* methodScope */
            iload 3 /* nodeOrderId */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.instantiateNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;I)Lorg/graalvm/compiler/graph/Node;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.add:(Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.FixedNode
            astore 4 /* node */
         7: .line 1150
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.reader:Lorg/graalvm/compiler/core/common/util/TypeReader;
            lload 5 /* readerByteIndex */
            invokeinterface org.graalvm.compiler.core.common.util.TypeReader.setByteIndex:(J)V
         8: .line 1152
            aload 0 /* this */
            aload 2 /* loopScope */
            iload 3 /* nodeOrderId */
            aload 4 /* node */
            iconst_0
            iconst_0
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.registerNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;ILorg/graalvm/compiler/graph/Node;ZZ)V
         9: .line 1153
            aload 2 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.nodesToProcess:Ljava/util/BitSet;
            iload 3 /* nodeOrderId */
            invokevirtual java.util.BitSet.set:(I)V
        10: .line 1154
            aload 4 /* node */
            areturn
        end local 5 // long readerByteIndex
        end local 4 // org.graalvm.compiler.nodes.FixedNode node
        end local 3 // int nodeOrderId
        end local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0             this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0   11     1      methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0   11     2        loopScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            0   11     3      nodeOrderId  I
            3   11     4             node  Lorg/graalvm/compiler/nodes/FixedNode;
            6   11     5  readerByteIndex  J
    MethodParameters:
             Name  Flags
      methodScope  
      loopScope    
      nodeOrderId  

  protected static boolean skipEdge(org.graalvm.compiler.graph.Node, org.graalvm.compiler.graph.Edges, int, boolean, boolean);
    descriptor: (Lorg/graalvm/compiler/graph/Node;Lorg/graalvm/compiler/graph/Edges;IZZ)Z
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.graalvm.compiler.graph.Node node
        start local 1 // org.graalvm.compiler.graph.Edges edges
        start local 2 // int index
        start local 3 // boolean direct
        start local 4 // boolean decode
         0: .line 1162
            aload 0 /* node */
            instanceof org.graalvm.compiler.nodes.PhiNode
            ifeq 8
         1: .line 1164
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 2
            aload 1 /* edges */
            invokevirtual org.graalvm.compiler.graph.Edges.type:()Lorg/graalvm/compiler/graph/Edges$Type;
            getstatic org.graalvm.compiler.graph.Edges$Type.Inputs:Lorg/graalvm/compiler/graph/Edges$Type;
            if_acmpeq 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 1165
      StackMap locals:
      StackMap stack:
            iload 3 /* direct */
            ifeq 4
         3: .line 1166
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 7
            iload 2 /* index */
            aload 1 /* edges */
            invokevirtual org.graalvm.compiler.graph.Edges.getDirectCount:()I
            iconst_1
            isub
            if_icmpeq 7
            new java.lang.AssertionError
            dup
            ldc "PhiNode has one direct input (the MergeNode)"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         4: .line 1168
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 5
            iload 2 /* index */
            aload 1 /* edges */
            invokevirtual org.graalvm.compiler.graph.Edges.getCount:()I
            iconst_1
            isub
            if_icmpeq 5
            new java.lang.AssertionError
            dup
            ldc "PhiNode has one variable size input (the values)"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         5: .line 1169
      StackMap locals:
      StackMap stack:
            iload 4 /* decode */
            ifeq 7
         6: .line 1171
            aload 1 /* edges */
            aload 0 /* node */
            iload 2 /* index */
            new org.graalvm.compiler.graph.NodeInputList
            dup
            aload 0 /* node */
            invokespecial org.graalvm.compiler.graph.NodeInputList.<init>:(Lorg/graalvm/compiler/graph/Node;)V
            invokevirtual org.graalvm.compiler.graph.Edges.initializeList:(Lorg/graalvm/compiler/graph/Node;ILorg/graalvm/compiler/graph/NodeList;)V
         7: .line 1174
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         8: .line 1176
      StackMap locals:
      StackMap stack:
            aload 0 /* node */
            instanceof org.graalvm.compiler.nodes.AbstractMergeNode
            ifeq 12
            aload 1 /* edges */
            invokevirtual org.graalvm.compiler.graph.Edges.type:()Lorg/graalvm/compiler/graph/Edges$Type;
            getstatic org.graalvm.compiler.graph.Edges$Type.Inputs:Lorg/graalvm/compiler/graph/Edges$Type;
            if_acmpne 12
            iload 3 /* direct */
            ifne 12
         9: .line 1178
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 10
            iload 2 /* index */
            aload 1 /* edges */
            invokevirtual org.graalvm.compiler.graph.Edges.getCount:()I
            iconst_1
            isub
            if_icmpeq 10
            new java.lang.AssertionError
            dup
            ldc "MergeNode has one variable size input (the ends)"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        10: .line 1179
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 11
            aload 0 /* node */
            aload 1 /* edges */
            invokevirtual org.graalvm.compiler.graph.Edges.getOffsets:()[J
            iload 2 /* index */
            invokestatic org.graalvm.compiler.graph.Edges.getNodeList:(Lorg/graalvm/compiler/graph/Node;[JI)Lorg/graalvm/compiler/graph/NodeList;
            ifnonnull 11
            new java.lang.AssertionError
            dup
            ldc "Input list must have been already created"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        11: .line 1180
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        12: .line 1182
      StackMap locals:
      StackMap stack:
            aload 0 /* node */
            instanceof org.graalvm.compiler.nodes.LoopExitNode
            ifeq 14
            aload 1 /* edges */
            invokevirtual org.graalvm.compiler.graph.Edges.type:()Lorg/graalvm/compiler/graph/Edges$Type;
            getstatic org.graalvm.compiler.graph.Edges$Type.Inputs:Lorg/graalvm/compiler/graph/Edges$Type;
            if_acmpne 14
            aload 1 /* edges */
            iload 2 /* index */
            invokevirtual org.graalvm.compiler.graph.Edges.getType:(I)Ljava/lang/Class;
            ldc Lorg/graalvm/compiler/nodes/FrameState;
            if_acmpne 14
        13: .line 1184
            iconst_1
            ireturn
        14: .line 1186
      StackMap locals:
      StackMap stack:
            aload 0 /* node */
            instanceof org.graalvm.compiler.nodes.Invoke
            ifeq 28
        15: .line 1187
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 16
            aload 0 /* node */
            instanceof org.graalvm.compiler.nodes.InvokeNode
            ifne 16
            aload 0 /* node */
            instanceof org.graalvm.compiler.nodes.InvokeWithExceptionNode
            ifne 16
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "The only two Invoke node classes. Got "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* node */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        16: .line 1188
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 17
            iload 3 /* direct */
            ifne 17
            new java.lang.AssertionError
            dup
            ldc "Invoke and InvokeWithException only have direct successor and input edges"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        17: .line 1189
      StackMap locals:
      StackMap stack:
            aload 1 /* edges */
            invokevirtual org.graalvm.compiler.graph.Edges.type:()Lorg/graalvm/compiler/graph/Edges$Type;
            getstatic org.graalvm.compiler.graph.Edges$Type.Successors:Lorg/graalvm/compiler/graph/Edges$Type;
            if_acmpne 22
        18: .line 1190
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 21
            aload 1 /* edges */
            invokevirtual org.graalvm.compiler.graph.Edges.getCount:()I
            aload 0 /* node */
            instanceof org.graalvm.compiler.nodes.InvokeWithExceptionNode
            ifeq 19
            iconst_2
            goto 20
      StackMap locals:
      StackMap stack: int
        19: iconst_1
      StackMap locals: org.graalvm.compiler.graph.Node org.graalvm.compiler.graph.Edges int int int
      StackMap stack: int int
        20: if_icmpeq 21
            new java.lang.AssertionError
            dup
            ldc "InvokeNode has one successor (next); InvokeWithExceptionNode has two successors (next, exceptionEdge)"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        21: .line 1191
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        22: .line 1193
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 23
            aload 1 /* edges */
            invokevirtual org.graalvm.compiler.graph.Edges.type:()Lorg/graalvm/compiler/graph/Edges$Type;
            getstatic org.graalvm.compiler.graph.Edges$Type.Inputs:Lorg/graalvm/compiler/graph/Edges$Type;
            if_acmpeq 23
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        23: .line 1194
      StackMap locals:
      StackMap stack:
            aload 1 /* edges */
            iload 2 /* index */
            invokevirtual org.graalvm.compiler.graph.Edges.getType:(I)Ljava/lang/Class;
            ldc Lorg/graalvm/compiler/nodes/CallTargetNode;
            if_acmpne 25
        24: .line 1195
            iconst_1
            ireturn
        25: .line 1196
      StackMap locals:
      StackMap stack:
            aload 1 /* edges */
            iload 2 /* index */
            invokevirtual org.graalvm.compiler.graph.Edges.getType:(I)Ljava/lang/Class;
            ldc Lorg/graalvm/compiler/nodes/FrameState;
            if_acmpne 28
        26: .line 1197
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 27
            aload 1 /* edges */
            aload 0 /* node */
            iload 2 /* index */
            invokevirtual org.graalvm.compiler.graph.Edges.get:(Ljava/lang/Object;I)Ljava/lang/Object;
            ifnull 27
            aload 1 /* edges */
            aload 0 /* node */
            iload 2 /* index */
            invokevirtual org.graalvm.compiler.graph.Edges.get:(Ljava/lang/Object;I)Ljava/lang/Object;
            aload 0 /* node */
            checkcast org.graalvm.compiler.nodes.Invoke
            invokeinterface org.graalvm.compiler.nodes.Invoke.stateAfter:()Lorg/graalvm/compiler/nodes/FrameState;
            if_acmpeq 27
            new java.lang.AssertionError
            dup
            ldc "Only stateAfter can be a FrameState during encoding"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        27: .line 1198
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        28: .line 1202
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // boolean decode
        end local 3 // boolean direct
        end local 2 // int index
        end local 1 // org.graalvm.compiler.graph.Edges edges
        end local 0 // org.graalvm.compiler.graph.Node node
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   29     0    node  Lorg/graalvm/compiler/graph/Node;
            0   29     1   edges  Lorg/graalvm/compiler/graph/Edges;
            0   29     2   index  I
            0   29     3  direct  Z
            0   29     4  decode  Z
    MethodParameters:
        Name  Flags
      node    
      edges   
      index   
      direct  
      decode  

  protected org.graalvm.compiler.graph.Node lookupNode(org.graalvm.compiler.nodes.GraphDecoder$LoopScope, int);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/graph/Node;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        start local 2 // int nodeOrderId
         0: .line 1206
            aload 1 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.createdNodes:[Lorg/graalvm/compiler/graph/Node;
            iload 2 /* nodeOrderId */
            aaload
            areturn
        end local 2 // int nodeOrderId
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0    1     1    loopScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            0    1     2  nodeOrderId  I
    MethodParameters:
             Name  Flags
      loopScope    
      nodeOrderId  

  protected void registerNode(org.graalvm.compiler.nodes.GraphDecoder$LoopScope, int, org.graalvm.compiler.graph.Node, boolean, boolean);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;ILorg/graalvm/compiler/graph/Node;ZZ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        start local 2 // int nodeOrderId
        start local 3 // org.graalvm.compiler.graph.Node node
        start local 4 // boolean allowOverwrite
        start local 5 // boolean allowNull
         0: .line 1210
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 1
            aload 3 /* node */
            ifnull 1
            aload 3 /* node */
            invokevirtual org.graalvm.compiler.graph.Node.isAlive:()Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 1211
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 2
            iload 5 /* allowNull */
            ifne 2
            aload 3 /* node */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 1212
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 3
            iload 4 /* allowOverwrite */
            ifne 3
            aload 0 /* this */
            aload 1 /* loopScope */
            iload 2 /* nodeOrderId */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.lookupNode:(Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/graph/Node;
            ifnull 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 1213
      StackMap locals:
      StackMap stack:
            aload 1 /* loopScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$LoopScope.createdNodes:[Lorg/graalvm/compiler/graph/Node;
            iload 2 /* nodeOrderId */
            aload 3 /* node */
            aastore
         4: .line 1214
            return
        end local 5 // boolean allowNull
        end local 4 // boolean allowOverwrite
        end local 3 // org.graalvm.compiler.graph.Node node
        end local 2 // int nodeOrderId
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope loopScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0    5     1       loopScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            0    5     2     nodeOrderId  I
            0    5     3            node  Lorg/graalvm/compiler/graph/Node;
            0    5     4  allowOverwrite  Z
            0    5     5       allowNull  Z
    MethodParameters:
                Name  Flags
      loopScope       
      nodeOrderId     
      node            
      allowOverwrite  
      allowNull       

  protected int readOrderId(org.graalvm.compiler.nodes.GraphDecoder$MethodScope);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
         0: .line 1217
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.reader:Lorg/graalvm/compiler/core/common/util/TypeReader;
            invokeinterface org.graalvm.compiler.core.common.util.TypeReader.getUVInt:()I
            ireturn
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0    1     1  methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
    MethodParameters:
             Name  Flags
      methodScope  

  protected java.lang.Object readObject(org.graalvm.compiler.nodes.GraphDecoder$MethodScope);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
         0: .line 1221
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.encodedGraph:Lorg/graalvm/compiler/nodes/EncodedGraph;
            invokevirtual org.graalvm.compiler.nodes.EncodedGraph.getObjects:()[Ljava/lang/Object;
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.reader:Lorg/graalvm/compiler/core/common/util/TypeReader;
            invokeinterface org.graalvm.compiler.core.common.util.TypeReader.getUVInt:()I
            aaload
            areturn
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0    1     1  methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
    MethodParameters:
             Name  Flags
      methodScope  

  protected void cleanupGraph(org.graalvm.compiler.nodes.GraphDecoder$MethodScope);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
         0: .line 1230
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            aload 1 /* methodScope */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.verifyEdges:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 1231
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0    2     1  methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
    MethodParameters:
             Name  Flags
      methodScope  

  protected boolean verifyEdges(org.graalvm.compiler.nodes.GraphDecoder$MethodScope);
    descriptor: (Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder this
        start local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
         0: .line 1234
            aload 1 /* methodScope */
            getfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.graph:Lorg/graalvm/compiler/nodes/StructuredGraph;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getNodes:()Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.iterator:()Ljava/util/Iterator;
            astore 3
            goto 21
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.graph.Node
            astore 2 /* node */
        start local 2 // org.graalvm.compiler.graph.Node node
         2: .line 1235
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 3
            aload 2 /* node */
            invokevirtual org.graalvm.compiler.graph.Node.isAlive:()Z
            ifne 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 1236
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.graph.Node java.util.Iterator
      StackMap stack:
            aload 2 /* node */
            invokevirtual org.graalvm.compiler.graph.Node.inputs:()Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.iterator:()Ljava/util/Iterator;
            astore 5
            goto 7
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.graph.Node java.util.Iterator top java.util.Iterator
      StackMap stack:
         4: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.graph.Node
            astore 4 /* i */
        start local 4 // org.graalvm.compiler.graph.Node i
         5: .line 1237
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 6
            aload 4 /* i */
            invokevirtual org.graalvm.compiler.graph.Node.isAlive:()Z
            ifne 6
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         6: .line 1238
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.graph.Node java.util.Iterator org.graalvm.compiler.graph.Node java.util.Iterator
      StackMap stack:
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 7
            aload 4 /* i */
            invokevirtual org.graalvm.compiler.graph.Node.usages:()Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            aload 2 /* node */
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.contains:(Lorg/graalvm/compiler/graph/Node;)Z
            ifne 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 4 // org.graalvm.compiler.graph.Node i
         7: .line 1236
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.graph.Node java.util.Iterator top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 1240
            aload 2 /* node */
            invokevirtual org.graalvm.compiler.graph.Node.successors:()Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.iterator:()Ljava/util/Iterator;
            astore 5
            goto 12
      StackMap locals:
      StackMap stack:
         9: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.graph.Node
            astore 4 /* s */
        start local 4 // org.graalvm.compiler.graph.Node s
        10: .line 1241
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 11
            aload 4 /* s */
            invokevirtual org.graalvm.compiler.graph.Node.isAlive:()Z
            ifne 11
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        11: .line 1242
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.graph.Node java.util.Iterator org.graalvm.compiler.graph.Node java.util.Iterator
      StackMap stack:
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 12
            aload 4 /* s */
            invokevirtual org.graalvm.compiler.graph.Node.predecessor:()Lorg/graalvm/compiler/graph/Node;
            aload 2 /* node */
            if_acmpeq 12
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 4 // org.graalvm.compiler.graph.Node s
        12: .line 1240
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.graph.Node java.util.Iterator top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        13: .line 1245
            aload 2 /* node */
            invokevirtual org.graalvm.compiler.graph.Node.usages:()Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.iterator:()Ljava/util/Iterator;
            astore 5
            goto 17
      StackMap locals:
      StackMap stack:
        14: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.graph.Node
            astore 4 /* usage */
        start local 4 // org.graalvm.compiler.graph.Node usage
        15: .line 1246
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 16
            aload 4 /* usage */
            invokevirtual org.graalvm.compiler.graph.Node.isAlive:()Z
            ifne 16
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        16: .line 1247
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.graph.Node java.util.Iterator org.graalvm.compiler.graph.Node java.util.Iterator
      StackMap stack:
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 17
            aload 4 /* usage */
            invokevirtual org.graalvm.compiler.graph.Node.inputs:()Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            aload 2 /* node */
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.contains:(Lorg/graalvm/compiler/graph/Node;)Z
            ifne 17
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 2 /* node */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " / "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* usage */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " / "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* usage */
            invokevirtual org.graalvm.compiler.graph.Node.inputs:()Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.count:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 4 // org.graalvm.compiler.graph.Node usage
        17: .line 1245
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.graph.Node java.util.Iterator top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 14
        18: .line 1249
            aload 2 /* node */
            invokevirtual org.graalvm.compiler.graph.Node.predecessor:()Lorg/graalvm/compiler/graph/Node;
            ifnull 21
        19: .line 1250
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 20
            aload 2 /* node */
            invokevirtual org.graalvm.compiler.graph.Node.predecessor:()Lorg/graalvm/compiler/graph/Node;
            invokevirtual org.graalvm.compiler.graph.Node.isAlive:()Z
            ifne 20
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        20: .line 1251
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.graph.Node java.util.Iterator
      StackMap stack:
            getstatic org.graalvm.compiler.nodes.GraphDecoder.$assertionsDisabled:Z
            ifne 21
            aload 2 /* node */
            invokevirtual org.graalvm.compiler.graph.Node.predecessor:()Lorg/graalvm/compiler/graph/Node;
            invokevirtual org.graalvm.compiler.graph.Node.successors:()Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            aload 2 /* node */
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.contains:(Lorg/graalvm/compiler/graph/Node;)Z
            ifne 21
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 2 // org.graalvm.compiler.graph.Node node
        21: .line 1234
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$MethodScope top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
        22: .line 1254
            iconst_1
            ireturn
        end local 1 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope methodScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   23     0         this  Lorg/graalvm/compiler/nodes/GraphDecoder;
            0   23     1  methodScope  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            2   21     2         node  Lorg/graalvm/compiler/graph/Node;
            5    7     4            i  Lorg/graalvm/compiler/graph/Node;
           10   12     4            s  Lorg/graalvm/compiler/graph/Node;
           15   17     4        usage  Lorg/graalvm/compiler/graph/Node;
    MethodParameters:
             Name  Flags
      methodScope  
}
SourceFile: "GraphDecoder.java"
NestMembers:
  org.graalvm.compiler.nodes.GraphDecoder$InvokeData  org.graalvm.compiler.nodes.GraphDecoder$LoopExplosionState  org.graalvm.compiler.nodes.GraphDecoder$LoopScope  org.graalvm.compiler.nodes.GraphDecoder$MethodScope  org.graalvm.compiler.nodes.GraphDecoder$ProxyPlaceholder
InnerClasses:
  public abstract Scope = org.graalvm.compiler.debug.Debug$Scope of org.graalvm.compiler.debug.Debug
  public final Type = org.graalvm.compiler.graph.Edges$Type of org.graalvm.compiler.graph.Edges
  public Mark = org.graalvm.compiler.graph.Graph$Mark of org.graalvm.compiler.graph.Graph
  public abstract ValueNumberable = org.graalvm.compiler.graph.Node$ValueNumberable of org.graalvm.compiler.graph.Node
  protected InvokeData = org.graalvm.compiler.nodes.GraphDecoder$InvokeData of org.graalvm.compiler.nodes.GraphDecoder
  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
  protected final ProxyPlaceholder = org.graalvm.compiler.nodes.GraphDecoder$ProxyPlaceholder of org.graalvm.compiler.nodes.GraphDecoder
  public final LoopExplosionKind = org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin$LoopExplosionKind of org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin