Uses of Interface
org.adoptopenjdk.jitwatch.compilation.ICompilationVisitable
-
-
Uses of ICompilationVisitable in org.adoptopenjdk.jitwatch.chain
Classes in org.adoptopenjdk.jitwatch.chain that implement ICompilationVisitable Modifier and Type Class Description classCompileChainWalker -
Uses of ICompilationVisitable in org.adoptopenjdk.jitwatch.compilation
Classes in org.adoptopenjdk.jitwatch.compilation that implement ICompilationVisitable Modifier and Type Class Description classAbstractCompilationVisitableclassAbstractCompilationWalkerMethods in org.adoptopenjdk.jitwatch.compilation with parameters of type ICompilationVisitable Modifier and Type Method Description static voidCompilationUtil. unhandledTag(ICompilationVisitable visitable, Tag child)static voidCompilationUtil. visitEliminationTagsOfCompilation(Compilation compilation, ICompilationVisitable visitable)static voidCompilationUtil. visitOptimizerTagsOfCompilation(Compilation compilation, ICompilationVisitable visitable)static voidCompilationUtil. visitParseTagsOfCompilation(Compilation compilation, ICompilationVisitable visitable) -
Uses of ICompilationVisitable in org.adoptopenjdk.jitwatch.compilation.codecache
Classes in org.adoptopenjdk.jitwatch.compilation.codecache that implement ICompilationVisitable Modifier and Type Class Description classCodeCacheEventWalker -
Uses of ICompilationVisitable in org.adoptopenjdk.jitwatch.histo
Classes in org.adoptopenjdk.jitwatch.histo that implement ICompilationVisitable Modifier and Type Class Description classAbstractHistoVisitableclassAttributeNameHistoWalkerclassCompileTimeHistoWalkerclassInlineSizeHistoVisitableclassNativeSizeHistoWalker -
Uses of ICompilationVisitable in org.adoptopenjdk.jitwatch.hotthrow
Classes in org.adoptopenjdk.jitwatch.hotthrow that implement ICompilationVisitable Modifier and Type Class Description classHotThrowFinder -
Uses of ICompilationVisitable in org.adoptopenjdk.jitwatch.inline
Classes in org.adoptopenjdk.jitwatch.inline that implement ICompilationVisitable Modifier and Type Class Description private static classHeadlessInlineVisitor.InlineJournalVisitor -
Uses of ICompilationVisitable in org.adoptopenjdk.jitwatch.intrinsic
Classes in org.adoptopenjdk.jitwatch.intrinsic that implement ICompilationVisitable Modifier and Type Class Description classIntrinsicFinder -
Uses of ICompilationVisitable in org.adoptopenjdk.jitwatch.model.bytecode
Classes in org.adoptopenjdk.jitwatch.model.bytecode that implement ICompilationVisitable Modifier and Type Class Description classBytecodeAnnotationBuilder -
Uses of ICompilationVisitable in org.adoptopenjdk.jitwatch.report
Classes in org.adoptopenjdk.jitwatch.report that implement ICompilationVisitable Modifier and Type Class Description classAbstractReportBuilder -
Uses of ICompilationVisitable in org.adoptopenjdk.jitwatch.report.escapeanalysis
Classes in org.adoptopenjdk.jitwatch.report.escapeanalysis that implement ICompilationVisitable Modifier and Type Class Description classAbstractEscapeAnalysisWalker -
Uses of ICompilationVisitable in org.adoptopenjdk.jitwatch.report.escapeanalysis.eliminatedallocation
Classes in org.adoptopenjdk.jitwatch.report.escapeanalysis.eliminatedallocation that implement ICompilationVisitable Modifier and Type Class Description classEliminatedAllocationWalker -
Uses of ICompilationVisitable in org.adoptopenjdk.jitwatch.report.inlining
Classes in org.adoptopenjdk.jitwatch.report.inlining that implement ICompilationVisitable Modifier and Type Class Description classInliningWalker -
Uses of ICompilationVisitable in org.adoptopenjdk.jitwatch.report.locks
Classes in org.adoptopenjdk.jitwatch.report.locks that implement ICompilationVisitable Modifier and Type Class Description classOptimisedLocksWalker -
Uses of ICompilationVisitable in org.adoptopenjdk.jitwatch.report.suggestion
Classes in org.adoptopenjdk.jitwatch.report.suggestion that implement ICompilationVisitable Modifier and Type Class Description classSuggestionWalker -
Uses of ICompilationVisitable in org.adoptopenjdk.jitwatch.toplist
Classes in org.adoptopenjdk.jitwatch.toplist that implement ICompilationVisitable Modifier and Type Class Description classAbstractTopListVisitableclassCompiledAttributeTopListVisitableclassCompileTimeTopListVisitableclassHotThrowTopListVisitableclassInliningFailReasonTopListVisitableclassMostUsedIntrinsicsTopListVisitableclassNativeMethodSizeTopListVisitableclassStaleTaskToplistVisitable
-