Uses of Class
org.adoptopenjdk.jitwatch.model.Compilation
-
-
Uses of Compilation in org.adoptopenjdk.jitwatch.chain
Fields in org.adoptopenjdk.jitwatch.chain declared as Compilation Modifier and Type Field Description private CompilationCompileChainWalker. compilationprivate CompilationCompileNode. compilationMethods in org.adoptopenjdk.jitwatch.chain that return Compilation Modifier and Type Method Description CompilationCompileNode. getCompilation()Methods in org.adoptopenjdk.jitwatch.chain with parameters of type Compilation Modifier and Type Method Description CompileNodeCompileChainWalker. buildCallTree(Compilation compilation)static CompileNodeCompileNode. createRootNode(Compilation compilation, java.lang.String methodID, IParseDictionary parseDictionary, IReadOnlyJITDataModel model) -
Uses of Compilation in org.adoptopenjdk.jitwatch.compilation
Methods in org.adoptopenjdk.jitwatch.compilation with parameters of type Compilation Modifier and Type Method Description static 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 Compilation Modifier and Type Field Description private CompilationCodeCacheEvent. compilationFields in org.adoptopenjdk.jitwatch.model with type parameters of type Compilation Modifier and Type Field Description private java.util.List<Compilation>AbstractMetaMember. compilationsprivate java.util.List<Compilation>CompilerThread. compilationsMethods in org.adoptopenjdk.jitwatch.model that return Compilation Modifier and Type Method Description CompilationAbstractMetaMember. getCompilation(int index)CompilationCodeCacheEvent. getCompilation()CompilationIMetaMember. getCompilation(int index)CompilationAbstractMetaMember. getCompilationByAddress(AssemblyMethod asmMethod)CompilationIMetaMember. getCompilationByAddress(AssemblyMethod asmMethod)CompilationAbstractMetaMember. getCompilationByCompileID(java.lang.String compileID)CompilationIMetaMember. getCompilationByCompileID(java.lang.String compileID)CompilationAbstractMetaMember. getLastCompilation()CompilationIMetaMember. getLastCompilation()CompilationAbstractMetaMember. getSelectedCompilation()CompilationIMetaMember. getSelectedCompilation()Methods in org.adoptopenjdk.jitwatch.model that return types with arguments of type Compilation Modifier and Type Method Description java.util.List<Compilation>AbstractMetaMember. getCompilations()java.util.List<Compilation>CompilerThread. getCompilations()java.util.List<Compilation>IMetaMember. getCompilations()Methods in org.adoptopenjdk.jitwatch.model with parameters of type Compilation Modifier and Type Method Description voidCompilerThread. 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 Compilation Modifier and Type Method Description private 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 Compilation Modifier and Type Method Description private CompilationAbstractLogParser. createCompilation(IMetaMember member) -
Uses of Compilation in org.adoptopenjdk.jitwatch.ui.graphing
Methods in org.adoptopenjdk.jitwatch.ui.graphing with parameters of type Compilation Modifier and Type Method Description private java.lang.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 Compilation Modifier and Type Method Description private voidTimeLineStage. drawMemberEvents(java.util.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 Compilation Modifier and Type Field Description private CompilationCompilationTableRow. compilationConstructors in org.adoptopenjdk.jitwatch.ui.main with parameters of type Compilation Constructor Description CompilationTableRow(Compilation compilation) -
Uses of Compilation in org.adoptopenjdk.jitwatch.ui.nmethod
Methods in org.adoptopenjdk.jitwatch.ui.nmethod with parameters of type Compilation Modifier and Type Method Description protected 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 Compilation Modifier and Type Method Description private 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 Compilation Modifier and Type Field Description private CompilationCompilerThreadStage.QueueCounter. compilationMethods in org.adoptopenjdk.jitwatch.ui.nmethod.compilerthread that return Compilation Modifier and Type Method Description CompilationCompilerThreadStage.QueueCounter. getCompilation()Methods in org.adoptopenjdk.jitwatch.ui.nmethod.compilerthread with parameters of type Compilation Modifier and Type Method Description private 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 Constructor Description QueueCounter(long timestamp, boolean add, Compilation compilation) -
Uses of Compilation in org.adoptopenjdk.jitwatch.ui.triview
Methods in org.adoptopenjdk.jitwatch.ui.triview with parameters of type Compilation Modifier and Type Method Description voidCompilationInfo. setCompilation(Compilation compilation) -
Uses of Compilation in org.adoptopenjdk.jitwatch.ui.triview.bytecode
Fields in org.adoptopenjdk.jitwatch.ui.triview.bytecode declared as Compilation Modifier and Type Field Description private CompilationViewerBytecode. compilation -
Uses of Compilation in org.adoptopenjdk.jitwatch.ui.viewer
Constructors in org.adoptopenjdk.jitwatch.ui.viewer with parameters of type Compilation Constructor Description JournalViewerStage(JITWatchUI parent, java.lang.String title, Compilation compilation)
-