Uses of Interface
org.adoptopenjdk.jitwatch.treevisitor.ITreeVisitable
-
-
Uses of ITreeVisitable in org.adoptopenjdk.jitwatch.compilation
Classes in org.adoptopenjdk.jitwatch.compilation that implement ITreeVisitable Modifier and Type Class Description classAbstractCompilationWalker -
Uses of ITreeVisitable in org.adoptopenjdk.jitwatch.compilation.codecache
Classes in org.adoptopenjdk.jitwatch.compilation.codecache that implement ITreeVisitable Modifier and Type Class Description classCodeCacheEventWalker -
Uses of ITreeVisitable in org.adoptopenjdk.jitwatch.histo
Subinterfaces of ITreeVisitable in org.adoptopenjdk.jitwatch.histo Modifier and Type Interface Description interfaceIHistoVisitableClasses in org.adoptopenjdk.jitwatch.histo that implement ITreeVisitable Modifier and Type Class Description classAbstractHistoVisitableclassAttributeNameHistoWalkerclassCompileTimeHistoWalkerclassInlineSizeHistoVisitableclassNativeSizeHistoWalker -
Uses of ITreeVisitable in org.adoptopenjdk.jitwatch.inline
Classes in org.adoptopenjdk.jitwatch.inline that implement ITreeVisitable Modifier and Type Class Description classHeadlessInlineVisitor -
Uses of ITreeVisitable in org.adoptopenjdk.jitwatch.report
Classes in org.adoptopenjdk.jitwatch.report that implement ITreeVisitable Modifier and Type Class Description classAbstractReportBuilder -
Uses of ITreeVisitable in org.adoptopenjdk.jitwatch.report.escapeanalysis
Classes in org.adoptopenjdk.jitwatch.report.escapeanalysis that implement ITreeVisitable Modifier and Type Class Description classAbstractEscapeAnalysisWalker -
Uses of ITreeVisitable in org.adoptopenjdk.jitwatch.report.escapeanalysis.eliminatedallocation
Classes in org.adoptopenjdk.jitwatch.report.escapeanalysis.eliminatedallocation that implement ITreeVisitable Modifier and Type Class Description classEliminatedAllocationWalker -
Uses of ITreeVisitable in org.adoptopenjdk.jitwatch.report.inlining
Classes in org.adoptopenjdk.jitwatch.report.inlining that implement ITreeVisitable Modifier and Type Class Description classInliningWalker -
Uses of ITreeVisitable in org.adoptopenjdk.jitwatch.report.locks
Classes in org.adoptopenjdk.jitwatch.report.locks that implement ITreeVisitable Modifier and Type Class Description classOptimisedLocksWalker -
Uses of ITreeVisitable in org.adoptopenjdk.jitwatch.report.suggestion
Classes in org.adoptopenjdk.jitwatch.report.suggestion that implement ITreeVisitable Modifier and Type Class Description classSuggestionWalker -
Uses of ITreeVisitable in org.adoptopenjdk.jitwatch.toplist
Subinterfaces of ITreeVisitable in org.adoptopenjdk.jitwatch.toplist Modifier and Type Interface Description interfaceITopListVisitableClasses in org.adoptopenjdk.jitwatch.toplist that implement ITreeVisitable Modifier and Type Class Description classAbstractTopListVisitableclassCompiledAttributeTopListVisitableclassCompileTimeTopListVisitableclassHotThrowTopListVisitableclassInliningFailReasonTopListVisitableclassMostUsedIntrinsicsTopListVisitableclassNativeMethodSizeTopListVisitableclassStaleTaskToplistVisitable -
Uses of ITreeVisitable in org.adoptopenjdk.jitwatch.treevisitor
Methods in org.adoptopenjdk.jitwatch.treevisitor with parameters of type ITreeVisitable Modifier and Type Method Description private static voidTreeVisitor. walkPackage(MetaPackage mp, ITreeVisitable visitable)static voidTreeVisitor. walkTree(IReadOnlyJITDataModel model, ITreeVisitable visitable)
-