class com.oracle.svm.hosted.thread.VMThreadSTFeature$7 implements org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.oracle.svm.hosted.thread.VMThreadSTFeature$7
super_class: java.lang.Object
{
final com.oracle.svm.hosted.thread.VMThreadSTFeature this$0;
descriptor: Lcom/oracle/svm/hosted/thread/VMThreadSTFeature;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.oracle.svm.hosted.thread.VMThreadSTFeature);
descriptor: (Lcom/oracle/svm/hosted/thread/VMThreadSTFeature;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // com.oracle.svm.hosted.thread.VMThreadSTFeature$7 this
0: .line 159
aload 0 /* this */
aload 1
putfield com.oracle.svm.hosted.thread.VMThreadSTFeature$7.this$0:Lcom/oracle/svm/hosted/thread/VMThreadSTFeature;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // com.oracle.svm.hosted.thread.VMThreadSTFeature$7 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/thread/VMThreadSTFeature$7;
MethodParameters:
Name Flags
this$0 final
public boolean apply(org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext, jdk.vm.ci.meta.ResolvedJavaMethod, org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver, org.graalvm.compiler.nodes.ValueNode);
descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;Lorg/graalvm/compiler/nodes/ValueNode;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 // com.oracle.svm.hosted.thread.VMThreadSTFeature$7 this
start local 1 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext b
start local 2 // jdk.vm.ci.meta.ResolvedJavaMethod targetMethod
start local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver receiver
start local 4 // org.graalvm.compiler.nodes.ValueNode valueNode
0: .line 162
aload 0 /* this */
getfield com.oracle.svm.hosted.thread.VMThreadSTFeature$7.this$0:Lcom/oracle/svm/hosted/thread/VMThreadSTFeature;
aload 1 /* b */
aload 3 /* receiver */
aload 4 /* valueNode */
invokevirtual com.oracle.svm.hosted.thread.VMThreadSTFeature.handleSet:(Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;Lorg/graalvm/compiler/nodes/ValueNode;)Z
ireturn
end local 4 // org.graalvm.compiler.nodes.ValueNode valueNode
end local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver receiver
end local 2 // jdk.vm.ci.meta.ResolvedJavaMethod targetMethod
end local 1 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext b
end local 0 // com.oracle.svm.hosted.thread.VMThreadSTFeature$7 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/thread/VMThreadSTFeature$7;
0 1 1 b Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;
0 1 2 targetMethod Ljdk/vm/ci/meta/ResolvedJavaMethod;
0 1 3 receiver Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
0 1 4 valueNode Lorg/graalvm/compiler/nodes/ValueNode;
MethodParameters:
Name Flags
b
targetMethod
receiver
valueNode
}
SourceFile: "VMThreadSTFeature.java"
EnclosingMethod: com.oracle.svm.hosted.thread.VMThreadSTFeature.registerAccessors:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;Ljava/lang/Class;Z)V
NestHost: com.oracle.svm.hosted.thread.VMThreadSTFeature
InnerClasses:
com.oracle.svm.hosted.thread.VMThreadSTFeature$7
public abstract Receiver = org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver of org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin
public Registration = org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration of org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins