Uses of Interface
org.adoptopenjdk.jitwatch.model.IReadOnlyJITDataModel
Packages that use IReadOnlyJITDataModel
Package
Description
-
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.chain
Fields in org.adoptopenjdk.jitwatch.chain declared as IReadOnlyJITDataModelModifier and TypeFieldDescriptionprivate IReadOnlyJITDataModelCompileChainWalker.modelprivate IReadOnlyJITDataModelCompileNode.modelMethods in org.adoptopenjdk.jitwatch.chain with parameters of type IReadOnlyJITDataModelModifier and TypeMethodDescriptionstatic CompileNodeCompileNode.createRootNode(Compilation compilation, String methodID, IParseDictionary parseDictionary, IReadOnlyJITDataModel model) Constructors in org.adoptopenjdk.jitwatch.chain with parameters of type IReadOnlyJITDataModel -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.compilation
Fields in org.adoptopenjdk.jitwatch.compilation declared as IReadOnlyJITDataModelConstructors in org.adoptopenjdk.jitwatch.compilation with parameters of type IReadOnlyJITDataModel -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.compilation.codecache
Constructors in org.adoptopenjdk.jitwatch.compilation.codecache with parameters of type IReadOnlyJITDataModel -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.histo
Fields in org.adoptopenjdk.jitwatch.histo declared as IReadOnlyJITDataModelConstructors in org.adoptopenjdk.jitwatch.histo with parameters of type IReadOnlyJITDataModelModifierConstructorDescriptionAbstractHistoVisitable(IReadOnlyJITDataModel model, long resolution) AttributeNameHistoWalker(IReadOnlyJITDataModel model, boolean isCompileAttribute, 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 IReadOnlyJITDataModelConstructors in org.adoptopenjdk.jitwatch.hotthrow with parameters of type IReadOnlyJITDataModel -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.inline
Fields in org.adoptopenjdk.jitwatch.inline declared as IReadOnlyJITDataModelModifier and TypeFieldDescriptionprivate final IReadOnlyJITDataModelHeadlessInlineVisitor.InlineJournalVisitor.modelprivate final IReadOnlyJITDataModelHeadlessInlineVisitor.modelConstructors in org.adoptopenjdk.jitwatch.inline with parameters of type IReadOnlyJITDataModelModifierConstructorDescriptionInlineJournalVisitor(Map<String, Map<String, HeadlessInlineVisitor.InlineFailureInfo>> failures, IReadOnlyJITDataModel model, String callerName) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.model
Classes in org.adoptopenjdk.jitwatch.model that implement IReadOnlyJITDataModelMethods in org.adoptopenjdk.jitwatch.model with parameters of type IReadOnlyJITDataModelModifier and TypeMethodDescriptionMetaClass.getClassBytecode(IReadOnlyJITDataModel model, List<String> classLocations) MetaClass.getClassBytecode(IReadOnlyJITDataModel model, List<String> classLocations, Path javapPath) private voidMetaClass.loadInnerClasses(List<String> innerClassNames, IReadOnlyJITDataModel model, List<String> classLocations) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.model.bytecode
Fields in org.adoptopenjdk.jitwatch.model.bytecode declared as IReadOnlyJITDataModelMethods in org.adoptopenjdk.jitwatch.model.bytecode with parameters of type IReadOnlyJITDataModelModifier and TypeMethodDescriptionBytecodeAnnotationBuilder.buildBytecodeAnnotations(IMetaMember member, int compilationIndex, IReadOnlyJITDataModel model) BytecodeAnnotationBuilder.buildBytecodeAnnotations(IMetaMember member, int compilationIndex, IReadOnlyJITDataModel model, EnumSet<BCAnnotationType> allowedAnnotations) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.report
Fields in org.adoptopenjdk.jitwatch.report declared as IReadOnlyJITDataModelConstructors in org.adoptopenjdk.jitwatch.report with parameters of type IReadOnlyJITDataModel -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.report.escapeanalysis
Constructors in org.adoptopenjdk.jitwatch.report.escapeanalysis with parameters of type IReadOnlyJITDataModel -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.report.escapeanalysis.eliminatedallocation
Constructors in org.adoptopenjdk.jitwatch.report.escapeanalysis.eliminatedallocation with parameters of type IReadOnlyJITDataModel -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.report.inlining
Constructors in org.adoptopenjdk.jitwatch.report.inlining with parameters of type IReadOnlyJITDataModel -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.report.locks
Constructors in org.adoptopenjdk.jitwatch.report.locks with parameters of type IReadOnlyJITDataModel -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.report.suggestion
Constructors in org.adoptopenjdk.jitwatch.report.suggestion with parameters of type IReadOnlyJITDataModel -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.sandbox
Methods in org.adoptopenjdk.jitwatch.sandbox with parameters of type IReadOnlyJITDataModelModifier and TypeMethodDescriptionprivate IMetaMemberSandbox.getMemberForClass(String openClassInTriView, IReadOnlyJITDataModel model) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.toplist
Fields in org.adoptopenjdk.jitwatch.toplist declared as IReadOnlyJITDataModelConstructors in org.adoptopenjdk.jitwatch.toplist with parameters of type IReadOnlyJITDataModelModifierConstructorDescriptionAbstractTopListVisitable(IReadOnlyJITDataModel model, boolean sortHighToLow) CompiledAttributeTopListVisitable(IReadOnlyJITDataModel model, 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 IReadOnlyJITDataModelModifier and TypeMethodDescriptionstatic voidTreeVisitor.walkTree(IReadOnlyJITDataModel model, ITreeVisitable visitable) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.ui.compilechain
Fields in org.adoptopenjdk.jitwatch.ui.compilechain declared as IReadOnlyJITDataModelConstructors in org.adoptopenjdk.jitwatch.ui.compilechain with parameters of type IReadOnlyJITDataModelModifierConstructorDescriptionCompileChainStage(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 -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.ui.toplist
Constructors in org.adoptopenjdk.jitwatch.ui.toplist with parameters of type IReadOnlyJITDataModelModifierConstructorDescriptionTopListStage(IMemberSelectedListener selectionListener, IReadOnlyJITDataModel model) -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.ui.triview
Fields in org.adoptopenjdk.jitwatch.ui.triview declared as IReadOnlyJITDataModel -
Uses of IReadOnlyJITDataModel in org.adoptopenjdk.jitwatch.ui.triview.bytecode
Fields in org.adoptopenjdk.jitwatch.ui.triview.bytecode declared as IReadOnlyJITDataModelConstructors in org.adoptopenjdk.jitwatch.ui.triview.bytecode with parameters of type IReadOnlyJITDataModelModifierConstructorDescriptionViewerBytecode(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 IReadOnlyJITDataModelModifier and TypeMethodDescriptionstatic IMetaMemberParseUtil.findMemberWithSignature(IReadOnlyJITDataModel model, String logSignature) static IMetaMemberParseUtil.getMemberFromBytecodeComment(IReadOnlyJITDataModel model, IMetaMember currentMember, BytecodeInstruction instruction) static MetaClassParseUtil.lateLoadMetaClass(IReadOnlyJITDataModel model, String metaClassName) static IMetaMemberParseUtil.lookupMember(String methodId, IParseDictionary parseDictionary, IReadOnlyJITDataModel model) static StringHeadlessUtil.modelToString(IReadOnlyJITDataModel model, boolean onlyCompiled)