public abstract class com.oracle.svm.hosted.image.NativeImageCodeCacheFactory
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: com.oracle.svm.hosted.image.NativeImageCodeCacheFactory
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/hosted/image/NativeImageCodeCacheFactory;
public com.oracle.svm.hosted.image.NativeImageCodeCache newCodeCache(com.oracle.svm.hosted.code.CompileQueue, com.oracle.svm.hosted.image.NativeImageHeap, java.nio.file.Path);
descriptor: (Lcom/oracle/svm/hosted/code/CompileQueue;Lcom/oracle/svm/hosted/image/NativeImageHeap;Ljava/nio/file/Path;)Lcom/oracle/svm/hosted/image/NativeImageCodeCache;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
ldc Lorg/graalvm/nativeimage/Platform;
invokestatic org.graalvm.nativeimage.ImageSingletons.lookup:(Ljava/lang/Class;)Ljava/lang/Object;
checkcast org.graalvm.nativeimage.Platform
aload 3
invokevirtual com.oracle.svm.hosted.image.NativeImageCodeCacheFactory.newCodeCache:(Lcom/oracle/svm/hosted/code/CompileQueue;Lcom/oracle/svm/hosted/image/NativeImageHeap;Lorg/graalvm/nativeimage/Platform;Ljava/nio/file/Path;)Lcom/oracle/svm/hosted/image/NativeImageCodeCache;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/image/NativeImageCodeCacheFactory;
0 1 1 compileQueue Lcom/oracle/svm/hosted/code/CompileQueue;
0 1 2 heap Lcom/oracle/svm/hosted/image/NativeImageHeap;
0 1 3 tempDir Ljava/nio/file/Path;
MethodParameters:
Name Flags
compileQueue
heap
tempDir
public abstract com.oracle.svm.hosted.image.NativeImageCodeCache newCodeCache(com.oracle.svm.hosted.code.CompileQueue, com.oracle.svm.hosted.image.NativeImageHeap, org.graalvm.nativeimage.Platform, java.nio.file.Path);
descriptor: (Lcom/oracle/svm/hosted/code/CompileQueue;Lcom/oracle/svm/hosted/image/NativeImageHeap;Lorg/graalvm/nativeimage/Platform;Ljava/nio/file/Path;)Lcom/oracle/svm/hosted/image/NativeImageCodeCache;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
compileQueue
heap
target
tempDir
public static com.oracle.svm.hosted.image.NativeImageCodeCacheFactory get();
descriptor: ()Lcom/oracle/svm/hosted/image/NativeImageCodeCacheFactory;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lcom/oracle/svm/hosted/image/NativeImageCodeCacheFactory;
invokestatic org.graalvm.nativeimage.ImageSingletons.lookup:(Ljava/lang/Class;)Ljava/lang/Object;
checkcast com.oracle.svm.hosted.image.NativeImageCodeCacheFactory
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "NativeImageCodeCacheFactory.java"