Home
last modified time | relevance | path

Searched refs:popInstruction (Results 1 – 3 of 3) sorted by relevance

/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseSimplifier.java698 Instruction popInstruction = in insertPopInstructions() local
702 popInstruction); in insertPopInstructions()
708 Instruction popInstruction = in insertPopInstructions() local
712 popInstruction); in insertPopInstructions()
721 Instruction popInstruction = in insertPopInstructions() local
726 popInstructions[index] = popInstruction; in insertPopInstructions()
731 popInstruction = in insertPopInstructions()
734 popInstructions[popCount / 2] = popInstruction; in insertPopInstructions()
DEvaluationSimplifier.java1280 Instruction popInstruction = in insertPopInstructions() local
1284 popInstruction); in insertPopInstructions()
1290 Instruction popInstruction = in insertPopInstructions() local
1294 popInstruction); in insertPopInstructions()
1303 Instruction popInstruction = in insertPopInstructions() local
1308 popInstructions[index] = popInstruction; in insertPopInstructions()
1313 popInstruction = in insertPopInstructions()
1316 popInstructions[popCount / 2] = popInstruction; in insertPopInstructions()
DEvaluationShrinker.java1758 Instruction popInstruction = in insertPopInstructions() local
1761 insertInstruction(offset, replace, before, popInstruction); in insertPopInstructions()
1767 Instruction popInstruction = in insertPopInstructions() local
1770 insertInstruction(offset, replace, before, popInstruction); in insertPopInstructions()
1779 Instruction popInstruction = in insertPopInstructions() local
1784 popInstructions[index] = popInstruction; in insertPopInstructions()
1789 popInstruction = in insertPopInstructions()
1792 popInstructions[popCount / 2] = popInstruction; in insertPopInstructions()
1798 popInstruction, in insertPopInstructions()