Searched defs:replaceInstruction (Results 1 - 6 of 6) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
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 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
/external/proguard/src/proguard/optimize/evaluation/
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 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...]
/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/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/FileWordReader.class FileWordReader.java package proguard ...

Completed in 219 milliseconds