All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
static void |
addASTSizeProperty(OptimizedCallTarget target,
Map<String,Object> properties) |
static void |
log(OptimizedCallTarget target,
int indent,
String msg,
String details,
Map<String,Object> properties) |
void |
notifyCompilationDequeued(OptimizedCallTarget target,
Object source,
CharSequence reason)
Invoked if a call target was unqueued from the compilation queue.
|
void |
notifyCompilationFailed(OptimizedCallTarget target,
StructuredGraph graph,
Throwable t) |
void |
notifyCompilationGraalTierFinished(OptimizedCallTarget target,
StructuredGraph graph) |
void |
notifyCompilationInvalidated(OptimizedCallTarget target,
Object source,
CharSequence reason)
Invoked if a compiled call target was invalidated.
|
void |
notifyCompilationQueued(OptimizedCallTarget target)
Invoked if a call target was queued to the compilation queue.
|
void |
notifyCompilationSplit(OptimizedDirectCallNode callNode) |
void |
notifyCompilationStarted(OptimizedCallTarget target) |
void |
notifyCompilationSuccess(OptimizedCallTarget target,
StructuredGraph graph,
CompilationResult result) |
void |
notifyCompilationTruffleTierFinished(OptimizedCallTarget target,
StructuredGraph graph) |
void |
notifyShutdown(GraalTruffleRuntime runtime)
Invoked as the compiler gets shut down.
|
void |
notifyStartup(GraalTruffleRuntime runtime)
Invoked as soon as the compiler is ready to use.
|