Searched refs:replacementInstruction (Results 1 - 11 of 11) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
H A DMethodInvocationFixer.java103 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
236 debug(Clazz clazz, Method method, int offset, ConstantInstruction constantInstruction, Instruction replacementInstruction) argument
[all...]
H A DInstructionWriter.java84 Instruction replacementInstruction =
89 replaceInstruction(offset, replacementInstruction);
109 Instruction replacementInstruction =
114 replaceInstruction(offset, replacementInstruction);
134 Instruction replacementInstruction =
144 replacementInstruction =
193 replaceInstruction(offset, replacementInstruction);
H A DVariableRemapper.java134 Instruction replacementInstruction =
139 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
H A DCodeAttributeEditor.java461 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
[all...]
H A DConstantPoolRemapper.java461 Instruction replacementInstruction =
466 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationSimplifier.java443 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);
882 replaceInstruction(Clazz clazz, int offset, Instruction instruction, Instruction replacementInstruction) argument
[all...]
H A DEvaluationShrinker.java1267 Instruction replacementInstruction = new SimpleInstruction(newOpcode);
1269 replacementInstruction);
1271 if (DEBUG) System.out.println(" Replacing instruction "+instruction.toString(dupOffset)+" by "+replacementInstruction.toString());
1288 Instruction replacementInstruction =
1291 if (DEBUG) System.out.println(": "+replacementInstruction.toString(offset));
1297 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
1302 codeAttributeEditor.insertBeforeInstruction(offset, replacementInstruction);
1306 replacementInstruction.accept(null, null, null, offset, extraAddedInstructionVisitor);
1446 Instruction replacementInstruction =
1450 if (DEBUG) System.out.println(" Replacing by static invocation "+constantInstruction.toString(offset)+" -> "+replacementInstruction
[all...]
/external/proguard/src/proguard/optimize/peephole/
H A DInstructionSequenceReplacer.java200 private Instruction replacementInstruction; field in class:InstructionSequenceReplacer.MyReplacementInstructionFactory
217 return replacementInstruction.shrink();
225 replacementInstruction =
233 replacementInstruction =
242 replacementInstruction =
251 replacementInstruction =
259 replacementInstruction =
271 replacementInstruction =
/external/proguard/src/proguard/preverify/
H A DCodeSubroutineInliner.java276 Instruction replacementInstruction =
280 codeAttributeComposer.appendInstruction(offset, replacementInstruction);
332 Instruction replacementInstruction =
336 codeAttributeComposer.appendInstruction(offset, replacementInstruction);
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DCodeItem.java480 private void replaceInstructionAtAddress(int codeAddress, Instruction replacementInstruction) { argument
517 instructions[instructionIndex] = replacementInstruction;
521 if (originalInstruction.getSize(codeAddress) == replacementInstruction.getSize(codeAddress)) {
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 99 milliseconds