public final class SubstrateCompilationResult
extends org.graalvm.compiler.code.CompilationResult
| Constructor and Description |
|---|
SubstrateCompilationResult(org.graalvm.compiler.core.common.CompilationIdentifier compilationId,
String name) |
| Modifier and Type | Method and Description |
|---|---|
List<org.graalvm.compiler.graph.NodeSourcePosition> |
getDeoptimzationSourcePositions() |
void |
setDeoptimzationSourcePositions(List<org.graalvm.compiler.graph.NodeSourcePosition> deoptimzationSourcePositions) |
addAnnotation, addInfopoint, close, equals, getAnnotations, getAssumptions, getBytecodeSize, getCompilationId, getCustomStackArea, getDataPatches, getDataSection, getEntryBCI, getExceptionHandlers, getFields, getInfopoints, getMarks, getMaxInterpreterFrameSize, getMethods, getName, getSourceMappings, getTargetCode, getTargetCodeSize, getTotalFrameSize, hashCode, hasUnsafeAccess, isImmutablePIC, recordCall, recordDataPatch, recordDataPatchWithNote, recordExceptionHandler, recordInfopoint, recordMark, recordSourceMapping, resetForEmittingCode, setAssumptions, setBytecodeSize, setCustomStackAreaOffset, setEntryBCI, setFields, setHasUnsafeAccess, setMaxInterpreterFrameSize, setMethods, setTargetCode, setTotalFrameSize, toStringpublic SubstrateCompilationResult(org.graalvm.compiler.core.common.CompilationIdentifier compilationId,
String name)