Uses of Class
org.adoptopenjdk.jitwatch.model.bytecode.LineAnnotation
-
-
Uses of LineAnnotation in org.adoptopenjdk.jitwatch.model.bytecode
Fields in org.adoptopenjdk.jitwatch.model.bytecode with type parameters of type LineAnnotation Modifier and Type Field Description private java.util.Map<java.lang.Integer,java.util.List<LineAnnotation>>BytecodeAnnotationList. annotationMapMethods in org.adoptopenjdk.jitwatch.model.bytecode that return types with arguments of type LineAnnotation Modifier and Type Method Description java.util.List<LineAnnotation>BytecodeAnnotationList. getAnnotationsForBCI(int bci)java.util.Set<java.util.Map.Entry<java.lang.Integer,java.util.List<LineAnnotation>>>BytecodeAnnotationList. getEntries()Methods in org.adoptopenjdk.jitwatch.model.bytecode with parameters of type LineAnnotation Modifier and Type Method Description voidBytecodeAnnotationList. addAnnotation(int bci, LineAnnotation annotation)voidBytecodeAnnotations. addAnnotation(IMetaMember member, int bci, LineAnnotation annotation)private voidBytecodeAnnotationBuilder. putAnnotation(IMetaMember member, int bci, LineAnnotation annotation) -
Uses of LineAnnotation in org.adoptopenjdk.jitwatch.report.escapeanalysis
Methods in org.adoptopenjdk.jitwatch.report.escapeanalysis with parameters of type LineAnnotation Modifier and Type Method Description protected abstract booleanAbstractEscapeAnalysisWalker. filterLineAnnotation(LineAnnotation la)Method parameters in org.adoptopenjdk.jitwatch.report.escapeanalysis with type arguments of type LineAnnotation Modifier and Type Method Description private booleanAbstractEscapeAnalysisWalker. hasInlineSuccessAnnotation(java.util.List<LineAnnotation> annotations) -
Uses of LineAnnotation in org.adoptopenjdk.jitwatch.report.escapeanalysis.eliminatedallocation
Methods in org.adoptopenjdk.jitwatch.report.escapeanalysis.eliminatedallocation with parameters of type LineAnnotation Modifier and Type Method Description protected booleanEliminatedAllocationWalker. filterLineAnnotation(LineAnnotation la) -
Uses of LineAnnotation in org.adoptopenjdk.jitwatch.report.inlining
Methods in org.adoptopenjdk.jitwatch.report.inlining with parameters of type LineAnnotation Modifier and Type Method Description private booleanInliningWalker. filterLineAnnotation(LineAnnotation la, IMetaMember child) -
Uses of LineAnnotation in org.adoptopenjdk.jitwatch.report.locks
Methods in org.adoptopenjdk.jitwatch.report.locks with parameters of type LineAnnotation Modifier and Type Method Description protected booleanOptimisedLocksWalker. filterLineAnnotation(LineAnnotation la) -
Uses of LineAnnotation in org.adoptopenjdk.jitwatch.ui.triview
Fields in org.adoptopenjdk.jitwatch.ui.triview with type parameters of type LineAnnotation Modifier and Type Field Description protected java.util.Map<java.lang.Integer,LineAnnotation>Viewer. lineAnnotations
-