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) |
abstract NativeImageCodeCache |
newCodeCache(CompileQueue compileQueue,
NativeImageHeap heap,
org.graalvm.nativeimage.Platform target) |
public NativeImageCodeCache newCodeCache(CompileQueue compileQueue, NativeImageHeap heap)
public abstract NativeImageCodeCache newCodeCache(CompileQueue compileQueue, NativeImageHeap heap, org.graalvm.nativeimage.Platform target)
public static NativeImageCodeCacheFactory get()