HomeSort by relevance Sort by last modified time
    Searched full:replacementinstruction (Results 1 - 12 of 12) 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 536 Instruction replacementInstruction = replacements[offset];
537 if (replacementInstruction != null &&
538 replacementInstruction.length(offset) !=
562 Instruction replacementInstruction = replacements[offset];
563 if (replacementInstruction != null)
565 replacementInstruction.write(codeAttribute, offset);
569 System.out.println(" Replaced "+replacementInstruction.toString(offset));
677 Instruction replacementInstruction = replacements[oldOffset];
678 if (replacementInstruction != null)
680 newOffset += replacementInstruction.length(newOffset)
    [all...]
VariableRemapper.java 137 Instruction replacementInstruction =
142 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
ConstantPoolRemapper.java 506 Instruction replacementInstruction =
511 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationSimplifier.java 447 Instruction replacementInstruction =
451 replaceInstruction(clazz, offset, instruction, replacementInstruction);
517 Instruction replacementInstruction =
521 replaceInstruction(clazz, offset, instruction, replacementInstruction);
591 Instruction replacementInstruction =
595 replaceInstruction(clazz, offset, instruction, replacementInstruction);
661 Instruction replacementInstruction =
665 replaceInstruction(clazz, offset, instruction, replacementInstruction);
721 Instruction replacementInstruction =
724 replaceInstruction(clazz, offset, instruction, replacementInstruction);
    [all...]
EvaluationShrinker.java     [all...]
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceReplacer.java 239 private Instruction replacementInstruction;
256 return replacementInstruction;
264 replacementInstruction =
272 replacementInstruction =
281 replacementInstruction =
291 replacementInstruction =
300 replacementInstruction =
313 replacementInstruction =
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 260 Instruction replacementInstruction =
264 codeAttributeComposer.appendInstruction(offset, replacementInstruction);
316 Instruction replacementInstruction =
320 codeAttributeComposer.appendInstruction(offset, replacementInstruction);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MutableMethodImplementation.java 246 public void replaceInstruction(int index, @Nonnull BuilderInstruction replacementInstruction) {
252 replacementInstruction.location = replaceLocation;
256 replaceLocation.instruction = replacementInstruction;
    [all...]
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 

Completed in 1078 milliseconds