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

  /external/proguard/src/proguard/classfile/editor/
InstructionWriter.java 84 Instruction replacementInstruction =
89 replaceInstruction(offset, replacementInstruction);
109 Instruction replacementInstruction =
114 replaceInstruction(offset, replacementInstruction);
134 Instruction replacementInstruction =
144 replacementInstruction =
193 replaceInstruction(offset, replacementInstruction);
MethodInvocationFixer.java 103 Instruction replacementInstruction =
107 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
111 debug(clazz, method, offset, constantInstruction, replacementInstruction);
124 Instruction replacementInstruction =
128 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
132 debug(clazz, method, offset, constantInstruction, replacementInstruction);
149 Instruction replacementInstruction =
154 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
158 debug(clazz, method, offset, constantInstruction, replacementInstruction);
174 Instruction replacementInstruction
    [all...]
VariableRemapper.java 134 Instruction replacementInstruction =
139 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
CodeAttributeEditor.java 461 Instruction replacementInstruction = replacements[offset];
462 if (replacementInstruction != null &&
463 replacementInstruction.length(offset) !=
487 Instruction replacementInstruction = replacements[offset];
488 if (replacementInstruction != null)
490 replacementInstruction.write(codeAttribute, offset);
494 System.out.println(" Replaced "+replacementInstruction.toString(newOffset));
602 Instruction replacementInstruction = replacements[oldOffset];
603 if (replacementInstruction != null)
605 newOffset += replacementInstruction.length(newOffset)
    [all...]
ConstantPoolRemapper.java 461 Instruction replacementInstruction =
466 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceReplacer.java 200 private Instruction replacementInstruction;
217 return replacementInstruction.shrink();
225 replacementInstruction =
233 replacementInstruction =
242 replacementInstruction =
251 replacementInstruction =
259 replacementInstruction =
271 replacementInstruction =
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationSimplifier.java 443 Instruction replacementInstruction =
447 replaceInstruction(clazz, offset, instruction, replacementInstruction);
510 Instruction replacementInstruction =
514 replaceInstruction(clazz, offset, instruction, replacementInstruction);
578 Instruction replacementInstruction =
582 replaceInstruction(clazz, offset, instruction, replacementInstruction);
645 Instruction replacementInstruction =
649 replaceInstruction(clazz, offset, instruction, replacementInstruction);
701 Instruction replacementInstruction =
704 replaceInstruction(clazz, offset, instruction, replacementInstruction);
    [all...]
EvaluationShrinker.java     [all...]
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 276 Instruction replacementInstruction =
280 codeAttributeComposer.appendInstruction(offset, replacementInstruction);
332 Instruction replacementInstruction =
336 codeAttributeComposer.appendInstruction(offset, replacementInstruction);
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 33 milliseconds