public class ExecutableImageViaCC extends NativeImageViaCC
NativeImage.NativeTextSectionImplAbstractImage.NativeImageKindRWDATA_CGLOBALS_PARTITION_OFFSETcodeCache, debugInfoSize, entryPoints, heap, imageClassLoader, imageKind, metaAccess, nativeLibs, resultingImageSize, universe| Constructor and Description |
|---|
ExecutableImageViaCC(AbstractImage.NativeImageKind k,
HostedUniverse universe,
HostedMetaAccess metaAccess,
NativeLibraries nativeLibs,
NativeImageHeap heap,
NativeImageCodeCache codeCache,
List<HostedMethod> entryPoints,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
makeLaunchCommand(AbstractImage.NativeImageKind k,
String imageName,
Path binPath,
Path workPath,
Method method) |
writebuild, getImageHeapSize, getOrCreateDebugObjectFile, getTextSection, globalSymbolNameForMethod, globalSymbolNameForMethod, localSymbolNameForMethod, writecreate, getCodeCache, getDebugInfoSize, getHeap, getImageKind, getImageSize, getNativeLibs, requiresCustomDebugRelocationpublic ExecutableImageViaCC(AbstractImage.NativeImageKind k, HostedUniverse universe, HostedMetaAccess metaAccess, NativeLibraries nativeLibs, NativeImageHeap heap, NativeImageCodeCache codeCache, List<HostedMethod> entryPoints, ClassLoader classLoader)
public String[] makeLaunchCommand(AbstractImage.NativeImageKind k, String imageName, Path binPath, Path workPath, Method method)
makeLaunchCommand in class NativeImage