public abstract class NativeImageCodeCacheFactory extends Object
| Constructor and Description |
|---|
NativeImageCodeCacheFactory() |
| Modifier and Type | Method and Description |
|---|---|
static NativeImageCodeCacheFactory |
get() |
NativeImageCodeCache |
newCodeCache(CompileQueue compileQueue,
NativeImageHeap heap,
Path tempDir) |
abstract NativeImageCodeCache |
newCodeCache(CompileQueue compileQueue,
NativeImageHeap heap,
org.graalvm.nativeimage.Platform target,
Path tempDir) |
public NativeImageCodeCache newCodeCache(CompileQueue compileQueue, NativeImageHeap heap, Path tempDir)
public abstract NativeImageCodeCache newCodeCache(CompileQueue compileQueue, NativeImageHeap heap, org.graalvm.nativeimage.Platform target, Path tempDir)
public static NativeImageCodeCacheFactory get()