Uses of Class
org.adoptopenjdk.jitwatch.report.Report
Packages that use Report
Package
Description
-
Uses of Report in org.adoptopenjdk.jitwatch.launch
Method parameters in org.adoptopenjdk.jitwatch.launch with type arguments of type ReportModifier and TypeMethodDescriptionprivate StringLaunchHeadless.getSuggestions(List<Report> suggestions) -
Uses of Report in org.adoptopenjdk.jitwatch.report
Fields in org.adoptopenjdk.jitwatch.report with type parameters of type ReportMethods in org.adoptopenjdk.jitwatch.report that return types with arguments of type ReportModifier and TypeMethodDescriptionAbstractReportBuilder.getReports(Comparator<Report> comparator) Method parameters in org.adoptopenjdk.jitwatch.report with type arguments of type ReportModifier and TypeMethodDescriptionAbstractReportBuilder.getReports(Comparator<Report> comparator) -
Uses of Report in org.adoptopenjdk.jitwatch.report.comparator
Methods in org.adoptopenjdk.jitwatch.report.comparator with parameters of type Report -
Uses of Report in org.adoptopenjdk.jitwatch.ui.main
Fields in org.adoptopenjdk.jitwatch.ui.main with type parameters of type ReportModifier and TypeFieldDescriptionJITWatchUI.reportListEliminatedAllocationsJITWatchUI.reportListOptimisedLocksJITWatchUI.reportListSuggestions -
Uses of Report in org.adoptopenjdk.jitwatch.ui.report
Fields in org.adoptopenjdk.jitwatch.ui.report declared as ReportFields in org.adoptopenjdk.jitwatch.ui.report with type parameters of type ReportMethods in org.adoptopenjdk.jitwatch.ui.report that return ReportConstructors in org.adoptopenjdk.jitwatch.ui.report with parameters of type ReportConstructor parameters in org.adoptopenjdk.jitwatch.ui.report with type arguments of type ReportModifierConstructorDescriptionReportStage(IStageAccessProxy proxy, String title, ReportStageType type, List<Report> reportList) -
Uses of Report in org.adoptopenjdk.jitwatch.ui.report.cell
Methods in org.adoptopenjdk.jitwatch.ui.report.cell with parameters of type ReportModifier and TypeMethodDescriptionprotected voidLinkedBCICell.updateItem(Report report, boolean empty) protected voidMemberTableCell.updateItem(Report report, boolean empty) -
Uses of Report in org.adoptopenjdk.jitwatch.ui.report.eliminatedallocation
Constructors in org.adoptopenjdk.jitwatch.ui.report.eliminatedallocation with parameters of type Report -
Uses of Report in org.adoptopenjdk.jitwatch.ui.report.inlining
Constructors in org.adoptopenjdk.jitwatch.ui.report.inlining with parameters of type Report -
Uses of Report in org.adoptopenjdk.jitwatch.ui.report.locks
Constructors in org.adoptopenjdk.jitwatch.ui.report.locks with parameters of type Report -
Uses of Report in org.adoptopenjdk.jitwatch.ui.report.suggestion
Constructors in org.adoptopenjdk.jitwatch.ui.report.suggestion with parameters of type Report -
Uses of Report in org.adoptopenjdk.jitwatch.ui.triview.bytecode
Fields in org.adoptopenjdk.jitwatch.ui.triview.bytecode declared as ReportMethods in org.adoptopenjdk.jitwatch.ui.triview.bytecode with parameters of type ReportModifier and TypeMethodDescriptionvoidViewerBytecode.highlightBytecodeForSuggestion(Report report)