HomeSort by relevance Sort by last modified time
    Searched refs:replacementInstruction (Results 1 - 23 of 23) 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/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...]
SimpleEnumUseSimplifier.java 631 Instruction replacementInstruction)
636 replacementInstruction.stackPopCount(clazz);
640 if (DEBUG) System.out.println(" Replacing instruction "+instruction.toString(offset)+" -> "+replacementInstruction.toString()+(popCount == 0 ? "" : " ("+popCount+" pops)"));
642 codeAttributeEditor.replaceInstruction(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/preverify/
CodeSubroutineInliner.java 273 Instruction replacementInstruction =
277 codeAttributeComposer.appendInstruction(offset, replacementInstruction);
329 Instruction replacementInstruction =
333 codeAttributeComposer.appendInstruction(offset, replacementInstruction);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MutableMethodImplementation.java 248 public void replaceInstruction(int index, @Nonnull BuilderInstruction replacementInstruction) {
254 replacementInstruction.location = replaceLocation;
258 replaceLocation.instruction = replacementInstruction;
    [all...]
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/gradle-plugin/net/sf/proguard/proguard-base/5.3.3/
proguard-base-5.3.3.jar 
  /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 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.3.1/
proguard-base-5.3.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.3.2/
proguard-base-5.3.2.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 906 milliseconds