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 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 jdk.internal.vm.compiler.collections.EconomicSet<org.graalvm.compiler.graph.Node> loopExplosionMerges;
    descriptor: Ljdk/internal/vm/compiler/collections/EconomicSet;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljdk/internal/vm/compiler/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 118
            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 119
            aload 0 /* this */
            aload 2 /* callerLoopScope */
            putfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.callerLoopScope:Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
         2: .line 120
            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 121
            aload 0 /* this */
            aload 4 /* encodedGraph */
            putfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.encodedGraph:Lorg/graalvm/compiler/nodes/EncodedGraph;
         4: .line 122
            aload 0 /* this */
            aload 5 /* loopExplosion */
            putfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.loopExplosion:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
         5: .line 123
            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 125
            aload 4 /* encodedGraph */
            ifnull 19
         7: .line 126
            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 127
            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 128
            aload 4 /* encodedGraph */
            getfield org.graalvm.compiler.nodes.EncodedGraph.nodeStartOffsets:[I
            ifnonnull 21
        10: .line 129
            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
        11: .line 130
            iload 6 /* nodeCount */
            newarray 10
            astore 7 /* nodeStartOffsets */
        start local 7 // int[] nodeStartOffsets
        12: .line 131
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        13: goto 16
        14: .line 132
      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 131
            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 134
            aload 4 /* encodedGraph */
            aload 7 /* nodeStartOffsets */
            putfield org.graalvm.compiler.nodes.EncodedGraph.nodeStartOffsets:[I
        end local 7 // int[] nodeStartOffsets
        end local 6 // int nodeCount
        18: .line 136
            goto 21
        19: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.reader:Lorg/graalvm/compiler/core/common/util/TypeReader;
        20: .line 138
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.maxFixedNodeOrderId:I
        21: .line 141
      StackMap locals:
      StackMap stack:
            aload 5 /* loopExplosion */
            getstatic org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin$LoopExplosionKind.NONE:Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
            if_acmpeq 24
        22: .line 142
            aload 0 /* this */
            getstatic jdk.internal.vm.compiler.collections.Equivalence.IDENTITY:Ljdk/internal/vm/compiler/collections/Equivalence;
            invokestatic jdk.internal.vm.compiler.collections.EconomicSet.create:(Ljdk/internal/vm/compiler/collections/Equivalence;)Ljdk/internal/vm/compiler/collections/EconomicSet;
            putfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.loopExplosionMerges:Ljdk/internal/vm/compiler/collections/EconomicSet;
        23: .line 143
            goto 25
        24: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.graalvm.compiler.nodes.GraphDecoder$MethodScope.loopExplosionMerges:Ljdk/internal/vm/compiler/collections/EconomicSet;
        25: .line 146
      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   26     0              this  Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;
            0   26     2   callerLoopScope  Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            0   26     3             graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            0   26     4      encodedGraph  Lorg/graalvm/compiler/nodes/EncodedGraph;
            0   26     5     loopExplosion  Lorg/graalvm/compiler/nodes/graphbuilderconf/LoopExplosionPlugin$LoopExplosionKind;
           11   18     6         nodeCount  I
           12   18     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 149
            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 153
            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 157
            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 LoopExplosionKind = org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin$LoopExplosionKind of org.graalvm.compiler.nodes.graphbuilderconf.LoopExplosionPlugin