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

  public final org.graalvm.compiler.graph.Graph$Mark methodStartMark;
    descriptor: Lorg/graalvm/compiler/graph/Graph$Mark;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final org.graalvm.compiler.nodes.EncodedGraph encodedGraph;
    descriptor: Lorg/graalvm/compiler/nodes/EncodedGraph;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

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

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

  public final org.graalvm.compiler.core.common.util.TypeReader reader;
    descriptor: Lorg/graalvm/compiler/core/common/util/TypeReader;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin$LoopExplosionKind loopExplosion;
    descriptor: Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final java.util.List<org.graalvm.compiler.nodes.ControlSinkNode> returnAndUnwindNodes;
    descriptor: Ljava/util/List;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/util/List<Lorg/graalvm/compiler/nodes/ControlSinkNode;>;

  public final org.graalvm.collections.EconomicSet<org.graalvm.compiler.graph.Node> loopExplosionMerges;
    descriptor: Lorg/graalvm/collections/EconomicSet;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Lorg/graalvm/collections/EconomicSet<Lorg/graalvm/compiler/graph/Node;>;

  public org.graalvm.compiler.nodes.MergeNode loopExplosionHead;
    descriptor: Lorg/graalvm/compiler/nodes/MergeNode;
    flags: (0x0001) ACC_PUBLIC

  final org.graalvm.compiler.nodes.GraphDecoder this$0;
    descriptor: Lorg/graalvm/compiler/nodes/GraphDecoder;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(org.graalvm.compiler.nodes.GraphDecoder, org.graalvm.compiler.nodes.GraphDecoder$LoopScope, org.graalvm.compiler.nodes.StructuredGraph, org.graalvm.compiler.nodes.EncodedGraph, org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin$LoopExplosionKind);
    descriptor: (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
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=9, args_size=6
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope this
        start local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope callerLoopScope
        start local 3 // org.graalvm.compiler.nodes.StructuredGraph graph
        start local 4 // org.graalvm.compiler.nodes.EncodedGraph encodedGraph
        start local 5 // org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin$LoopExplosionKind loopExplosion
         0: .line 126
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.this$0:Lorg/graalvm/compiler/nodes/GraphDecoder;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 127
            aload 0 /* this */
            aload 2 /* callerLoopScope */
            putfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.callerLoopScope:Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
         2: .line 128
            aload 0 /* this */
            aload 3 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getMark:()Lorg/graalvm/compiler/graph/Graph$Mark;
            putfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.methodStartMark:Lorg/graalvm/compiler/graph/Graph$Mark;
         3: .line 129
            aload 0 /* this */
            aload 4 /* encodedGraph */
            putfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.encodedGraph:Lorg/graalvm/compiler/nodes/EncodedGraph;
         4: .line 130
            aload 0 /* this */
            aload 5 /* loopExplosion */
            putfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.loopExplosion:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
         5: .line 131
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iconst_2
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.returnAndUnwindNodes:Ljava/util/List;
         6: .line 133
            aload 4 /* encodedGraph */
            ifnull 27
         7: .line 134
            aload 0 /* this */
            aload 4 /* encodedGraph */
            invokevirtual org.graalvm.compiler.nodes.EncodedGraph.getEncoding:()[B
            aload 4 /* encodedGraph */
            invokevirtual org.graalvm.compiler.nodes.EncodedGraph.getStartOffset:()I
            i2l
            aload 1
            getfield org.graalvm.compiler.nodes.GraphDecoder.architecture:Ljdk/vm/ci/code/Architecture;
            invokevirtual jdk.vm.ci.code.Architecture.supportsUnalignedMemoryAccess:()Z
            invokestatic org.graalvm.compiler.core.common.util.UnsafeArrayTypeReader.create:([BJZ)Lorg/graalvm/compiler/core/common/util/UnsafeArrayTypeReader;
            putfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.reader:Lorg/graalvm/compiler/core/common/util/TypeReader;
         8: .line 135
            aload 0 /* this */
            aload 0 /* this */
            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
            putfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.maxFixedNodeOrderId:I
         9: .line 136
            aload 0 /* this */
            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 6 /* nodeCount */
        start local 6 // int nodeCount
        10: .line 137
            aload 4 /* encodedGraph */
            getfield org.graalvm.compiler.nodes.EncodedGraph.nodeStartOffsets:[I
            ifnonnull 19
        11: .line 138
            iload 6 /* nodeCount */
            newarray 10
            astore 7 /* nodeStartOffsets */
        start local 7 // int[] nodeStartOffsets
        12: .line 139
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        13: goto 16
        14: .line 140
      StackMap locals: org.graalvm.compiler.nodes.GraphDecoder$MethodScope org.graalvm.compiler.nodes.GraphDecoder org.graalvm.compiler.nodes.GraphDecoder$LoopScope org.graalvm.compiler.nodes.StructuredGraph org.graalvm.compiler.nodes.EncodedGraph org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin$LoopExplosionKind int int[] int
      StackMap stack:
            aload 7 /* nodeStartOffsets */
            iload 8 /* i */
            aload 4 /* encodedGraph */
            invokevirtual org.graalvm.compiler.nodes.EncodedGraph.getStartOffset:()I
            aload 0 /* this */
            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
            isub
            iastore
        15: .line 139
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 8 /* i */
            iload 6 /* nodeCount */
            if_icmplt 14
        end local 8 // int i
        17: .line 142
            aload 4 /* encodedGraph */
            aload 7 /* nodeStartOffsets */
            putfield org.graalvm.compiler.nodes.EncodedGraph.nodeStartOffsets:[I
        18: .line 143
            aload 3 /* graph */
            aload 1
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder.readObject:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;)Ljava/lang/Object;
            checkcast org.graalvm.compiler.nodes.StructuredGraph$GuardsStage
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.setGuardsStage:(Lorg/graalvm/compiler/nodes/StructuredGraph$GuardsStage;)V
        end local 7 // int[] nodeStartOffsets
        19: .line 146
      StackMap locals:
      StackMap stack:
            iload 6 /* nodeCount */
            sipush 128
            if_icmpgt 22
        20: .line 147
            aload 0 /* this */
            iconst_1
            putfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.orderIdWidth:I
        21: .line 148
            goto 30
      StackMap locals:
      StackMap stack:
        22: iload 6 /* nodeCount */
            ldc 32768
            if_icmpgt 25
        23: .line 149
            aload 0 /* this */
            iconst_2
            putfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.orderIdWidth:I
        24: .line 150
            goto 30
        25: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            putfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.orderIdWidth:I
        end local 6 // int nodeCount
        26: .line 153
            goto 30
        27: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.reader:Lorg/graalvm/compiler/core/common/util/TypeReader;
        28: .line 155
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.maxFixedNodeOrderId:I
        29: .line 156
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.orderIdWidth:I
        30: .line 159
      StackMap locals:
      StackMap stack:
            aload 5 /* loopExplosion */
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin$LoopExplosionKind.useExplosion:()Z
            ifeq 33
        31: .line 160
            aload 0 /* this */
            getstatic org.graalvm.collections.Equivalence.IDENTITY:Lorg/graalvm/collections/Equivalence;
            invokestatic org.graalvm.collections.EconomicSet.create:(Lorg/graalvm/collections/Equivalence;)Lorg/graalvm/collections/EconomicSet;
            putfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.loopExplosionMerges:Lorg/graalvm/collections/EconomicSet;
        32: .line 161
            goto 34
        33: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.loopExplosionMerges:Lorg/graalvm/collections/EconomicSet;
        34: .line 164
      StackMap locals:
      StackMap stack:
            return
        end local 5 // org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin$LoopExplosionKind loopExplosion
        end local 4 // org.graalvm.compiler.nodes.EncodedGraph encodedGraph
        end local 3 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 2 // org.graalvm.compiler.nodes.GraphDecoder$LoopScope callerLoopScope
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   35     0              this  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0   35     2   callerLoopScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            0   35     3             graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            0   35     4      encodedGraph  Lorg/graalvm/compiler/nodes/EncodedGraph;
            0   35     5     loopExplosion  Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
           10   26     6         nodeCount  I
           12   19     7  nodeStartOffsets  [I
           13   17     8                 i  I
    MethodParameters:
                 Name  Flags
      this$0           final
      callerLoopScope  
      graph            
      encodedGraph     
      loopExplosion    

  public boolean isInlinedMethod();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope this
         0: .line 167
            iconst_0
            ireturn
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;

  public org.graalvm.compiler.graph.NodeSourcePosition getCallerBytecodePosition();
    descriptor: ()Lorg/graalvm/compiler/graph/NodeSourcePosition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope this
         0: .line 171
            aload 0 /* this */
            aconst_null
            invokevirtual org.graalvm.compiler.nodes.GraphDecoder$MethodScope.getCallerBytecodePosition:(Lorg/graalvm/compiler/graph/NodeSourcePosition;)Lorg/graalvm/compiler/graph/NodeSourcePosition;
            areturn
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;

  public org.graalvm.compiler.graph.NodeSourcePosition getCallerBytecodePosition(org.graalvm.compiler.graph.NodeSourcePosition);
    descriptor: (Lorg/graalvm/compiler/graph/NodeSourcePosition;)Lorg/graalvm/compiler/graph/NodeSourcePosition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope this
        start local 1 // org.graalvm.compiler.graph.NodeSourcePosition position
         0: .line 175
            aload 1 /* position */
            areturn
        end local 1 // org.graalvm.compiler.graph.NodeSourcePosition position
        end local 0 // org.graalvm.compiler.nodes.GraphDecoder$MethodScope this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0    1     1  position  Lorg/graalvm/compiler/graph/NodeSourcePosition;
    MethodParameters:
          Name  Flags
      position  
}
SourceFile: "GraphDecoder.java"
NestHost: org.graalvm.compiler.nodes.GraphDecoder
InnerClasses:
  public Mark = org.graalvm.compiler.graph.Graph$Mark of org.graalvm.compiler.graph.Graph
  protected LoopScope = org.graalvm.compiler.nodes.GraphDecoder$LoopScope of org.graalvm.compiler.nodes.GraphDecoder
  protected MethodScope = org.graalvm.compiler.nodes.GraphDecoder$MethodScope of org.graalvm.compiler.nodes.GraphDecoder
  public final GuardsStage = org.graalvm.compiler.nodes.StructuredGraph$GuardsStage of org.graalvm.compiler.nodes.StructuredGraph
  public final LoopExplosionKind = org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin$LoopExplosionKind of org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin