public class org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersIndirectlyNode extends org.graalvm.compiler.nodes.calc.FloatingNode implements org.graalvm.compiler.graph.spi.Canonicalizable, org.graalvm.compiler.nodes.spi.LIRLowerable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersIndirectlyNode
  super_class: org.graalvm.compiler.nodes.calc.FloatingNode
{
  public static final org.graalvm.compiler.graph.NodeClass<org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersIndirectlyNode> TYPE;
    descriptor: Lorg/graalvm/compiler/graph/NodeClass;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lorg/graalvm/compiler/graph/NodeClass<Lorg/graalvm/compiler/hotspot/nodes/aot/LoadMethodCountersIndirectlyNode;>;

  protected org.graalvm.compiler.nodes.ValueNode value;
    descriptor: Lorg/graalvm/compiler/nodes/ValueNode;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.graph.Node$OptionalInput()

  protected jdk.vm.ci.meta.Constant constant;
    descriptor: Ljdk/vm/ci/meta/Constant;
    flags: (0x0004) ACC_PROTECTED

  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 52
            ldc Lorg/graalvm/compiler/hotspot/nodes/aot/LoadMethodCountersIndirectlyNode;
            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.hotspot.nodes.aot.LoadMethodCountersIndirectlyNode.$assertionsDisabled:Z
         3: .line 54
            ldc Lorg/graalvm/compiler/hotspot/nodes/aot/LoadMethodCountersIndirectlyNode;
            invokestatic org.graalvm.compiler.graph.NodeClass.create:(Ljava/lang/Class;)Lorg/graalvm/compiler/graph/NodeClass;
            putstatic org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersIndirectlyNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.graalvm.compiler.nodes.ValueNode);
    descriptor: (Lorg/graalvm/compiler/nodes/ValueNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersIndirectlyNode this
        start local 1 // org.graalvm.compiler.nodes.ValueNode value
         0: .line 60
            aload 0 /* this */
            getstatic org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersIndirectlyNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            invokestatic org.graalvm.compiler.hotspot.nodes.type.MethodCountersPointerStamp.methodCounters:()Lorg/graalvm/compiler/hotspot/nodes/type/MethodCountersPointerStamp;
            invokespecial org.graalvm.compiler.nodes.calc.FloatingNode.<init>:(Lorg/graalvm/compiler/graph/NodeClass;Lorg/graalvm/compiler/core/common/type/Stamp;)V
         1: .line 61
            aload 0 /* this */
            aload 1 /* value */
            putfield org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersIndirectlyNode.value:Lorg/graalvm/compiler/nodes/ValueNode;
         2: .line 62
            aload 0 /* this */
            aconst_null
            putfield org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersIndirectlyNode.constant:Ljdk/vm/ci/meta/Constant;
         3: .line 63
            return
        end local 1 // org.graalvm.compiler.nodes.ValueNode value
        end local 0 // org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersIndirectlyNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/graalvm/compiler/hotspot/nodes/aot/LoadMethodCountersIndirectlyNode;
            0    4     1  value  Lorg/graalvm/compiler/nodes/ValueNode;
    MethodParameters:
       Name  Flags
      value  

  public org.graalvm.compiler.graph.Node canonical(org.graalvm.compiler.graph.spi.CanonicalizerTool);
    descriptor: (Lorg/graalvm/compiler/graph/spi/CanonicalizerTool;)Lorg/graalvm/compiler/graph/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersIndirectlyNode this
        start local 1 // org.graalvm.compiler.graph.spi.CanonicalizerTool tool
         0: .line 67
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersIndirectlyNode.value:Lorg/graalvm/compiler/nodes/ValueNode;
            ifnull 2
         1: .line 68
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersIndirectlyNode.value:Lorg/graalvm/compiler/nodes/ValueNode;
            invokestatic org.graalvm.compiler.nodes.util.GraphUtil.foldIfConstantAndRemove:(Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/nodes/ValueNode;)Ljdk/vm/ci/meta/Constant;
            putfield org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersIndirectlyNode.constant:Ljdk/vm/ci/meta/Constant;
         2: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // org.graalvm.compiler.graph.spi.CanonicalizerTool tool
        end local 0 // org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersIndirectlyNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/hotspot/nodes/aot/LoadMethodCountersIndirectlyNode;
            0    3     1  tool  Lorg/graalvm/compiler/graph/spi/CanonicalizerTool;
    MethodParameters:
      Name  Flags
      tool  

  public void generate(org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool);
    descriptor: (Lorg/graalvm/compiler/nodes/spi/NodeLIRBuilderTool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersIndirectlyNode this
        start local 1 // org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool gen
         0: .line 75
            getstatic org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersIndirectlyNode.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersIndirectlyNode.constant:Ljdk/vm/ci/meta/Constant;
            ifnonnull 1
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Expected the value to fold: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersIndirectlyNode.value:Lorg/graalvm/compiler/nodes/ValueNode;
            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
         1: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersIndirectlyNode.constant:Ljdk/vm/ci/meta/Constant;
            instanceof jdk.vm.ci.hotspot.HotSpotMetaspaceConstant
            ifeq 4
         2: .line 78
            aload 1 /* gen */
            invokeinterface org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool.getLIRGeneratorTool:()Lorg/graalvm/compiler/lir/gen/LIRGeneratorTool;
            checkcast org.graalvm.compiler.hotspot.HotSpotLIRGenerator
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersIndirectlyNode.constant:Ljdk/vm/ci/meta/Constant;
            getstatic org.graalvm.compiler.hotspot.meta.HotSpotConstantLoadAction.LOAD_COUNTERS:Lorg/graalvm/compiler/hotspot/meta/HotSpotConstantLoadAction;
            invokeinterface org.graalvm.compiler.hotspot.HotSpotLIRGenerator.emitLoadMetaspaceAddress:(Ljdk/vm/ci/meta/Constant;Lorg/graalvm/compiler/hotspot/meta/HotSpotConstantLoadAction;)Ljdk/vm/ci/meta/Value;
            astore 2 /* result */
        start local 2 // jdk.vm.ci.meta.Value result
         3: .line 79
            goto 5
        end local 2 // jdk.vm.ci.meta.Value result
         4: .line 80
      StackMap locals:
      StackMap stack:
            new org.graalvm.compiler.core.common.PermanentBailoutException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unsupported constant type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersIndirectlyNode.constant:Ljdk/vm/ci/meta/Constant;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.graalvm.compiler.core.common.PermanentBailoutException.<init>:(Ljava/lang/String;)V
            athrow
        start local 2 // jdk.vm.ci.meta.Value result
         5: .line 82
      StackMap locals: jdk.vm.ci.meta.Value
      StackMap stack:
            aload 1 /* gen */
            aload 0 /* this */
            aload 2 /* result */
            invokeinterface org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool.setResult:(Lorg/graalvm/compiler/nodes/ValueNode;Ljdk/vm/ci/meta/Value;)Ljdk/vm/ci/meta/Value;
            pop
         6: .line 83
            return
        end local 2 // jdk.vm.ci.meta.Value result
        end local 1 // org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool gen
        end local 0 // org.graalvm.compiler.hotspot.nodes.aot.LoadMethodCountersIndirectlyNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/graalvm/compiler/hotspot/nodes/aot/LoadMethodCountersIndirectlyNode;
            0    7     1     gen  Lorg/graalvm/compiler/nodes/spi/NodeLIRBuilderTool;
            3    4     2  result  Ljdk/vm/ci/meta/Value;
            5    7     2  result  Ljdk/vm/ci/meta/Value;
    MethodParameters:
      Name  Flags
      gen   

  public static native org.graalvm.compiler.hotspot.word.MethodCountersPointer loadMethodCounters(org.graalvm.compiler.hotspot.word.MethodPointer);
    descriptor: (Lorg/graalvm/compiler/hotspot/word/MethodPointer;)Lorg/graalvm/compiler/hotspot/word/MethodCountersPointer;
    flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.graph.Node$NodeIntrinsic()
    MethodParameters:
               Name  Flags
      methodPointer  
}
SourceFile: "LoadMethodCountersIndirectlyNode.java"
InnerClasses:
  public abstract NodeIntrinsic = org.graalvm.compiler.graph.Node$NodeIntrinsic of org.graalvm.compiler.graph.Node
  public abstract OptionalInput = org.graalvm.compiler.graph.Node$OptionalInput of org.graalvm.compiler.graph.Node
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.nodeinfo.NodeInfo(cycles = org.graalvm.compiler.nodeinfo.NodeCycles.CYCLES_4:Lorg/graalvm/compiler/nodeinfo/NodeCycles;, size = org.graalvm.compiler.nodeinfo.NodeSize.SIZE_4:Lorg/graalvm/compiler/nodeinfo/NodeSize;)