public class ExecutableViaCCBootImage extends NativeBootImageViaCC
NativeBootImage.NativeTextSectionImplAbstractBootImage.NativeImageKindRWDATA_CGLOBALS_PARTITION_OFFSETcodeCache, entryPoints, heap, imageClassLoader, kind, metaAccess, nativeLibs, resultingImageSize, universe| Constructor and Description |
|---|
ExecutableViaCCBootImage(AbstractBootImage.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(AbstractBootImage.NativeImageKind k,
String imageName,
Path binPath,
Path workPath,
Method method) |
getOutputKind, writebuild, getOrCreateDebugObjectFile, getTextSection, globalSymbolNameForMethod, globalSymbolNameForMethod, localSymbolNameForMethod, localSymbolNameForMethod, writecreate, getBootImageKind, getCodeCache, getHeap, getImageSize, getKind, getNativeLibs, requiresCustomDebugRelocationpublic ExecutableViaCCBootImage(AbstractBootImage.NativeImageKind k, HostedUniverse universe, HostedMetaAccess metaAccess, NativeLibraries nativeLibs, NativeImageHeap heap, NativeImageCodeCache codeCache, List<HostedMethod> entryPoints, ClassLoader classLoader)
public String[] makeLaunchCommand(AbstractBootImage.NativeImageKind k, String imageName, Path binPath, Path workPath, Method method)
makeLaunchCommand in class NativeBootImage