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, notifyStartup
private TraceInliningListener()
public static void install(GraalTruffleRuntime runtime)
public void notifyCompilationTruffleTierFinished(OptimizedCallTarget target, StructuredGraph graph)
notifyCompilationTruffleTierFinished
in interface GraalTruffleCompilationListener
notifyCompilationTruffleTierFinished
in class AbstractDebugCompilationListener
private void logInliningDecisionRecursive(OptimizedCallTarget target, TruffleInlining result, int depth)