HomeSort by relevance Sort by last modified time
    Searched defs:replaceInstruction (Results 1 - 12 of 12) sorted by null

  /external/proguard/src/proguard/optimize/peephole/
GotoReturnReplacer.java 101 codeAttributeEditor.replaceInstruction(offset,
GotoGotoReplacer.java 102 codeAttributeEditor.replaceInstruction(offset,
GotoCommonCodeReplacer.java 126 codeAttributeEditor.replaceInstruction( deleteOffset, (Instruction)null);
140 codeAttributeEditor.replaceInstruction(offset,
  /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/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 402 milliseconds