Uses of Class
org.adoptopenjdk.jitwatch.model.Tag
Packages that use Tag
Package
Description
-
Uses of Tag in org.adoptopenjdk.jitwatch.chain
Methods in org.adoptopenjdk.jitwatch.chain with parameters of type TagModifier and TypeMethodDescriptionprivate voidCompileChainWalker.processParseTag(Tag parseTag, CompileNode parentNode, IParseDictionary parseDictionary) voidCompileChainWalker.visitTag(Tag parseTag, IParseDictionary parseDictionary) -
Uses of Tag in org.adoptopenjdk.jitwatch.compilation
Methods in org.adoptopenjdk.jitwatch.compilation that return TagModifier and TypeMethodDescriptionprivate static TagCompilationUtil.getOptimizerPhase(Task lastTask) static TagCompilationUtil.getParsePhase(Task task) Methods in org.adoptopenjdk.jitwatch.compilation with parameters of type TagModifier and TypeMethodDescriptionprotected voidAbstractCompilationVisitable.handleOther(Tag tag) static booleanCompilationUtil.isJournalForCompile2NativeMember(Tag tag) static voidCompilationUtil.unhandledTag(ICompilationVisitable visitable, Tag child) voidAbstractCompilationWalker.visitTag(Tag toVisit, IParseDictionary parseDictionary) voidICompilationVisitable.visitTag(Tag toVisit, IParseDictionary parseDictionary) -
Uses of Tag in org.adoptopenjdk.jitwatch.core
Fields in org.adoptopenjdk.jitwatch.core declared as TagModifier and TypeFieldDescriptionprivate TagTagProcessor.currentTagprivate TagTagProcessor.topTagMethods in org.adoptopenjdk.jitwatch.core that return TagModifier and TypeMethodDescriptionprivate TagTagProcessor.processLine(String line) private TagTagProcessor.processValidLine(String line, int indexEndName, boolean selfClosing) -
Uses of Tag in org.adoptopenjdk.jitwatch.histo
Methods in org.adoptopenjdk.jitwatch.histo with parameters of type TagModifier and TypeMethodDescriptionprivate voidInlineSizeHistoVisitable.processParseTag(Tag parseTag, IParseDictionary parseDictionary) voidAbstractHistoVisitable.visitTag(Tag toVisit, IParseDictionary parseDictionary) voidInlineSizeHistoVisitable.visitTag(Tag parseTag, IParseDictionary parseDictionary) -
Uses of Tag in org.adoptopenjdk.jitwatch.hotthrow
Methods in org.adoptopenjdk.jitwatch.hotthrow with parameters of type TagModifier and TypeMethodDescriptionvoidHotThrowFinder.visitTag(Tag parseTag, IParseDictionary parseDictionary) -
Uses of Tag in org.adoptopenjdk.jitwatch.inline
Methods in org.adoptopenjdk.jitwatch.inline with parameters of type TagModifier and TypeMethodDescriptionprivate voidHeadlessInlineVisitor.InlineJournalVisitor.processParseTag(Tag parseTag, IParseDictionary parseDictionary) voidHeadlessInlineVisitor.InlineJournalVisitor.visitTag(Tag parseTag, IParseDictionary parseDictionary) -
Uses of Tag in org.adoptopenjdk.jitwatch.intrinsic
Methods in org.adoptopenjdk.jitwatch.intrinsic with parameters of type TagModifier and TypeMethodDescriptionvoidIntrinsicFinder.visitTag(Tag parseTag, IParseDictionary parseDictionary) -
Uses of Tag in org.adoptopenjdk.jitwatch.model
Subclasses of Tag in org.adoptopenjdk.jitwatch.modelFields in org.adoptopenjdk.jitwatch.model declared as TagModifier and TypeFieldDescriptionprivate TagJITDataModel.endOfLogprivate TagTag.parentprivate TagCompilation.tagNMethodprivate TagCompilation.tagTaskDoneprivate TagCompilation.tagTaskQueuedFields in org.adoptopenjdk.jitwatch.model with type parameters of type TagModifier and TypeFieldDescriptionTag.childrenParseDictionary.klassMapParseDictionary.methodMapParseDictionary.typeMapMethods in org.adoptopenjdk.jitwatch.model that return TagModifier and TypeMethodDescriptionIReadOnlyJITDataModel.getEndOfLogTag()JITDataModel.getEndOfLogTag()Tag.getFirstNamedChild(String name) Tag.getParent()Compilation.getTagNMethod()Compilation.getTagTaskDone()Compilation.getTagTaskQueued()Methods in org.adoptopenjdk.jitwatch.model that return types with arguments of type TagModifier and TypeMethodDescriptionTag.getChildren()Tag.getNamedChildren(String name) Tag.getNamedChildrenWithAttribute(String tagName, String attrName, String attrValue) Methods in org.adoptopenjdk.jitwatch.model with parameters of type TagModifier and TypeMethodDescriptionvoidvoidTask.addDictionaryKlass(String klass, Tag tag) voidTask.addDictionaryMethod(String method, Tag tag) voidTask.addDictionaryType(String type, Tag tag) private intvoidvoidvoidvoidvoidvoidvoidJITDataModel.setEndOfLog(Tag tag) voidvoidCompilation.setTagNMethod(Tag tagNMethod) voidCompilation.setTagTaskDone(Tag tagTaskDone) voidCompilation.setTagTaskQueued(Tag tagTaskQueued) -
Uses of Tag in org.adoptopenjdk.jitwatch.model.bytecode
Fields in org.adoptopenjdk.jitwatch.model.bytecode with type parameters of type TagMethods in org.adoptopenjdk.jitwatch.model.bytecode that return types with arguments of type TagMethods in org.adoptopenjdk.jitwatch.model.bytecode with parameters of type TagModifier and TypeMethodDescriptionprivate voidBytecodeAnnotationBuilder.buildParseTagAnnotations(Tag parseTag, BytecodeAnnotations annotations, IParseDictionary parseDictionary) private IMetaMemberBytecodeAnnotationBuilder.findMemberForInlinedMethod(Tag tagJVMS, IParseDictionary parseDictionary) private booleanBytecodeAnnotationBuilder.isLateInline(Tag parseTag) static UncommonTrapvoidBytecodeAnnotationBuilder.visitTag(Tag tag, IParseDictionary parseDictionary) private voidBytecodeAnnotationBuilder.visitTagEliminateAllocation(Tag tagEliminateAllocation, IParseDictionary parseDictionary) private voidBytecodeAnnotationBuilder.visitTagEliminateLock(Tag tagEliminateLock, IParseDictionary parseDictionary) private voidBytecodeAnnotationBuilder.visitTagParse(Tag tagParse, IParseDictionary parseDictionary) private voidBytecodeAnnotationBuilder.visitTagUncommonTrap(Tag tag) -
Uses of Tag in org.adoptopenjdk.jitwatch.parser
Methods in org.adoptopenjdk.jitwatch.parser with parameters of type TagModifier and TypeMethodDescriptionprivate voidprivate voidAbstractLogParser.handleMethodLine(Tag tag, EventType eventType) protected abstract voidprotected voidAbstractLogParser.handleTagNMethod(Tag tag) protected voidAbstractLogParser.handleTagQueued(Tag tag) protected voidAbstractLogParser.handleTaskDone(Tag tagTaskDone, IMetaMember member) private voidAbstractLogParser.renameCompilationCompletedTimestamp(Tag tag) protected voidAbstractLogParser.setTagNMethod(Tag tagNMethod, IMetaMember member) private voidAbstractLogParser.setTagTaskDone(String compileID, Tag tagTaskDone, IMetaMember member) protected voidAbstractLogParser.setTagTaskQueued(Tag tagTaskQueued, IMetaMember metaMember) protected voidAbstractLogParser.storeCodeCacheEvent(CodeCacheEvent.CodeCacheEventType eventType, Tag tag) -
Uses of Tag in org.adoptopenjdk.jitwatch.parser.hotspot
Methods in org.adoptopenjdk.jitwatch.parser.hotspot with parameters of type TagModifier and TypeMethodDescriptionprivate voidHotSpotLogParser.handleStartCompileThread(Tag tag) protected voidprivate voidHotSpotLogParser.handleTagVmArguments(Tag tag) private voidHotSpotLogParser.handleVmVersion(Tag tag) private voidHotSpotLogParser.handleWriterThread(Tag tag) -
Uses of Tag in org.adoptopenjdk.jitwatch.parser.j9
Methods in org.adoptopenjdk.jitwatch.parser.j9 that return TagModifier and TypeMethodDescriptionJ9Line.toTagNMethod(int compiledID, long timestampMillis) J9Line.toTagQueued(int compiledID, long timestampMillis) Methods in org.adoptopenjdk.jitwatch.parser.j9 with parameters of type Tag -
Uses of Tag in org.adoptopenjdk.jitwatch.parser.zing
Methods in org.adoptopenjdk.jitwatch.parser.zing that return TagMethods in org.adoptopenjdk.jitwatch.parser.zing with parameters of type Tag -
Uses of Tag in org.adoptopenjdk.jitwatch.report.escapeanalysis
Methods in org.adoptopenjdk.jitwatch.report.escapeanalysis with parameters of type TagModifier and TypeMethodDescriptionvoidAbstractEscapeAnalysisWalker.visitTag(Tag parseTag, IParseDictionary parseDictionary) -
Uses of Tag in org.adoptopenjdk.jitwatch.report.inlining
Methods in org.adoptopenjdk.jitwatch.report.inlining with parameters of type TagModifier and TypeMethodDescriptionvoidInliningWalker.visitTag(Tag parseTag, IParseDictionary parseDictionary) -
Uses of Tag in org.adoptopenjdk.jitwatch.report.suggestion
Methods in org.adoptopenjdk.jitwatch.report.suggestion with parameters of type TagModifier and TypeMethodDescriptionprivate voidSuggestionWalker.processParseTag(Tag parseTag, IMetaMember caller, IParseDictionary parseDictionary) voidSuggestionWalker.visitTag(Tag parseTag, IParseDictionary parseDictionary) -
Uses of Tag in org.adoptopenjdk.jitwatch.toplist
Methods in org.adoptopenjdk.jitwatch.toplist with parameters of type TagModifier and TypeMethodDescriptionprivate voidInliningFailReasonTopListVisitable.processParseTag(Tag parseTag) voidAbstractTopListVisitable.visitTag(Tag toVisit, IParseDictionary parseDictionary) voidInliningFailReasonTopListVisitable.visitTag(Tag parseTag, IParseDictionary parseDictionary) -
Uses of Tag in org.adoptopenjdk.jitwatch.ui.graphing
Methods in org.adoptopenjdk.jitwatch.ui.graphing with parameters of type TagModifier and TypeMethodDescriptionprivate StringTimeLineStage.buildLabel(Tag nextJournalEvent, long journalEventTime, Compilation compilation) private voidTimeLineStage.drawMemberEvent(Compilation compilation, Tag tag, long stamp, double yPos) private javafx.scene.paint.ColorTimeLineStage.getLabelColour(Tag tag) protected longAbstractGraphStage.getStampFromTag(Tag tag) -
Uses of Tag in org.adoptopenjdk.jitwatch.util
Methods in org.adoptopenjdk.jitwatch.util with parameters of type TagModifier and TypeMethodDescriptionstatic intVmVersionDetector.getMajorVersionFromHotSpotTag(Tag tagVmVersion) ParseUtil.getMethodTagArguments(Tag methodTag, IParseDictionary parseDictionary) static StringParseUtil.getMethodTagReturn(Tag methodTag, IParseDictionary parseDictionary) static longParseUtil.parseLongAttributeFromTag(Tag tag, String attrName) static longParseUtil.parseStampFromTag(Tag tag)