public class org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode extends org.graalvm.compiler.nodes.FixedWithNextNode 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.LoadConstantIndirectlyFixedNode
super_class: org.graalvm.compiler.nodes.FixedWithNextNode
{
public static final org.graalvm.compiler.graph.NodeClass<org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode> 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/LoadConstantIndirectlyFixedNode;>;
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
protected org.graalvm.compiler.hotspot.meta.HotSpotConstantLoadAction action;
descriptor: Lorg/graalvm/compiler/hotspot/meta/HotSpotConstantLoadAction;
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: ldc Lorg/graalvm/compiler/hotspot/nodes/aot/LoadConstantIndirectlyFixedNode;
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.LoadConstantIndirectlyFixedNode.$assertionsDisabled:Z
3: ldc Lorg/graalvm/compiler/hotspot/nodes/aot/LoadConstantIndirectlyFixedNode;
invokestatic org.graalvm.compiler.graph.NodeClass.create:(Ljava/lang/Class;)Lorg/graalvm/compiler/graph/NodeClass;
putstatic org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode.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=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
aload 1
getstatic org.graalvm.compiler.nodes.NodeView.DEFAULT:Lorg/graalvm/compiler/nodes/NodeView;
invokevirtual org.graalvm.compiler.nodes.ValueNode.stamp:(Lorg/graalvm/compiler/nodes/NodeView;)Lorg/graalvm/compiler/core/common/type/Stamp;
invokespecial org.graalvm.compiler.nodes.FixedWithNextNode.<init>:(Lorg/graalvm/compiler/graph/NodeClass;Lorg/graalvm/compiler/core/common/type/Stamp;)V
1: aload 0
aload 1
putfield org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode.value:Lorg/graalvm/compiler/nodes/ValueNode;
2: aload 0
aconst_null
putfield org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode.constant:Ljdk/vm/ci/meta/Constant;
3: aload 0
getstatic org.graalvm.compiler.hotspot.meta.HotSpotConstantLoadAction.RESOLVE:Lorg/graalvm/compiler/hotspot/meta/HotSpotConstantLoadAction;
putfield org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode.action:Lorg/graalvm/compiler/hotspot/meta/HotSpotConstantLoadAction;
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/graalvm/compiler/hotspot/nodes/aot/LoadConstantIndirectlyFixedNode;
0 5 1 value Lorg/graalvm/compiler/nodes/ValueNode;
MethodParameters:
Name Flags
value
public void <init>(org.graalvm.compiler.nodes.ValueNode, org.graalvm.compiler.hotspot.meta.HotSpotConstantLoadAction);
descriptor: (Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/hotspot/meta/HotSpotConstantLoadAction;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getstatic org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
aload 1
getstatic org.graalvm.compiler.nodes.NodeView.DEFAULT:Lorg/graalvm/compiler/nodes/NodeView;
invokevirtual org.graalvm.compiler.nodes.ValueNode.stamp:(Lorg/graalvm/compiler/nodes/NodeView;)Lorg/graalvm/compiler/core/common/type/Stamp;
invokespecial org.graalvm.compiler.nodes.FixedWithNextNode.<init>:(Lorg/graalvm/compiler/graph/NodeClass;Lorg/graalvm/compiler/core/common/type/Stamp;)V
1: aload 0
aload 1
putfield org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode.value:Lorg/graalvm/compiler/nodes/ValueNode;
2: aload 0
aconst_null
putfield org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode.constant:Ljdk/vm/ci/meta/Constant;
3: aload 0
aload 2
putfield org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode.action:Lorg/graalvm/compiler/hotspot/meta/HotSpotConstantLoadAction;
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/graalvm/compiler/hotspot/nodes/aot/LoadConstantIndirectlyFixedNode;
0 5 1 value Lorg/graalvm/compiler/nodes/ValueNode;
0 5 2 action Lorg/graalvm/compiler/hotspot/meta/HotSpotConstantLoadAction;
MethodParameters:
Name Flags
value
action
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 start local 1 0: aload 0
getfield org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode.value:Lorg/graalvm/compiler/nodes/ValueNode;
ifnull 2
1: aload 0
aload 0
aload 0
getfield org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode.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.LoadConstantIndirectlyFixedNode.constant:Ljdk/vm/ci/meta/Constant;
2: StackMap locals:
StackMap stack:
aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/graalvm/compiler/hotspot/nodes/aot/LoadConstantIndirectlyFixedNode;
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 start local 1 0: getstatic org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode.$assertionsDisabled:Z
ifne 1
aload 0
getfield org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode.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
getfield org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode.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: StackMap locals:
StackMap stack:
aload 0
getfield org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode.constant:Ljdk/vm/ci/meta/Constant;
instanceof jdk.vm.ci.hotspot.HotSpotObjectConstant
ifeq 4
2: aload 1
invokeinterface org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool.getLIRGeneratorTool:()Lorg/graalvm/compiler/lir/gen/LIRGeneratorTool;
checkcast org.graalvm.compiler.hotspot.HotSpotLIRGenerator
aload 0
getfield org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode.constant:Ljdk/vm/ci/meta/Constant;
invokeinterface org.graalvm.compiler.hotspot.HotSpotLIRGenerator.emitLoadObjectAddress:(Ljdk/vm/ci/meta/Constant;)Ljdk/vm/ci/meta/Value;
astore 2
start local 2 3: goto 8
end local 2 StackMap locals:
StackMap stack:
4: aload 0
getfield org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode.constant:Ljdk/vm/ci/meta/Constant;
instanceof jdk.vm.ci.hotspot.HotSpotMetaspaceConstant
ifeq 7
5: aload 1
invokeinterface org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool.getLIRGeneratorTool:()Lorg/graalvm/compiler/lir/gen/LIRGeneratorTool;
checkcast org.graalvm.compiler.hotspot.HotSpotLIRGenerator
aload 0
getfield org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode.constant:Ljdk/vm/ci/meta/Constant;
aload 0
getfield org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode.action: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
start local 2 6: goto 8
end local 2 7: 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
getfield org.graalvm.compiler.hotspot.nodes.aot.LoadConstantIndirectlyFixedNode.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 8: StackMap locals: jdk.vm.ci.meta.Value
StackMap stack:
aload 1
aload 0
aload 2
invokeinterface org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool.setResult:(Lorg/graalvm/compiler/nodes/ValueNode;Ljdk/vm/ci/meta/Value;)Ljdk/vm/ci/meta/Value;
pop
9: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/graalvm/compiler/hotspot/nodes/aot/LoadConstantIndirectlyFixedNode;
0 10 1 gen Lorg/graalvm/compiler/nodes/spi/NodeLIRBuilderTool;
3 4 2 result Ljdk/vm/ci/meta/Value;
6 7 2 result Ljdk/vm/ci/meta/Value;
8 10 2 result Ljdk/vm/ci/meta/Value;
MethodParameters:
Name Flags
gen
public static native org.graalvm.compiler.hotspot.word.KlassPointer loadKlass(org.graalvm.compiler.hotspot.word.KlassPointer, org.graalvm.compiler.hotspot.meta.HotSpotConstantLoadAction);
descriptor: (Lorg/graalvm/compiler/hotspot/word/KlassPointer;Lorg/graalvm/compiler/hotspot/meta/HotSpotConstantLoadAction;)Lorg/graalvm/compiler/hotspot/word/KlassPointer;
flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
RuntimeVisibleAnnotations:
org.graalvm.compiler.graph.Node$NodeIntrinsic()
RuntimeVisibleParameterAnnotations:
0:
1:
org.graalvm.compiler.graph.Node$ConstantNodeParameter()
MethodParameters:
Name Flags
klassPointer
action
public static native org.graalvm.compiler.hotspot.word.KlassPointer loadKlass(org.graalvm.compiler.hotspot.word.KlassPointer);
descriptor: (Lorg/graalvm/compiler/hotspot/word/KlassPointer;)Lorg/graalvm/compiler/hotspot/word/KlassPointer;
flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
RuntimeVisibleAnnotations:
org.graalvm.compiler.graph.Node$NodeIntrinsic()
MethodParameters:
Name Flags
klassPointer
public static native org.graalvm.compiler.hotspot.word.MethodPointer loadMethod(org.graalvm.compiler.hotspot.word.MethodPointer);
descriptor: (Lorg/graalvm/compiler/hotspot/word/MethodPointer;)Lorg/graalvm/compiler/hotspot/word/MethodPointer;
flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
RuntimeVisibleAnnotations:
org.graalvm.compiler.graph.Node$NodeIntrinsic()
MethodParameters:
Name Flags
klassPointer
public static native java.lang.Object loadObject(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0109) ACC_PUBLIC, ACC_STATIC, ACC_NATIVE
RuntimeVisibleAnnotations:
org.graalvm.compiler.graph.Node$NodeIntrinsic()
MethodParameters:
Name Flags
object
}
SourceFile: "LoadConstantIndirectlyFixedNode.java"
InnerClasses:
public abstract ConstantNodeParameter = org.graalvm.compiler.graph.Node$ConstantNodeParameter of org.graalvm.compiler.graph.Node
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_1:Lorg/graalvm/compiler/nodeinfo/NodeSize;)