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

/external/proguard/src/proguard/evaluation/
H A DProcessor.java46 private final BranchUnit branchUnit; field in class:Processor
58 * @param branchUnit the class that can affect the program counter.
64 BranchUnit branchUnit,
70 this.branchUnit = branchUnit;
279 //branchUnit.throwException();
294 //branchUnit.throwException();
317 //branchUnit.throwException();
332 //branchUnit.throwException();
498 branchUnit
61 Processor(Variables variables, Stack stack, ValueFactory valueFactory, BranchUnit branchUnit, InvocationUnit invocationUnit) argument
[all...]
/external/proguard/src/proguard/optimize/evaluation/
H A DPartialEvaluator.java74 private final BasicBranchUnit branchUnit; field in class:PartialEvaluator
126 partialEvaluator.branchUnit,
141 * @param branchUnit the branch unit that will handle all
149 BasicBranchUnit branchUnit,
156 this.branchUnit = branchUnit;
614 branchUnit,
716 branchUnit.resetCalled();
717 branchUnit.setTraceBranchTargets(nextInstructionOffsetValue);
750 InstructionOffsetValue branchTargets = branchUnit
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 84 milliseconds