Home
last modified time | relevance | path

Searched defs:replacementInstruction (Results 1 – 9 of 9) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
DMethodInvocationFixer.java101 Instruction replacementInstruction = in visitConstantInstruction() local
122 Instruction replacementInstruction = in visitConstantInstruction() local
147 Instruction replacementInstruction = in visitConstantInstruction() local
173 Instruction replacementInstruction = in visitConstantInstruction() local
229 Instruction replacementInstruction) in debug()
DCodeAttributeEditor.java547 Instruction replacementInstruction = replacements[offset]; in canPerformSimpleReplacements() local
573 Instruction replacementInstruction = replacements[offset]; in performSimpleReplacements() local
688 Instruction replacementInstruction = replacements[oldOffset]; in mapInstruction() local
774 Instruction replacementInstruction = replacements[oldOffset]; in moveInstruction() local
DVariableRemapper.java195 Instruction replacementInstruction = in visitVariableInstruction() local
DConstantPoolRemapper.java517 Instruction replacementInstruction = in visitConstantInstruction() local
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java481 Instruction replacementInstruction = in replaceIntegerPushInstruction() local
551 Instruction replacementInstruction = in replaceLongPushInstruction() local
625 Instruction replacementInstruction = in replaceFloatPushInstruction() local
695 Instruction replacementInstruction = in replaceDoublePushInstruction() local
755 Instruction replacementInstruction = in replaceConstantPushInstruction() local
772 Instruction replacementInstruction = in replaceVariablePushInstruction() local
850 Instruction replacementInstruction = in replaceBranchInstruction() local
1051 Instruction replacementInstruction = null; in cleanUpSwitchInstruction() local
1119 Instruction replacementInstruction = in trimSwitchInstruction() local
1172 Instruction replacementInstruction = in trimSwitchInstruction() local
[all …]
DEvaluationShrinker.java995 Instruction replacementInstruction = new SimpleInstruction(newOpcode); in visitSimpleInstruction() local
1011 … SimpleInstruction replacementInstruction = new SimpleInstruction((byte)newOpcodes); in visitSimpleInstruction() local
1710 Instruction replacementInstruction = in insertPushInstructions() local
1888 Instruction replacementInstruction = in replaceByStaticInvocation() local
1910 Instruction replacementInstruction = in replaceByInfiniteLoop() local
DSimpleEnumUseSimplifier.java631 Instruction replacementInstruction) in replaceInstruction()
/external/proguard/src/proguard/preverify/
DCodeSubroutineInliner.java273 Instruction replacementInstruction = in visitVariableInstruction() local
329 Instruction replacementInstruction = in visitBranchInstruction() local
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceReplacer.java240 private Instruction replacementInstruction; field in InstructionSequenceReplacer.MyReplacementInstructionFactory