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

/external/proguard/src/proguard/classfile/editor/
H A DInstructionWriter.java89 replaceInstruction(offset, replacementInstruction);
114 replaceInstruction(offset, replacementInstruction);
193 replaceInstruction(offset, replacementInstruction);
245 private void replaceInstruction(int instructionOffset, Instruction instruction) method in class:InstructionWriter
250 codeAttributeEditor.replaceInstruction(instructionOffset, instruction);
H A DCodeAttributeEditor.java173 public void replaceInstruction(int instructionOffset, Instruction instruction) method in class:CodeAttributeEditor
193 public void replaceInstruction(int instructionOffset, Instruction[] instructions) method in class:CodeAttributeEditor
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationSimplifier.java447 replaceInstruction(clazz, offset, instruction, replacementInstruction);
514 replaceInstruction(clazz, offset, instruction, replacementInstruction);
582 replaceInstruction(clazz, offset, instruction, replacementInstruction);
649 replaceInstruction(clazz, offset, instruction, replacementInstruction);
704 replaceInstruction(clazz, offset, instruction, replacementInstruction);
721 replaceInstruction(clazz, offset, instruction, replacementInstruction);
800 replaceInstruction(clazz, offset, instruction, replacementInstruction);
849 replaceInstruction(clazz, offset, switchInstruction, replacementInstruction);
867 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
882 private void replaceInstruction(Claz method in class:EvaluationSimplifier
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 198 milliseconds