Uses of Interface
org.adoptopenjdk.jitwatch.model.IReadOnlyJITDataModel
-
-
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.chain
Fields in org.adoptopenjdk.jitwatch.chain declared as IReadOnlyJITDataModel Modifier and Type Field Description private IReadOnlyJITDataModelCompileChainWalker. modelprivate IReadOnlyJITDataModelCompileNode. modelMethods in org.adoptopenjdk.jitwatch.chain with parameters of type IReadOnlyJITDataModel Modifier and Type Method Description static CompileNodeCompileNode. createRootNode(Compilation compilation, java.lang.String methodID, IParseDictionary parseDictionary, IReadOnlyJITDataModel model)Constructors in org.adoptopenjdk.jitwatch.chain with parameters of type IReadOnlyJITDataModel Constructor Description CompileChainWalker(IReadOnlyJITDataModel model) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.compilation
Fields in org.adoptopenjdk.jitwatch.compilation declared as IReadOnlyJITDataModel Modifier and Type Field Description protected IReadOnlyJITDataModelAbstractCompilationWalker. modelConstructors in org.adoptopenjdk.jitwatch.compilation with parameters of type IReadOnlyJITDataModel Constructor Description AbstractCompilationWalker(IReadOnlyJITDataModel model) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.compilation.codecache
Constructors in org.adoptopenjdk.jitwatch.compilation.codecache with parameters of type IReadOnlyJITDataModel Constructor Description CodeCacheEventWalker(IReadOnlyJITDataModel model) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.histo
Fields in org.adoptopenjdk.jitwatch.histo declared as IReadOnlyJITDataModel Modifier and Type Field Description protected IReadOnlyJITDataModelAbstractHistoVisitable. modelConstructors in org.adoptopenjdk.jitwatch.histo with parameters of type IReadOnlyJITDataModel Constructor Description AbstractHistoVisitable(IReadOnlyJITDataModel model, long resolution)AttributeNameHistoWalker(IReadOnlyJITDataModel model, boolean isCompileAttribute, java.lang.String attributeName, long resolution)CompileTimeHistoWalker(IReadOnlyJITDataModel model, long resolution)InlineSizeHistoVisitable(IReadOnlyJITDataModel model, long resolution)NativeSizeHistoWalker(IReadOnlyJITDataModel model, long resolution) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.hotthrow
Fields in org.adoptopenjdk.jitwatch.hotthrow declared as IReadOnlyJITDataModel Modifier and Type Field Description private IReadOnlyJITDataModelHotThrowFinder. modelConstructors in org.adoptopenjdk.jitwatch.hotthrow with parameters of type IReadOnlyJITDataModel Constructor Description HotThrowFinder(IReadOnlyJITDataModel model) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.inline
Fields in org.adoptopenjdk.jitwatch.inline declared as IReadOnlyJITDataModel Modifier and Type Field Description private IReadOnlyJITDataModelHeadlessInlineVisitor.InlineJournalVisitor. modelprivate IReadOnlyJITDataModelHeadlessInlineVisitor. modelConstructors in org.adoptopenjdk.jitwatch.inline with parameters of type IReadOnlyJITDataModel Constructor Description HeadlessInlineVisitor(IReadOnlyJITDataModel model)InlineJournalVisitor(java.util.Map<java.lang.String,java.util.Map<java.lang.String,HeadlessInlineVisitor.InlineFailureInfo>> failures, IReadOnlyJITDataModel model, java.lang.String callerName) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.model
Classes in org.adoptopenjdk.jitwatch.model that implement IReadOnlyJITDataModel Modifier and Type Class Description classJITDataModelMethods in org.adoptopenjdk.jitwatch.model with parameters of type IReadOnlyJITDataModel Modifier and Type Method Description ClassBCMetaClass. getClassBytecode(IReadOnlyJITDataModel model, java.util.List<java.lang.String> classLocations)ClassBCMetaClass. getClassBytecode(IReadOnlyJITDataModel model, java.util.List<java.lang.String> classLocations, java.nio.file.Path javapPath)private voidMetaClass. loadInnerClasses(java.util.List<java.lang.String> innerClassNames, IReadOnlyJITDataModel model, java.util.List<java.lang.String> classLocations) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.model.bytecode
Fields in org.adoptopenjdk.jitwatch.model.bytecode declared as IReadOnlyJITDataModel Modifier and Type Field Description private IReadOnlyJITDataModelBytecodeAnnotationBuilder. modelMethods in org.adoptopenjdk.jitwatch.model.bytecode with parameters of type IReadOnlyJITDataModel Modifier and Type Method Description BytecodeAnnotationsBytecodeAnnotationBuilder. buildBytecodeAnnotations(IMetaMember member, int compilationIndex, IReadOnlyJITDataModel model)BytecodeAnnotationsBytecodeAnnotationBuilder. buildBytecodeAnnotations(IMetaMember member, int compilationIndex, IReadOnlyJITDataModel model, java.util.EnumSet<BCAnnotationType> allowedAnnotations) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.report
Fields in org.adoptopenjdk.jitwatch.report declared as IReadOnlyJITDataModel Modifier and Type Field Description protected IReadOnlyJITDataModelAbstractReportBuilder. modelConstructors in org.adoptopenjdk.jitwatch.report with parameters of type IReadOnlyJITDataModel Constructor Description AbstractReportBuilder(IReadOnlyJITDataModel model) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.report.escapeanalysis
Constructors in org.adoptopenjdk.jitwatch.report.escapeanalysis with parameters of type IReadOnlyJITDataModel Constructor Description AbstractEscapeAnalysisWalker(IReadOnlyJITDataModel model) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.report.escapeanalysis.eliminatedallocation
Constructors in org.adoptopenjdk.jitwatch.report.escapeanalysis.eliminatedallocation with parameters of type IReadOnlyJITDataModel Constructor Description EliminatedAllocationWalker(IReadOnlyJITDataModel model) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.report.inlining
Constructors in org.adoptopenjdk.jitwatch.report.inlining with parameters of type IReadOnlyJITDataModel Constructor Description InliningWalker(IReadOnlyJITDataModel model, IMetaMember member) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.report.locks
Constructors in org.adoptopenjdk.jitwatch.report.locks with parameters of type IReadOnlyJITDataModel Constructor Description OptimisedLocksWalker(IReadOnlyJITDataModel model) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.report.suggestion
Constructors in org.adoptopenjdk.jitwatch.report.suggestion with parameters of type IReadOnlyJITDataModel Constructor Description SuggestionWalker(IReadOnlyJITDataModel model) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.sandbox
Methods in org.adoptopenjdk.jitwatch.sandbox with parameters of type IReadOnlyJITDataModel Modifier and Type Method Description private IMetaMemberSandbox. getMemberForClass(java.lang.String openClassInTriView, IReadOnlyJITDataModel model) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.toplist
Fields in org.adoptopenjdk.jitwatch.toplist declared as IReadOnlyJITDataModel Modifier and Type Field Description protected IReadOnlyJITDataModelAbstractTopListVisitable. modelConstructors in org.adoptopenjdk.jitwatch.toplist with parameters of type IReadOnlyJITDataModel Constructor Description AbstractTopListVisitable(IReadOnlyJITDataModel model, boolean sortHighToLow)CompiledAttributeTopListVisitable(IReadOnlyJITDataModel model, java.lang.String attr, boolean sortHighToLow)CompileTimeTopListVisitable(IReadOnlyJITDataModel model, boolean sortHighToLow)HotThrowTopListVisitable(IReadOnlyJITDataModel model, boolean sortHighToLow)InliningFailReasonTopListVisitable(IReadOnlyJITDataModel model, boolean sortHighToLow)MostUsedIntrinsicsTopListVisitable(IReadOnlyJITDataModel model, boolean sortHighToLow)NativeMethodSizeTopListVisitable(IReadOnlyJITDataModel model, boolean sortHighToLow)StaleTaskToplistVisitable(IReadOnlyJITDataModel model, boolean sortHighToLow) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.treevisitor
Methods in org.adoptopenjdk.jitwatch.treevisitor with parameters of type IReadOnlyJITDataModel Modifier and Type Method Description static voidTreeVisitor. walkTree(IReadOnlyJITDataModel model, ITreeVisitable visitable) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.ui.compilechain
Fields in org.adoptopenjdk.jitwatch.ui.compilechain declared as IReadOnlyJITDataModel Modifier and Type Field Description private IReadOnlyJITDataModelCompileChainStage. modelConstructors in org.adoptopenjdk.jitwatch.ui.compilechain with parameters of type IReadOnlyJITDataModel Constructor Description CompileChainStage(IMemberSelectedListener selectionListener, IStageAccessProxy stageAccess, IReadOnlyJITDataModel model) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.ui.main
Methods in org.adoptopenjdk.jitwatch.ui.main that return IReadOnlyJITDataModel Modifier and Type Method Description IReadOnlyJITDataModelJITWatchUI. getJITDataModel() -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.ui.toplist
Constructors in org.adoptopenjdk.jitwatch.ui.toplist with parameters of type IReadOnlyJITDataModel Constructor Description TopListStage(IMemberSelectedListener selectionListener, IReadOnlyJITDataModel model) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.ui.triview
Fields in org.adoptopenjdk.jitwatch.ui.triview declared as IReadOnlyJITDataModel Modifier and Type Field Description private IReadOnlyJITDataModelTriView. model -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.ui.triview.bytecode
Fields in org.adoptopenjdk.jitwatch.ui.triview.bytecode declared as IReadOnlyJITDataModel Modifier and Type Field Description private IReadOnlyJITDataModelViewerBytecode. modelConstructors in org.adoptopenjdk.jitwatch.ui.triview.bytecode with parameters of type IReadOnlyJITDataModel Constructor Description ViewerBytecode(IStageAccessProxy stageAccessProxy, TriViewNavigationStack navigationStack, IReadOnlyJITDataModel model, ILineListener lineListener, ILineListener.LineType lineType) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.util
Methods in org.adoptopenjdk.jitwatch.util with parameters of type IReadOnlyJITDataModel Modifier and Type Method Description static IMetaMemberParseUtil. findMemberWithSignature(IReadOnlyJITDataModel model, java.lang.String logSignature)static IMetaMemberParseUtil. getMemberFromBytecodeComment(IReadOnlyJITDataModel model, IMetaMember currentMember, BytecodeInstruction instruction)static MetaClassParseUtil. lateLoadMetaClass(IReadOnlyJITDataModel model, java.lang.String metaClassName)static IMetaMemberParseUtil. lookupMember(java.lang.String methodId, IParseDictionary parseDictionary, IReadOnlyJITDataModel model)static java.lang.StringHeadlessUtil. modelToString(IReadOnlyJITDataModel model, boolean onlyCompiled)
-