public class com.oracle.svm.hosted.c.info.NativeCodeInfo extends com.oracle.svm.hosted.c.info.ElementInfo
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.oracle.svm.hosted.c.info.NativeCodeInfo
super_class: com.oracle.svm.hosted.c.info.ElementInfo
{
private final org.graalvm.nativeimage.c.CContext$Directives directives;
descriptor: Lorg/graalvm/nativeimage/c/CContext$Directives;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean isBuiltin;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(java.lang.String, org.graalvm.nativeimage.c.CContext$Directives, boolean);
descriptor: (Ljava/lang/String;Lorg/graalvm/nativeimage/c/CContext$Directives;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial com.oracle.svm.hosted.c.info.ElementInfo.<init>:(Ljava/lang/String;)V
1: aload 0
aload 2
putfield com.oracle.svm.hosted.c.info.NativeCodeInfo.directives:Lorg/graalvm/nativeimage/c/CContext$Directives;
2: aload 0
iload 3
putfield com.oracle.svm.hosted.c.info.NativeCodeInfo.isBuiltin:Z
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/oracle/svm/hosted/c/info/NativeCodeInfo;
0 4 1 name Ljava/lang/String;
0 4 2 directives Lorg/graalvm/nativeimage/c/CContext$Directives;
0 4 3 isBuiltin Z
MethodParameters:
Name Flags
name
directives
isBuiltin
public boolean isBuiltin();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.svm.hosted.c.info.NativeCodeInfo.isBuiltin:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/c/info/NativeCodeInfo;
public org.graalvm.nativeimage.c.CContext$Directives getDirectives();
descriptor: ()Lorg/graalvm/nativeimage/c/CContext$Directives;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.svm.hosted.c.info.NativeCodeInfo.directives:Lorg/graalvm/nativeimage/c/CContext$Directives;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/c/info/NativeCodeInfo;
public java.lang.Object getAnnotatedElement();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: invokestatic com.oracle.svm.core.util.VMError.shouldNotReachHere:()Ljava/lang/RuntimeException;
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/c/info/NativeCodeInfo;
public void accept(com.oracle.svm.hosted.c.info.InfoTreeVisitor);
descriptor: (Lcom/oracle/svm/hosted/c/info/InfoTreeVisitor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
invokevirtual com.oracle.svm.hosted.c.info.InfoTreeVisitor.visitNativeCodeInfo:(Lcom/oracle/svm/hosted/c/info/NativeCodeInfo;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/oracle/svm/hosted/c/info/NativeCodeInfo;
0 2 1 visitor Lcom/oracle/svm/hosted/c/info/InfoTreeVisitor;
MethodParameters:
Name Flags
visitor
}
SourceFile: "NativeCodeInfo.java"
InnerClasses:
public abstract Directives = org.graalvm.nativeimage.c.CContext$Directives of org.graalvm.nativeimage.c.CContext