public final class org.graalvm.compiler.nodes.debug.instrumentation.RootNameNode extends org.graalvm.compiler.nodes.FixedWithNextNode implements org.graalvm.compiler.nodes.spi.Lowerable, org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationInliningCallback, org.graalvm.compiler.nodes.memory.MemoryCheckpoint$Single
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.nodes.debug.instrumentation.RootNameNode
  super_class: org.graalvm.compiler.nodes.FixedWithNextNode
{
  public static final org.graalvm.compiler.graph.NodeClass<org.graalvm.compiler.nodes.debug.instrumentation.RootNameNode> TYPE;
    descriptor: Lorg/graalvm/compiler/graph/NodeClass;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lorg/graalvm/compiler/graph/NodeClass<Lorg/graalvm/compiler/nodes/debug/instrumentation/RootNameNode;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 49
            ldc Lorg/graalvm/compiler/nodes/debug/instrumentation/RootNameNode;
            invokestatic org.graalvm.compiler.graph.NodeClass.create:(Ljava/lang/Class;)Lorg/graalvm/compiler/graph/NodeClass;
            putstatic org.graalvm.compiler.nodes.debug.instrumentation.RootNameNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.graalvm.compiler.core.common.type.Stamp);
    descriptor: (Lorg/graalvm/compiler/core/common/type/Stamp;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.debug.instrumentation.RootNameNode this
        start local 1 // org.graalvm.compiler.core.common.type.Stamp stamp
         0: .line 52
            aload 0 /* this */
            getstatic org.graalvm.compiler.nodes.debug.instrumentation.RootNameNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            aload 1 /* stamp */
            invokespecial org.graalvm.compiler.nodes.FixedWithNextNode.<init>:(Lorg/graalvm/compiler/graph/NodeClass;Lorg/graalvm/compiler/core/common/type/Stamp;)V
         1: .line 53
            return
        end local 1 // org.graalvm.compiler.core.common.type.Stamp stamp
        end local 0 // org.graalvm.compiler.nodes.debug.instrumentation.RootNameNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/graalvm/compiler/nodes/debug/instrumentation/RootNameNode;
            0    2     1  stamp  Lorg/graalvm/compiler/core/common/type/Stamp;
    MethodParameters:
       Name  Flags
      stamp  

  private void resolve(org.graalvm.compiler.nodes.StructuredGraph);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.graalvm.compiler.nodes.debug.instrumentation.RootNameNode this
        start local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
         0: .line 61
            aload 1 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.method:()Ljdk/vm/ci/meta/ResolvedJavaMethod;
            astore 2 /* method */
        start local 2 // jdk.vm.ci.meta.ResolvedJavaMethod method
         1: .line 62
            aload 2 /* method */
            ifnonnull 2
            ldc "<unresolved method>"
            goto 3
      StackMap locals: jdk.vm.ci.meta.ResolvedJavaMethod
      StackMap stack:
         2: new java.lang.StringBuilder
            dup
            aload 2 /* method */
            invokeinterface jdk.vm.ci.meta.ResolvedJavaMethod.getDeclaringClass:()Ljdk/vm/ci/meta/ResolvedJavaType;
            invokeinterface jdk.vm.ci.meta.ResolvedJavaType.toJavaName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* method */
            invokeinterface jdk.vm.ci.meta.ResolvedJavaMethod.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* method */
            invokeinterface jdk.vm.ci.meta.ResolvedJavaMethod.getSignature:()Ljdk/vm/ci/meta/Signature;
            invokeinterface jdk.vm.ci.meta.Signature.toMethodDescriptor:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         3: astore 3 /* rootName */
        start local 3 // java.lang.String rootName
         4: .line 63
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.nodes.debug.instrumentation.RootNameNode.graph:()Lorg/graalvm/compiler/nodes/StructuredGraph;
            new org.graalvm.compiler.nodes.debug.StringToBytesNode
            dup
            aload 3 /* rootName */
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.nodes.debug.instrumentation.RootNameNode.stamp:()Lorg/graalvm/compiler/core/common/type/Stamp;
            invokespecial org.graalvm.compiler.nodes.debug.StringToBytesNode.<init>:(Ljava/lang/String;Lorg/graalvm/compiler/core/common/type/Stamp;)V
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.add:(Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.debug.StringToBytesNode
            astore 4 /* stringToByteNode */
        start local 4 // org.graalvm.compiler.nodes.debug.StringToBytesNode stringToByteNode
         5: .line 64
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.nodes.debug.instrumentation.RootNameNode.graph:()Lorg/graalvm/compiler/nodes/StructuredGraph;
            aload 0 /* this */
            aload 4 /* stringToByteNode */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.replaceFixedWithFixed:(Lorg/graalvm/compiler/nodes/FixedWithNextNode;Lorg/graalvm/compiler/nodes/FixedWithNextNode;)V
         6: .line 65
            return
        end local 4 // org.graalvm.compiler.nodes.debug.StringToBytesNode stringToByteNode
        end local 3 // java.lang.String rootName
        end local 2 // jdk.vm.ci.meta.ResolvedJavaMethod method
        end local 1 // org.graalvm.compiler.nodes.StructuredGraph graph
        end local 0 // org.graalvm.compiler.nodes.debug.instrumentation.RootNameNode this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lorg/graalvm/compiler/nodes/debug/instrumentation/RootNameNode;
            0    7     1             graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            1    7     2            method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
            4    7     3          rootName  Ljava/lang/String;
            5    7     4  stringToByteNode  Lorg/graalvm/compiler/nodes/debug/StringToBytesNode;
    MethodParameters:
       Name  Flags
      graph  

  public void lower(org.graalvm.compiler.nodes.spi.LoweringTool);
    descriptor: (Lorg/graalvm/compiler/nodes/spi/LoweringTool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.debug.instrumentation.RootNameNode this
        start local 1 // org.graalvm.compiler.nodes.spi.LoweringTool tool
         0: .line 69
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.nodes.debug.instrumentation.RootNameNode.graph:()Lorg/graalvm/compiler/nodes/StructuredGraph;
            invokevirtual org.graalvm.compiler.nodes.debug.instrumentation.RootNameNode.resolve:(Lorg/graalvm/compiler/nodes/StructuredGraph;)V
         1: .line 70
            return
        end local 1 // org.graalvm.compiler.nodes.spi.LoweringTool tool
        end local 0 // org.graalvm.compiler.nodes.debug.instrumentation.RootNameNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/nodes/debug/instrumentation/RootNameNode;
            0    2     1  tool  Lorg/graalvm/compiler/nodes/spi/LoweringTool;
    MethodParameters:
      Name  Flags
      tool  

  public void preInlineInstrumentation(org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationNode);
    descriptor: (Lorg/graalvm/compiler/nodes/debug/instrumentation/InstrumentationNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.debug.instrumentation.RootNameNode this
        start local 1 // org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationNode instrumentation
         0: .line 75
            aload 0 /* this */
            aload 1 /* instrumentation */
            invokevirtual org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationNode.graph:()Lorg/graalvm/compiler/nodes/StructuredGraph;
            invokevirtual org.graalvm.compiler.nodes.debug.instrumentation.RootNameNode.resolve:(Lorg/graalvm/compiler/nodes/StructuredGraph;)V
         1: .line 76
            return
        end local 1 // org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationNode instrumentation
        end local 0 // org.graalvm.compiler.nodes.debug.instrumentation.RootNameNode this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/graalvm/compiler/nodes/debug/instrumentation/RootNameNode;
            0    2     1  instrumentation  Lorg/graalvm/compiler/nodes/debug/instrumentation/InstrumentationNode;
    MethodParameters:
                 Name  Flags
      instrumentation  

  public void postInlineInstrumentation(org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationNode);
    descriptor: (Lorg/graalvm/compiler/nodes/debug/instrumentation/InstrumentationNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.debug.instrumentation.RootNameNode this
        start local 1 // org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationNode instrumentation
         0: .line 80
            return
        end local 1 // org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationNode instrumentation
        end local 0 // org.graalvm.compiler.nodes.debug.instrumentation.RootNameNode this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/graalvm/compiler/nodes/debug/instrumentation/RootNameNode;
            0    1     1  instrumentation  Lorg/graalvm/compiler/nodes/debug/instrumentation/InstrumentationNode;
    MethodParameters:
                 Name  Flags
      instrumentation  

  public org.graalvm.compiler.core.common.LocationIdentity getLocationIdentity();
    descriptor: ()Lorg/graalvm/compiler/core/common/LocationIdentity;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.debug.instrumentation.RootNameNode this
         0: .line 84
            getstatic jdk.vm.ci.meta.JavaKind.Byte:Ljdk/vm/ci/meta/JavaKind;
            invokestatic org.graalvm.compiler.nodes.NamedLocationIdentity.getArrayLocation:(Ljdk/vm/ci/meta/JavaKind;)Lorg/graalvm/compiler/core/common/LocationIdentity;
            areturn
        end local 0 // org.graalvm.compiler.nodes.debug.instrumentation.RootNameNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/debug/instrumentation/RootNameNode;
}
SourceFile: "RootNameNode.java"
InnerClasses:
  public abstract Single = org.graalvm.compiler.nodes.memory.MemoryCheckpoint$Single of org.graalvm.compiler.nodes.memory.MemoryCheckpoint
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.nodeinfo.NodeInfo(cycles = org.graalvm.compiler.nodeinfo.NodeCycles.CYCLES_IGNORED:Lorg/graalvm/compiler/nodeinfo/NodeCycles;, size = org.graalvm.compiler.nodeinfo.NodeSize.SIZE_IGNORED:Lorg/graalvm/compiler/nodeinfo/NodeSize;)