Uses of Class
org.adoptopenjdk.jitwatch.model.bytecode.BytecodeAnnotations
-
Packages that use BytecodeAnnotations Package Description org.adoptopenjdk.jitwatch.model.bytecode org.adoptopenjdk.jitwatch.ui.triview.bytecode -
-
Uses of BytecodeAnnotations in org.adoptopenjdk.jitwatch.model.bytecode
Fields in org.adoptopenjdk.jitwatch.model.bytecode declared as BytecodeAnnotations Modifier and Type Field Description private BytecodeAnnotationsBytecodeAnnotationBuilder. bcAnnotationsprivate BytecodeAnnotationsMemberBytecode. bytecodeAnnotationsMethods in org.adoptopenjdk.jitwatch.model.bytecode that return BytecodeAnnotations 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)BytecodeAnnotationsMemberBytecode. getBytecodeAnnotations()Methods in org.adoptopenjdk.jitwatch.model.bytecode with parameters of type BytecodeAnnotations Modifier and Type Method Description private voidBytecodeAnnotationBuilder. buildParseTagAnnotations(Tag parseTag, BytecodeAnnotations annotations, IParseDictionary parseDictionary) -
Uses of BytecodeAnnotations in org.adoptopenjdk.jitwatch.ui.triview.bytecode
Methods in org.adoptopenjdk.jitwatch.ui.triview.bytecode with parameters of type BytecodeAnnotations Modifier and Type Method Description private BytecodeLabelViewerBytecode. createLabel(BytecodeInstruction instruction, int maxOffset, int line, BytecodeAnnotations bcAnnotations, IMetaMember member, int lineIndex)
-