public class com.oracle.svm.truffle.api.SubstrateTruffleGraphBuilderPlugins
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.oracle.svm.truffle.api.SubstrateTruffleGraphBuilderPlugins
super_class: java.lang.Object
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/truffle/api/SubstrateTruffleGraphBuilderPlugins;
static void registerInvocationPlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins, boolean, com.oracle.svm.truffle.api.SubstrateKnownTruffleTypes);
descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;ZLcom/oracle/svm/truffle/api/SubstrateKnownTruffleTypes;)V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
aload 2
invokestatic com.oracle.svm.truffle.api.SubstrateTruffleGraphBuilderPlugins.registerCompilationFinalReferencePlugins:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;ZLcom/oracle/svm/truffle/api/SubstrateKnownTruffleTypes;)V
1: aload 0
invokestatic com.oracle.svm.truffle.api.SubstrateTruffleGraphBuilderPlugins.registerOptimizedCallTargetPlugins:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;)V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 plugins Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
0 3 1 canDelayIntrinsification Z
0 3 2 types Lcom/oracle/svm/truffle/api/SubstrateKnownTruffleTypes;
MethodParameters:
Name Flags
plugins
canDelayIntrinsification
types
private static void registerCompilationFinalReferencePlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins, boolean, com.oracle.svm.truffle.api.SubstrateKnownTruffleTypes);
descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;ZLcom/oracle/svm/truffle/api/SubstrateKnownTruffleTypes;)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=7, locals=4, args_size=3
start local 0 start local 1 start local 2 0: new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
dup
aload 0
ldc Ljava/lang/ref/Reference;
invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/reflect/Type;)V
astore 3
start local 3 1: aload 3
ldc "get"
ldc Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin$Receiver;
new com.oracle.svm.truffle.api.SubstrateTruffleGraphBuilderPlugins$1
dup
iload 1
aload 2
invokespecial com.oracle.svm.truffle.api.SubstrateTruffleGraphBuilderPlugins$1.<init>:(ZLcom/oracle/svm/truffle/api/SubstrateKnownTruffleTypes;)V
invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.register1:(Ljava/lang/String;Ljava/lang/reflect/Type;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;)V
2: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 plugins Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
0 3 1 canDelayIntrinsification Z
0 3 2 types Lcom/oracle/svm/truffle/api/SubstrateKnownTruffleTypes;
1 3 3 r0 Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;
MethodParameters:
Name Flags
plugins
canDelayIntrinsification
types
private static void registerOptimizedCallTargetPlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins);
descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
dup
aload 0
ldc Lcom/oracle/svm/truffle/api/SubstrateOptimizedCallTarget;
invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/reflect/Type;)V
astore 1
start local 1 1: aload 1
ldc "safepointBarrier"
new com.oracle.svm.truffle.api.SubstrateTruffleGraphBuilderPlugins$2
dup
invokespecial com.oracle.svm.truffle.api.SubstrateTruffleGraphBuilderPlugins$2.<init>:()V
invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.register0:(Ljava/lang/String;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 plugins Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
1 3 1 r0 Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;
MethodParameters:
Name Flags
plugins
}
SourceFile: "SubstrateTruffleGraphBuilderPlugins.java"
NestMembers:
com.oracle.svm.truffle.api.SubstrateTruffleGraphBuilderPlugins$1 com.oracle.svm.truffle.api.SubstrateTruffleGraphBuilderPlugins$2
InnerClasses:
com.oracle.svm.truffle.api.SubstrateTruffleGraphBuilderPlugins$1
com.oracle.svm.truffle.api.SubstrateTruffleGraphBuilderPlugins$2
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