Home
last modified time | relevance | path

Searched refs:replaceInstruction (Results 1 – 14 of 14) sorted by relevance

/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseSimplifier.java151 replaceInstruction(clazz, in visitSimpleInstruction()
164 replaceInstruction(clazz, in visitSimpleInstruction()
179 replaceInstruction(clazz, in visitSimpleInstruction()
208 replaceInstruction(clazz, in visitVariableInstruction()
233 replaceInstruction(clazz, in visitVariableInstruction()
305 replaceInstruction(clazz, in visitConstantInstruction()
334 replaceInstruction(clazz, in visitConstantInstruction()
357 replaceInstruction(clazz, in visitBranchInstruction()
370 replaceInstruction(clazz, in visitBranchInstruction()
383 replaceInstruction(clazz, in visitBranchInstruction()
[all …]
DEvaluationSimplifier.java485 replaceInstruction(clazz, offset, instruction, replacementInstruction); in replaceIntegerPushInstruction()
555 replaceInstruction(clazz, offset, instruction, replacementInstruction); in replaceLongPushInstruction()
629 replaceInstruction(clazz, offset, instruction, replacementInstruction); in replaceFloatPushInstruction()
699 replaceInstruction(clazz, offset, instruction, replacementInstruction); in replaceDoublePushInstruction()
758 replaceInstruction(clazz, offset, instruction, replacementInstruction); in replaceConstantPushInstruction()
775 replaceInstruction(clazz, offset, instruction, replacementInstruction); in replaceVariablePushInstruction()
854 replaceInstruction(clazz, offset, instruction, replacementInstruction); in replaceBranchInstruction()
1079 replaceInstruction(clazz, offset, switchInstruction, replacementInstruction); in cleanUpSwitchInstruction()
1123 replaceInstruction(clazz, offset, tableSwitchInstruction, in trimSwitchInstruction()
1137 replaceInstruction(clazz, offset, tableSwitchInstruction, in trimSwitchInstruction()
[all …]
DEvaluationShrinker.java996 codeAttributeEditor.replaceInstruction(offset, in visitSimpleInstruction()
1026 codeAttributeEditor.replaceInstruction(offset, in visitSimpleInstruction()
1816 codeAttributeEditor.replaceInstruction(offset, instruction); in insertInstruction()
1848 codeAttributeEditor.replaceInstruction(offset, instructions); in insertInstructions()
1894 codeAttributeEditor.replaceInstruction(offset, replacementInstruction); in replaceByStaticInvocation()
1913 codeAttributeEditor.replaceInstruction(offset, replacementInstruction); in replaceByInfiniteLoop()
/external/proguard/src/proguard/classfile/editor/
DInstructionWriter.java115 replaceInstruction(offset, replacementInstruction); in visitConstantInstruction()
140 replaceInstruction(offset, replacementInstruction); in visitVariableInstruction()
229 replaceInstruction(offset, replacementInstruction); in visitBranchInstruction()
287 private void replaceInstruction(int instructionOffset, Instruction instruction) in replaceInstruction() method in InstructionWriter
292 codeAttributeEditor.replaceInstruction(instructionOffset, instruction); in replaceInstruction()
DMethodInvocationFixer.java105 codeAttributeEditor.replaceInstruction(offset, replacementInstruction); in visitConstantInstruction()
126 codeAttributeEditor.replaceInstruction(offset, replacementInstruction); in visitConstantInstruction()
152 codeAttributeEditor.replaceInstruction(offset, replacementInstruction); in visitConstantInstruction()
177 codeAttributeEditor.replaceInstruction(offset, replacementInstruction); in visitConstantInstruction()
DVariableRemapper.java200 codeAttributeEditor.replaceInstruction(offset, replacementInstruction); in visitVariableInstruction()
DCodeAttributeEditor.java224 public void replaceInstruction(int instructionOffset, Instruction instruction) in replaceInstruction() method in CodeAttributeEditor
246 public void replaceInstruction(int instructionOffset, Instruction[] instructions) in replaceInstruction() method in CodeAttributeEditor
DConstantPoolRemapper.java522 codeAttributeEditor.replaceInstruction(offset, replacementInstruction); in visitConstantInstruction()
/external/proguard/src/proguard/optimize/peephole/
DGotoGotoReplacer.java103 codeAttributeEditor.replaceInstruction(offset, in visitBranchInstruction()
DGotoReturnReplacer.java101 codeAttributeEditor.replaceInstruction(offset, in visitBranchInstruction()
DGotoCommonCodeReplacer.java137 codeAttributeEditor.replaceInstruction(offset, in visitBranchInstruction()
DInstructionSequenceReplacer.java190 … codeAttributeEditor.replaceInstruction(instructionSequenceMatcher.matchedInstructionOffset(index), in visitAnyInstruction()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMutableMethodImplementation.java248 public void replaceInstruction(int index, @Nonnull BuilderInstruction replacementInstruction) {
423 replaceInstruction(location.index, replacement);
433 replaceInstruction(location.index, replacement);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DDexWriter.java854 … methodImplementation.replaceInstruction(i, new BuilderInstruction31c(Opcode.CONST_STRING_JUMBO,