public class com.oracle.svm.hosted.c.NativeCodeContext
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.oracle.svm.hosted.c.NativeCodeContext
super_class: java.lang.Object
{
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 inConfiguration;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.util.Collection<jdk.vm.ci.meta.ResolvedJavaMethod> constantAccessors;
descriptor: Ljava/util/Collection;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Collection<Ljdk/vm/ci/meta/ResolvedJavaMethod;>;
private final java.util.Collection<jdk.vm.ci.meta.ResolvedJavaType> structTypes;
descriptor: Ljava/util/Collection;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Collection<Ljdk/vm/ci/meta/ResolvedJavaType;>;
private final java.util.Collection<jdk.vm.ci.meta.ResolvedJavaType> rawStructTypes;
descriptor: Ljava/util/Collection;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Collection<Ljdk/vm/ci/meta/ResolvedJavaType;>;
private final java.util.Collection<jdk.vm.ci.meta.ResolvedJavaType> pointerToTypes;
descriptor: Ljava/util/Collection;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Collection<Ljdk/vm/ci/meta/ResolvedJavaType;>;
private final java.util.Collection<jdk.vm.ci.meta.ResolvedJavaType> enumTypes;
descriptor: Ljava/util/Collection;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Collection<Ljdk/vm/ci/meta/ResolvedJavaType;>;
void <init>(org.graalvm.nativeimage.c.CContext$Directives);
descriptor: (Lorg/graalvm/nativeimage/c/CContext$Directives;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
invokeinterface org.graalvm.nativeimage.c.CContext$Directives.isInConfiguration:()Z
putfield com.oracle.svm.hosted.c.NativeCodeContext.inConfiguration:Z
2: aload 0
getfield com.oracle.svm.hosted.c.NativeCodeContext.inConfiguration:Z
ifeq 10
3: aload 0
new java.util.HashSet
dup
invokespecial java.util.HashSet.<init>:()V
putfield com.oracle.svm.hosted.c.NativeCodeContext.constantAccessors:Ljava/util/Collection;
4: aload 0
new java.util.HashSet
dup
invokespecial java.util.HashSet.<init>:()V
putfield com.oracle.svm.hosted.c.NativeCodeContext.structTypes:Ljava/util/Collection;
5: aload 0
new java.util.HashSet
dup
invokespecial java.util.HashSet.<init>:()V
putfield com.oracle.svm.hosted.c.NativeCodeContext.rawStructTypes:Ljava/util/Collection;
6: aload 0
new java.util.HashSet
dup
invokespecial java.util.HashSet.<init>:()V
putfield com.oracle.svm.hosted.c.NativeCodeContext.pointerToTypes:Ljava/util/Collection;
7: aload 0
new java.util.HashSet
dup
invokespecial java.util.HashSet.<init>:()V
putfield com.oracle.svm.hosted.c.NativeCodeContext.enumTypes:Ljava/util/Collection;
8: aload 0
aload 1
putfield com.oracle.svm.hosted.c.NativeCodeContext.directives:Lorg/graalvm/nativeimage/c/CContext$Directives;
9: goto 16
10: StackMap locals: com.oracle.svm.hosted.c.NativeCodeContext org.graalvm.nativeimage.c.CContext$Directives
StackMap stack:
aload 0
aconst_null
putfield com.oracle.svm.hosted.c.NativeCodeContext.constantAccessors:Ljava/util/Collection;
11: aload 0
aconst_null
putfield com.oracle.svm.hosted.c.NativeCodeContext.structTypes:Ljava/util/Collection;
12: aload 0
aconst_null
putfield com.oracle.svm.hosted.c.NativeCodeContext.rawStructTypes:Ljava/util/Collection;
13: aload 0
aconst_null
putfield com.oracle.svm.hosted.c.NativeCodeContext.pointerToTypes:Ljava/util/Collection;
14: aload 0
aconst_null
putfield com.oracle.svm.hosted.c.NativeCodeContext.enumTypes:Ljava/util/Collection;
15: aload 0
aconst_null
putfield com.oracle.svm.hosted.c.NativeCodeContext.directives:Lorg/graalvm/nativeimage/c/CContext$Directives;
16: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lcom/oracle/svm/hosted/c/NativeCodeContext;
0 17 1 directives Lorg/graalvm/nativeimage/c/CContext$Directives;
MethodParameters:
Name Flags
directives
public boolean isInConfiguration();
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.NativeCodeContext.inConfiguration:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/c/NativeCodeContext;
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.NativeCodeContext.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/NativeCodeContext;
public void appendConstantAccessor(jdk.vm.ci.meta.ResolvedJavaMethod);
descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.oracle.svm.hosted.c.NativeCodeContext.constantAccessors:Ljava/util/Collection;
aload 1
invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/oracle/svm/hosted/c/NativeCodeContext;
0 2 1 method Ljdk/vm/ci/meta/ResolvedJavaMethod;
MethodParameters:
Name Flags
method
public void appendStructType(jdk.vm.ci.meta.ResolvedJavaType);
descriptor: (Ljdk/vm/ci/meta/ResolvedJavaType;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.oracle.svm.hosted.c.NativeCodeContext.structTypes:Ljava/util/Collection;
aload 1
invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/oracle/svm/hosted/c/NativeCodeContext;
0 2 1 type Ljdk/vm/ci/meta/ResolvedJavaType;
MethodParameters:
Name Flags
type
public void appendRawStructType(jdk.vm.ci.meta.ResolvedJavaType);
descriptor: (Ljdk/vm/ci/meta/ResolvedJavaType;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.oracle.svm.hosted.c.NativeCodeContext.rawStructTypes:Ljava/util/Collection;
aload 1
invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/oracle/svm/hosted/c/NativeCodeContext;
0 2 1 type Ljdk/vm/ci/meta/ResolvedJavaType;
MethodParameters:
Name Flags
type
public void appendPointerToType(jdk.vm.ci.meta.ResolvedJavaType);
descriptor: (Ljdk/vm/ci/meta/ResolvedJavaType;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.oracle.svm.hosted.c.NativeCodeContext.pointerToTypes:Ljava/util/Collection;
aload 1
invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/oracle/svm/hosted/c/NativeCodeContext;
0 2 1 type Ljdk/vm/ci/meta/ResolvedJavaType;
MethodParameters:
Name Flags
type
public void appendEnumType(jdk.vm.ci.meta.ResolvedJavaType);
descriptor: (Ljdk/vm/ci/meta/ResolvedJavaType;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.oracle.svm.hosted.c.NativeCodeContext.enumTypes:Ljava/util/Collection;
aload 1
invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/oracle/svm/hosted/c/NativeCodeContext;
0 2 1 type Ljdk/vm/ci/meta/ResolvedJavaType;
MethodParameters:
Name Flags
type
public java.util.Collection<jdk.vm.ci.meta.ResolvedJavaMethod> getConstantAccessors();
descriptor: ()Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.svm.hosted.c.NativeCodeContext.constantAccessors:Ljava/util/Collection;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/c/NativeCodeContext;
Signature: ()Ljava/util/Collection<Ljdk/vm/ci/meta/ResolvedJavaMethod;>;
public java.util.Collection<jdk.vm.ci.meta.ResolvedJavaType> getStructTypes();
descriptor: ()Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.svm.hosted.c.NativeCodeContext.structTypes:Ljava/util/Collection;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/c/NativeCodeContext;
Signature: ()Ljava/util/Collection<Ljdk/vm/ci/meta/ResolvedJavaType;>;
public java.util.Collection<jdk.vm.ci.meta.ResolvedJavaType> getRawStructTypes();
descriptor: ()Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.svm.hosted.c.NativeCodeContext.rawStructTypes:Ljava/util/Collection;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/c/NativeCodeContext;
Signature: ()Ljava/util/Collection<Ljdk/vm/ci/meta/ResolvedJavaType;>;
public java.util.Collection<jdk.vm.ci.meta.ResolvedJavaType> getPointerToTypes();
descriptor: ()Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.svm.hosted.c.NativeCodeContext.pointerToTypes:Ljava/util/Collection;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/c/NativeCodeContext;
Signature: ()Ljava/util/Collection<Ljdk/vm/ci/meta/ResolvedJavaType;>;
public java.util.Collection<jdk.vm.ci.meta.ResolvedJavaType> getEnumTypes();
descriptor: ()Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.svm.hosted.c.NativeCodeContext.enumTypes:Ljava/util/Collection;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/c/NativeCodeContext;
Signature: ()Ljava/util/Collection<Ljdk/vm/ci/meta/ResolvedJavaType;>;
}
SourceFile: "NativeCodeContext.java"
InnerClasses:
public abstract Directives = org.graalvm.nativeimage.c.CContext$Directives of org.graalvm.nativeimage.c.CContext