Searched defs:branchUnit (Results 1 - 3 of 3) sorted by relevance
/external/proguard/src/proguard/evaluation/ |
H A D | Processor.java | 41 private final BranchUnit branchUnit; field in class:Processor 53 * @param branchUnit the class that can affect the program counter. 61 BranchUnit branchUnit, 68 this.branchUnit = branchUnit; 294 //branchUnit.throwException(); 309 //branchUnit.throwException(); 332 //branchUnit.throwException(); 347 //branchUnit.throwException(); 513 branchUnit 58 Processor(Variables variables, Stack stack, ValueFactory valueFactory, BranchUnit branchUnit, InvocationUnit invocationUnit, boolean alwaysCast) argument [all...] |
/external/proguard/src/proguard/optimize/evaluation/ |
H A D | PartialEvaluator.java | 75 private final BasicBranchUnit branchUnit; field in class:PartialEvaluator 128 partialEvaluator.branchUnit, 146 * @param branchUnit the branch unit that will handle all 156 BasicBranchUnit branchUnit, 163 this.branchUnit = branchUnit; 647 branchUnit, 747 branchUnit.resetCalled(); 748 branchUnit.setTraceBranchTargets(nextInstructionOffsetValue); 778 InstructionOffsetValue branchTargets = branchUnit 153 PartialEvaluator(ValueFactory valueFactory, InvocationUnit invocationUnit, boolean evaluateAllCode, BasicBranchUnit branchUnit, BranchTargetFinder branchTargetFinder, java.util.Stack callingInstructionBlockStack) argument [all...] |
/external/proguard/lib/ |
H A D | proguard.jar | META-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ... |
Completed in 223 milliseconds