Searched refs:analysisException (Results 1 – 2 of 2) sorted by relevance
467 AnalysisException analysisException = methodAnalyzer.getAnalysisException(); in addAnalyzedInstructionMethodItems() local468 if (analysisException != null) { in addAnalyzedInstructionMethodItems()471 String.format("AnalysisException: %s", analysisException.getMessage()), in addAnalyzedInstructionMethodItems()472 analysisException.codeAddress, Integer.MIN_VALUE)); in addAnalyzedInstructionMethodItems()473 analysisException.printStackTrace(System.err); in addAnalyzedInstructionMethodItems()
91 @Nullable private AnalysisException analysisException = null; field in MethodAnalyzer209 this.analysisException = ex; in analyze()224 if (analysisException != null) { in analyze()318 return analysisException;