HomeSort by relevance Sort by last modified time
    Searched full:replaceinstruction (Results 1 - 11 of 11) sorted by null

  /external/proguard/src/proguard/classfile/editor/
InstructionWriter.java 89 replaceInstruction(offset, replacementInstruction);
114 replaceInstruction(offset, replacementInstruction);
193 replaceInstruction(offset, replacementInstruction);
245 private void replaceInstruction(int instructionOffset, Instruction instruction)
250 codeAttributeEditor.replaceInstruction(instructionOffset, instruction);
MethodInvocationFixer.java 107 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
128 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
154 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
178 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
VariableRemapper.java 139 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
CodeAttributeEditor.java 173 public void replaceInstruction(int instructionOffset, Instruction instruction)
193 public void replaceInstruction(int instructionOffset, Instruction[] instructions)
    [all...]
ConstantPoolRemapper.java 466 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationSimplifier.java 447 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);
    [all...]
EvaluationShrinker.java 389 codeAttributeEditor.replaceInstruction(offset, (Instruction)null);
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
GotoCommonCodeReplacer.java 126 codeAttributeEditor.replaceInstruction( deleteOffset, (Instruction)null);
140 codeAttributeEditor.replaceInstruction(offset,
GotoGotoReplacer.java 102 codeAttributeEditor.replaceInstruction(offset,
GotoReturnReplacer.java 101 codeAttributeEditor.replaceInstruction(offset,
InstructionSequenceReplacer.java 150 codeAttributeEditor.replaceInstruction(instructionSequenceMatcher.matchedInstructionOffset(index),

Completed in 247 milliseconds