Uses of Class
org.adoptopenjdk.jitwatch.model.Compilation
Packages that use Compilation
Package
Description
-
Uses of Compilation in org.adoptopenjdk.jitwatch.chain
Fields in org.adoptopenjdk.jitwatch.chain declared as CompilationModifier and TypeFieldDescriptionprivate CompilationCompileChainWalker.compilationprivate CompilationCompileNode.compilationMethods in org.adoptopenjdk.jitwatch.chain that return CompilationMethods in org.adoptopenjdk.jitwatch.chain with parameters of type CompilationModifier and TypeMethodDescriptionCompileChainWalker.buildCallTree(Compilation compilation) static CompileNodeCompileNode.createRootNode(Compilation compilation, String methodID, IParseDictionary parseDictionary, IReadOnlyJITDataModel model) -
Uses of Compilation in org.adoptopenjdk.jitwatch.compilation
Methods in org.adoptopenjdk.jitwatch.compilation with parameters of type CompilationModifier and TypeMethodDescriptionstatic voidCompilationUtil.visitEliminationTagsOfCompilation(Compilation compilation, ICompilationVisitable visitable) static voidCompilationUtil.visitOptimizerTagsOfCompilation(Compilation compilation, ICompilationVisitable visitable) static voidCompilationUtil.visitParseTagsOfCompilation(Compilation compilation, ICompilationVisitable visitable) -
Uses of Compilation in org.adoptopenjdk.jitwatch.model
Fields in org.adoptopenjdk.jitwatch.model declared as CompilationFields in org.adoptopenjdk.jitwatch.model with type parameters of type CompilationModifier and TypeFieldDescriptionprivate List<Compilation> AbstractMetaMember.compilationsprivate List<Compilation> CompilerThread.compilationsMethods in org.adoptopenjdk.jitwatch.model that return CompilationModifier and TypeMethodDescriptionAbstractMetaMember.getCompilation(int index) CodeCacheEvent.getCompilation()IMetaMember.getCompilation(int index) AbstractMetaMember.getCompilationByAddress(AssemblyMethod asmMethod) IMetaMember.getCompilationByAddress(AssemblyMethod asmMethod) AbstractMetaMember.getCompilationByCompileID(String compileID) IMetaMember.getCompilationByCompileID(String compileID) AbstractMetaMember.getLastCompilation()IMetaMember.getLastCompilation()AbstractMetaMember.getSelectedCompilation()IMetaMember.getSelectedCompilation()Methods in org.adoptopenjdk.jitwatch.model that return types with arguments of type CompilationModifier and TypeMethodDescriptionAbstractMetaMember.getCompilations()CompilerThread.getCompilations()IMetaMember.getCompilations()Methods in org.adoptopenjdk.jitwatch.model with parameters of type CompilationModifier and TypeMethodDescriptionvoidCompilerThread.addCompilation(Compilation compilation) voidCodeCacheEvent.setCompilation(Compilation compilation) voidAbstractMetaMember.storeCompilation(Compilation compilation) voidIMetaMember.storeCompilation(Compilation compilation) -
Uses of Compilation in org.adoptopenjdk.jitwatch.model.bytecode
Methods in org.adoptopenjdk.jitwatch.model.bytecode with parameters of type CompilationModifier and TypeMethodDescriptionprivate voidBytecodeAnnotationBuilder.buildEliminationTagAnnotations(int jdkMajorVersion, Compilation compilation) private voidBytecodeAnnotationBuilder.buildParseTagAnnotations(int jdkMajorVersion, Compilation compilation) -
Uses of Compilation in org.adoptopenjdk.jitwatch.parser
Methods in org.adoptopenjdk.jitwatch.parser that return CompilationModifier and TypeMethodDescriptionprivate CompilationAbstractLogParser.createCompilation(IMetaMember member) -
Uses of Compilation in org.adoptopenjdk.jitwatch.ui.graphing
Methods in org.adoptopenjdk.jitwatch.ui.graphing with parameters of type CompilationModifier and TypeMethodDescriptionprivate StringTimeLineStage.buildLabel(Tag nextJournalEvent, long journalEventTime, Compilation compilation) private voidTimeLineStage.drawMemberEvent(Compilation compilation, Tag tag, long stamp, double yPos) Method parameters in org.adoptopenjdk.jitwatch.ui.graphing with type arguments of type CompilationModifier and TypeMethodDescriptionprivate voidTimeLineStage.drawMemberEvents(List<Compilation> compilations, long stamp, double yPos) -
Uses of Compilation in org.adoptopenjdk.jitwatch.ui.main
Fields in org.adoptopenjdk.jitwatch.ui.main declared as CompilationConstructors in org.adoptopenjdk.jitwatch.ui.main with parameters of type Compilation -
Uses of Compilation in org.adoptopenjdk.jitwatch.ui.nmethod
Methods in org.adoptopenjdk.jitwatch.ui.nmethod with parameters of type CompilationModifier and TypeMethodDescriptionprotected voidAbstractNMethodStage.attachListener(javafx.scene.shape.Shape shape, Compilation compilation) protected voidAbstractNMethodStage.plotMarker(double x, double y, Compilation compilation) protected voidAbstractNMethodStage.plotMarker(double x, double y, Compilation compilation, boolean invert) voidNMethodInfo.setInfo(Compilation compilation) -
Uses of Compilation in org.adoptopenjdk.jitwatch.ui.nmethod.codecache
Methods in org.adoptopenjdk.jitwatch.ui.nmethod.codecache with parameters of type CompilationModifier and TypeMethodDescriptionprivate voidCodeCacheLayoutStage.plotCompilation(double x, double y, double w, double h, javafx.scene.paint.Color fillColour, Compilation compilation, boolean clickHandler) -
Uses of Compilation in org.adoptopenjdk.jitwatch.ui.nmethod.compilerthread
Fields in org.adoptopenjdk.jitwatch.ui.nmethod.compilerthread declared as CompilationModifier and TypeFieldDescriptionprivate CompilationCompilerThreadStage.QueueCounter.compilationMethods in org.adoptopenjdk.jitwatch.ui.nmethod.compilerthread that return CompilationMethods in org.adoptopenjdk.jitwatch.ui.nmethod.compilerthread with parameters of type CompilationModifier and TypeMethodDescriptionprivate voidCompilerThreadStage.plotBytecodeSize(Compilation compilation, double y, double rowHeight, javafx.scene.paint.Color fillColour, boolean isCompilationOfSelectedMember) private voidCompilerThreadStage.plotExpansions(Compilation compilation, double y, double rowHeight, javafx.scene.paint.Color fillColour, boolean isCompilationOfSelectedMember) private voidCompilerThreadStage.plotNativeSize(Compilation compilation, double y, double rowHeight, javafx.scene.paint.Color fillColour, boolean isCompilationOfSelectedMember) private voidCompilerThreadStage.plotQueuedCompileTimes(Compilation compilation, double y, double rowHeight, javafx.scene.paint.Color fillColour, boolean isCompilationOfSelectedMember) Constructors in org.adoptopenjdk.jitwatch.ui.nmethod.compilerthread with parameters of type Compilation -
Uses of Compilation in org.adoptopenjdk.jitwatch.ui.triview
Methods in org.adoptopenjdk.jitwatch.ui.triview with parameters of type Compilation -
Uses of Compilation in org.adoptopenjdk.jitwatch.ui.triview.bytecode
Fields in org.adoptopenjdk.jitwatch.ui.triview.bytecode declared as Compilation -
Uses of Compilation in org.adoptopenjdk.jitwatch.ui.viewer
Constructors in org.adoptopenjdk.jitwatch.ui.viewer with parameters of type CompilationModifierConstructorDescriptionJournalViewerStage(JITWatchUI parent, String title, Compilation compilation)