Searched defs:evaluateAllCode (Results 1 - 2 of 2) sorted by relevance

/external/proguard/src/proguard/optimize/evaluation/
H A DPartialEvaluator.java61 private final boolean evaluateAllCode; field in class:PartialEvaluator
98 * @param evaluateAllCode a flag that specifies whether all branch targets
104 boolean evaluateAllCode)
108 evaluateAllCode,
109 evaluateAllCode ?
125 partialEvaluator.evaluateAllCode,
138 * @param evaluateAllCode a flag that specifies whether all branch
148 boolean evaluateAllCode,
155 this.evaluateAllCode = evaluateAllCode;
102 PartialEvaluator(ValueFactory valueFactory, InvocationUnit invocationUnit, boolean evaluateAllCode) argument
146 PartialEvaluator(ValueFactory valueFactory, InvocationUnit invocationUnit, boolean evaluateAllCode, BasicBranchUnit branchUnit, BranchTargetFinder branchTargetFinder, java.util.Stack callingInstructionBlockStack) argument
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 43 milliseconds