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

  /external/proguard/src/proguard/classfile/editor/
MethodInvocationFixer.java 101 Instruction replacementInstruction =
105 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
109 debug(clazz, method, offset, constantInstruction, replacementInstruction);
122 Instruction replacementInstruction =
126 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
130 debug(clazz, method, offset, constantInstruction, replacementInstruction);
147 Instruction replacementInstruction =
152 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
156 debug(clazz, method, offset, constantInstruction, replacementInstruction);
173 Instruction replacementInstruction
    [all...]
InstructionWriter.java 105 Instruction replacementInstruction =
112 System.out.println(" "+constantInstruction.toString(offset)+" will be widened to "+replacementInstruction.toString());
115 replaceInstruction(offset, replacementInstruction);
135 Instruction replacementInstruction =
140 replaceInstruction(offset, replacementInstruction);
144 System.out.println(" "+variableInstruction.toString(offset)+" will be widened to "+replacementInstruction.toString());
165 Instruction replacementInstruction =
175 replacementInstruction =
226 System.out.println(" "+branchInstruction.toString(offset)+" will be widened to "+replacementInstruction.toString());
229 replaceInstruction(offset, replacementInstruction);
    [all...]
CodeAttributeEditor.java 547 Instruction replacementInstruction = replacements[offset];
548 if (replacementInstruction != null &&
549 replacementInstruction.length(offset) !=
573 Instruction replacementInstruction = replacements[offset];
574 if (replacementInstruction != null)
576 replacementInstruction.write(codeAttribute, offset);
580 System.out.println(" Replaced "+replacementInstruction.toString(offset));
688 Instruction replacementInstruction = replacements[oldOffset];
689 if (replacementInstruction != null)
691 newOffset += replacementInstruction.length(newOffset)
    [all...]
VariableRemapper.java 195 Instruction replacementInstruction =
200 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
ConstantPoolRemapper.java 517 Instruction replacementInstruction =
522 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 273 Instruction replacementInstruction =
277 codeAttributeComposer.appendInstruction(offset, replacementInstruction);
329 Instruction replacementInstruction =
333 codeAttributeComposer.appendInstruction(offset, replacementInstruction);
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceReplacer.java 240 private Instruction replacementInstruction;
257 return replacementInstruction;
265 replacementInstruction =
273 replacementInstruction =
282 replacementInstruction =
292 replacementInstruction =
301 replacementInstruction =
314 replacementInstruction =
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationSimplifier.java 481 Instruction replacementInstruction =
485 replaceInstruction(clazz, offset, instruction, replacementInstruction);
551 Instruction replacementInstruction =
555 replaceInstruction(clazz, offset, instruction, replacementInstruction);
625 Instruction replacementInstruction =
629 replaceInstruction(clazz, offset, instruction, replacementInstruction);
695 Instruction replacementInstruction =
699 replaceInstruction(clazz, offset, instruction, replacementInstruction);
755 Instruction replacementInstruction =
758 replaceInstruction(clazz, offset, instruction, replacementInstruction);
    [all...]
EvaluationShrinker.java     [all...]
  /external/proguard/lib/
proguard.jar 

Completed in 298 milliseconds