Uses of Class
org.adoptopenjdk.jitwatch.model.bytecode.LineAnnotation
Packages that use LineAnnotation
Package
Description
-
Uses of LineAnnotation in org.adoptopenjdk.jitwatch.model.bytecode
Fields in org.adoptopenjdk.jitwatch.model.bytecode with type parameters of type LineAnnotationModifier and TypeFieldDescriptionprivate Map<Integer, List<LineAnnotation>> BytecodeAnnotationList.annotationMapMethods in org.adoptopenjdk.jitwatch.model.bytecode that return types with arguments of type LineAnnotationModifier and TypeMethodDescriptionBytecodeAnnotationList.getAnnotationsForBCI(int bci) BytecodeAnnotationList.getEntries()Methods in org.adoptopenjdk.jitwatch.model.bytecode with parameters of type LineAnnotationModifier and TypeMethodDescriptionvoidBytecodeAnnotationList.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 LineAnnotationModifier and TypeMethodDescriptionprotected abstract booleanAbstractEscapeAnalysisWalker.filterLineAnnotation(LineAnnotation la) Method parameters in org.adoptopenjdk.jitwatch.report.escapeanalysis with type arguments of type LineAnnotationModifier and TypeMethodDescriptionprivate booleanAbstractEscapeAnalysisWalker.hasInlineSuccessAnnotation(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 LineAnnotationModifier and TypeMethodDescriptionprotected booleanEliminatedAllocationWalker.filterLineAnnotation(LineAnnotation la) -
Uses of LineAnnotation in org.adoptopenjdk.jitwatch.report.inlining
Methods in org.adoptopenjdk.jitwatch.report.inlining with parameters of type LineAnnotationModifier and TypeMethodDescriptionprivate 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 LineAnnotationModifier and TypeMethodDescriptionprotected 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