Searched refs:replaceInstruction (Results 1 - 15 of 15) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
H A DMethodInvocationFixer.java105 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
126 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
152 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
177 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
H A DInstructionWriter.java115 replaceInstruction(offset, replacementInstruction);
140 replaceInstruction(offset, replacementInstruction);
229 replaceInstruction(offset, replacementInstruction);
287 private void replaceInstruction(int instructionOffset, Instruction instruction) method in class:InstructionWriter
292 codeAttributeEditor.replaceInstruction(instructionOffset, instruction);
H A DVariableRemapper.java200 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
H A DCodeAttributeEditor.java224 public void replaceInstruction(int instructionOffset, Instruction instruction) method in class:CodeAttributeEditor
246 public void replaceInstruction(int instructionOffset, Instruction[] instructions) method in class:CodeAttributeEditor
H A DConstantPoolRemapper.java522 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
/external/proguard/src/proguard/optimize/evaluation/
H A DSimpleEnumUseSimplifier.java151 replaceInstruction(clazz,
164 replaceInstruction(clazz,
179 replaceInstruction(clazz,
208 replaceInstruction(clazz,
233 replaceInstruction(clazz,
305 replaceInstruction(clazz,
334 replaceInstruction(clazz,
357 replaceInstruction(clazz,
370 replaceInstruction(clazz,
383 replaceInstruction(claz
628 private void replaceInstruction(Clazz clazz, method in class:SimpleEnumUseSimplifier
[all...]
H A DEvaluationSimplifier.java485 replaceInstruction(clazz, offset, instruction, replacementInstruction);
555 replaceInstruction(clazz, offset, instruction, replacementInstruction);
629 replaceInstruction(clazz, offset, instruction, replacementInstruction);
699 replaceInstruction(clazz, offset, instruction, replacementInstruction);
758 replaceInstruction(clazz, offset, instruction, replacementInstruction);
775 replaceInstruction(clazz, offset, instruction, replacementInstruction);
854 replaceInstruction(clazz, offset, instruction, replacementInstruction);
1079 replaceInstruction(clazz, offset, switchInstruction, replacementInstruction);
1123 replaceInstruction(clazz, offset, tableSwitchInstruction,
1137 replaceInstruction(claz
1239 private void replaceInstruction(Clazz clazz, method in class:EvaluationSimplifier
[all...]
H A DEvaluationShrinker.java996 codeAttributeEditor.replaceInstruction(offset,
1026 codeAttributeEditor.replaceInstruction(offset,
1816 codeAttributeEditor.replaceInstruction(offset, instruction);
1848 codeAttributeEditor.replaceInstruction(offset, instructions);
1894 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
1913 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
/external/proguard/src/proguard/optimize/peephole/
H A DGotoGotoReplacer.java103 codeAttributeEditor.replaceInstruction(offset,
H A DGotoReturnReplacer.java101 codeAttributeEditor.replaceInstruction(offset,
H A DGotoCommonCodeReplacer.java137 codeAttributeEditor.replaceInstruction(offset,
H A DInstructionSequenceReplacer.java190 codeAttributeEditor.replaceInstruction(instructionSequenceMatcher.matchedInstructionOffset(index),
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMutableMethodImplementation.java248 public void replaceInstruction(int index, @Nonnull BuilderInstruction replacementInstruction) { method in class:MutableMethodImplementation
423 replaceInstruction(location.index, replacement);
433 replaceInstruction(location.index, replacement);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DDexWriter.java798 methodImplementation.replaceInstruction(i, new BuilderInstruction31c(Opcode.CONST_STRING_JUMBO,
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/optimize/WriteOnlyFieldFilter.class WriteOnlyFieldFilter.java package proguard ...

Completed in 3383 milliseconds