Uses of Class
org.adoptopenjdk.jitwatch.model.Tag
-
-
Uses of Tag in org.adoptopenjdk.jitwatch.chain
Methods in org.adoptopenjdk.jitwatch.chain with parameters of type Tag Modifier and Type Method Description private 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 Tag Modifier and Type Method Description private static TagCompilationUtil. getOptimizerPhase(Task lastTask)static TagCompilationUtil. getParsePhase(Task task)Methods in org.adoptopenjdk.jitwatch.compilation with parameters of type Tag Modifier and Type Method Description protected 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 Tag Modifier and Type Field Description private TagTagProcessor. currentTagprivate TagTagProcessor. topTagMethods in org.adoptopenjdk.jitwatch.core that return Tag Modifier and Type Method Description private TagTagProcessor. handleTag(java.lang.String line)TagTagProcessor. processLine(java.lang.String line)private TagTagProcessor. processValidLine(java.lang.String line, int indexEndName, boolean selfClosing) -
Uses of Tag in org.adoptopenjdk.jitwatch.histo
Methods in org.adoptopenjdk.jitwatch.histo with parameters of type Tag Modifier and Type Method Description private 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 Tag Modifier and Type Method Description voidHotThrowFinder. visitTag(Tag parseTag, IParseDictionary parseDictionary) -
Uses of Tag in org.adoptopenjdk.jitwatch.inline
Methods in org.adoptopenjdk.jitwatch.inline with parameters of type Tag Modifier and Type Method Description private 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 Tag Modifier and Type Method Description voidIntrinsicFinder. visitTag(Tag parseTag, IParseDictionary parseDictionary) -
Uses of Tag in org.adoptopenjdk.jitwatch.model
Subclasses of Tag in org.adoptopenjdk.jitwatch.model Modifier and Type Class Description classTaskFields in org.adoptopenjdk.jitwatch.model declared as Tag Modifier and Type Field Description private TagJITDataModel. endOfLogprivate TagTag. parentprivate TagCompilation. tagNMethodprivate TagCompilation. tagTaskDoneprivate TagCompilation. tagTaskQueuedFields in org.adoptopenjdk.jitwatch.model with type parameters of type Tag Modifier and Type Field Description private java.util.List<Tag>Tag. childrenprivate java.util.Map<java.lang.String,Tag>ParseDictionary. klassMapprivate java.util.Map<java.lang.String,Tag>ParseDictionary. methodMapprivate java.util.Map<java.lang.String,Tag>ParseDictionary. typeMapMethods in org.adoptopenjdk.jitwatch.model that return Tag Modifier and Type Method Description TagIReadOnlyJITDataModel. getEndOfLogTag()TagJITDataModel. getEndOfLogTag()TagTag. getFirstNamedChild(java.lang.String name)TagIParseDictionary. getKlass(java.lang.String id)TagParseDictionary. getKlass(java.lang.String id)TagIParseDictionary. getMethod(java.lang.String id)TagParseDictionary. getMethod(java.lang.String id)TagTag. getParent()TagCompilation. getTagNMethod()TagCompilation. getTagTaskDone()TagCompilation. getTagTaskQueued()TagIParseDictionary. getType(java.lang.String id)TagParseDictionary. getType(java.lang.String id)Methods in org.adoptopenjdk.jitwatch.model that return types with arguments of type Tag Modifier and Type Method Description java.util.List<Tag>Tag. getChildren()java.util.List<Tag>Tag. getNamedChildren(java.lang.String name)java.util.List<Tag>Tag. getNamedChildrenWithAttribute(java.lang.String tagName, java.lang.String attrName, java.lang.String attrValue)Methods in org.adoptopenjdk.jitwatch.model with parameters of type Tag Modifier and Type Method Description voidTag. addChild(Tag child)voidTask. addDictionaryKlass(java.lang.String klass, Tag tag)voidTask. addDictionaryMethod(java.lang.String method, Tag tag)voidTask. addDictionaryType(java.lang.String type, Tag tag)private intTag. getDepth(Tag tag)voidIParseDictionary. putKlass(java.lang.String id, Tag klass)voidParseDictionary. putKlass(java.lang.String id, Tag klass)voidIParseDictionary. putMethod(java.lang.String id, Tag method)voidParseDictionary. putMethod(java.lang.String id, Tag method)voidIParseDictionary. putType(java.lang.String id, Tag type)voidParseDictionary. putType(java.lang.String id, Tag type)voidJITDataModel. setEndOfLog(Tag tag)voidTag. setParent(Tag parent)voidCompilation. 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 Tag Modifier and Type Field Description private java.util.Set<Tag>BytecodeAnnotationBuilder. unhandledTagsMethods in org.adoptopenjdk.jitwatch.model.bytecode that return types with arguments of type Tag Modifier and Type Method Description java.util.Set<Tag>BytecodeAnnotationBuilder. getUnhandledTags()Methods in org.adoptopenjdk.jitwatch.model.bytecode with parameters of type Tag Modifier and Type Method Description private voidBytecodeAnnotationBuilder. buildParseTagAnnotations(Tag parseTag, BytecodeAnnotations annotations, IParseDictionary parseDictionary)private IMetaMemberBytecodeAnnotationBuilder. findMemberForInlinedMethod(Tag tagJVMS, IParseDictionary parseDictionary)private booleanBytecodeAnnotationBuilder. isLateInline(Tag parseTag)static UncommonTrapUncommonTrap. parse(Tag tag)voidBytecodeAnnotationBuilder. 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 Tag Modifier and Type Method Description private voidAbstractLogParser. handleMember(java.lang.String signature, java.util.Map<java.lang.String,java.lang.String> attrs, EventType type, Tag tag)private voidAbstractLogParser. handleMethodLine(Tag tag, EventType eventType)protected abstract voidAbstractLogParser. handleTag(Tag tag)protected 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(java.lang.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 Tag Modifier and Type Method Description private voidHotSpotLogParser. handleStartCompileThread(Tag tag)protected voidHotSpotLogParser. handleTag(Tag tag)private 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 Tag Modifier and Type Method Description TagJ9Line. toTagNMethod(int compiledID, long timestampMillis)TagJ9Line. toTagQueued(int compiledID, long timestampMillis)Methods in org.adoptopenjdk.jitwatch.parser.j9 with parameters of type Tag Modifier and Type Method Description protected voidJ9LogParser. handleTag(Tag tag) -
Uses of Tag in org.adoptopenjdk.jitwatch.parser.zing
Methods in org.adoptopenjdk.jitwatch.parser.zing that return Tag Modifier and Type Method Description TagZingLine. toTagNMethod()TagZingLine. toTagQueued()Methods in org.adoptopenjdk.jitwatch.parser.zing with parameters of type Tag Modifier and Type Method Description protected voidZingLogParser. handleTag(Tag tag) -
Uses of Tag in org.adoptopenjdk.jitwatch.report.escapeanalysis
Methods in org.adoptopenjdk.jitwatch.report.escapeanalysis with parameters of type Tag Modifier and Type Method Description voidAbstractEscapeAnalysisWalker. 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 Tag Modifier and Type Method Description voidInliningWalker. 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 Tag Modifier and Type Method Description private 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 Tag Modifier and Type Method Description private 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 Tag 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)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 Tag Modifier and Type Method Description static intVmVersionDetector. getMajorVersionFromHotSpotTag(Tag tagVmVersion)static java.util.List<java.lang.String>ParseUtil. getMethodTagArguments(Tag methodTag, IParseDictionary parseDictionary)static java.lang.StringParseUtil. getMethodTagReturn(Tag methodTag, IParseDictionary parseDictionary)static longParseUtil. parseLongAttributeFromTag(Tag tag, java.lang.String attrName)static longParseUtil. parseStampFromTag(Tag tag)
-