public final class TraceInliningListener extends AbstractDebugCompilationListener
| Modifier | Constructor and Description |
|---|---|
private |
TraceInliningListener() |
| Modifier and Type | Method and Description |
|---|---|
static void |
install(GraalTruffleRuntime runtime) |
private void |
logInliningDecisionRecursive(OptimizedCallTarget target,
TruffleInlining result,
int depth) |
void |
notifyCompilationTruffleTierFinished(OptimizedCallTarget target,
StructuredGraph graph) |
addASTSizeProperty, log, notifyCompilationDequeued, notifyCompilationFailed, notifyCompilationGraalTierFinished, notifyCompilationInvalidated, notifyCompilationQueued, notifyCompilationSplit, notifyCompilationStarted, notifyCompilationSuccess, notifyShutdown, notifyStartupprivate TraceInliningListener()
public static void install(GraalTruffleRuntime runtime)
public void notifyCompilationTruffleTierFinished(OptimizedCallTarget target, StructuredGraph graph)
notifyCompilationTruffleTierFinished in interface GraalTruffleCompilationListenernotifyCompilationTruffleTierFinished in class AbstractDebugCompilationListenerprivate void logInliningDecisionRecursive(OptimizedCallTarget target, TruffleInlining result, int depth)