Class EliminatedAllocationWalker
- java.lang.Object
-
- org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
-
- org.adoptopenjdk.jitwatch.report.AbstractReportBuilder
-
- org.adoptopenjdk.jitwatch.report.escapeanalysis.AbstractEscapeAnalysisWalker
-
- org.adoptopenjdk.jitwatch.report.escapeanalysis.eliminatedallocation.EliminatedAllocationWalker
-
- All Implemented Interfaces:
ICompilationVisitable,ITreeVisitable
public class EliminatedAllocationWalker extends AbstractEscapeAnalysisWalker
-
-
Field Summary
-
Fields inherited from class org.adoptopenjdk.jitwatch.report.AbstractReportBuilder
model, reportList
-
Fields inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
ignoreTags
-
-
Constructor Summary
Constructors Constructor Description EliminatedAllocationWalker(IReadOnlyJITDataModel model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanfilterLineAnnotation(LineAnnotation la)-
Methods inherited from class org.adoptopenjdk.jitwatch.report.escapeanalysis.AbstractEscapeAnalysisWalker
findNonMemberReports, visit, visitTag
-
Methods inherited from class org.adoptopenjdk.jitwatch.report.AbstractReportBuilder
getReports, reset
-
Methods inherited from class org.adoptopenjdk.jitwatch.compilation.AbstractCompilationVisitable
handleOther
-
-
-
-
Constructor Detail
-
EliminatedAllocationWalker
public EliminatedAllocationWalker(IReadOnlyJITDataModel model)
-
-
Method Detail
-
filterLineAnnotation
protected boolean filterLineAnnotation(LineAnnotation la)
- Specified by:
filterLineAnnotationin classAbstractEscapeAnalysisWalker
-
-