public final class TraceCompilationASTListener extends AbstractDebugCompilationListener
Constructor and Description |
---|
TraceCompilationASTListener() |
Modifier and Type | Method and Description |
---|---|
static void |
install(GraalTruffleRuntime runtime) |
void |
notifyCompilationSuccess(OptimizedCallTarget target,
StructuredGraph graph,
CompilationResult result) |
private static void |
printCompactTree(OptimizedCallTarget target) |
addASTSizeProperty, log, notifyCompilationDequeued, notifyCompilationFailed, notifyCompilationGraalTierFinished, notifyCompilationInvalidated, notifyCompilationQueued, notifyCompilationSplit, notifyCompilationStarted, notifyCompilationTruffleTierFinished, notifyShutdown, notifyStartup
public TraceCompilationASTListener()
public static void install(GraalTruffleRuntime runtime)
public void notifyCompilationSuccess(OptimizedCallTarget target, StructuredGraph graph, CompilationResult result)
notifyCompilationSuccess
in interface GraalTruffleCompilationListener
notifyCompilationSuccess
in class AbstractDebugCompilationListener
private static void printCompactTree(OptimizedCallTarget target)