Searched refs:evaluateExceptions (Results 1 - 3 of 3) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
H A DReachableCodeMarker.java45 private boolean evaluateExceptions; field in class:ReachableCodeMarker
106 evaluateExceptions = false;
110 while (evaluateExceptions);
192 evaluateExceptions = true;
/external/proguard/src/proguard/optimize/evaluation/
H A DPartialEvaluator.java72 private boolean evaluateExceptions; field in class:PartialEvaluator
1000 evaluateExceptions = false;
1009 while (evaluateExceptions);
1071 if (!evaluateExceptions)
1073 evaluateExceptions = evaluationCount < evaluationCounts[handlerPC];
1083 // evaluateExceptions = true;
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 1865 milliseconds