/external/proguard/src/proguard/classfile/editor/ |
H A D | MethodInvocationFixer.java | 105 codeAttributeEditor.replaceInstruction(offset, replacementInstruction); 126 codeAttributeEditor.replaceInstruction(offset, replacementInstruction); 152 codeAttributeEditor.replaceInstruction(offset, replacementInstruction); 177 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
|
H A D | InstructionWriter.java | 115 replaceInstruction(offset, replacementInstruction); 140 replaceInstruction(offset, replacementInstruction); 229 replaceInstruction(offset, replacementInstruction); 287 private void replaceInstruction(int instructionOffset, Instruction instruction) method in class:InstructionWriter 292 codeAttributeEditor.replaceInstruction(instructionOffset, instruction);
|
H A D | VariableRemapper.java | 200 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
|
H A D | CodeAttributeEditor.java | 224 public void replaceInstruction(int instructionOffset, Instruction instruction) method in class:CodeAttributeEditor 246 public void replaceInstruction(int instructionOffset, Instruction[] instructions) method in class:CodeAttributeEditor
|
H A D | ConstantPoolRemapper.java | 522 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
|
/external/proguard/src/proguard/optimize/evaluation/ |
H A D | SimpleEnumUseSimplifier.java | 151 replaceInstruction(clazz, 164 replaceInstruction(clazz, 179 replaceInstruction(clazz, 208 replaceInstruction(clazz, 233 replaceInstruction(clazz, 305 replaceInstruction(clazz, 334 replaceInstruction(clazz, 357 replaceInstruction(clazz, 370 replaceInstruction(clazz, 383 replaceInstruction(claz 628 private void replaceInstruction(Clazz clazz, method in class:SimpleEnumUseSimplifier [all...] |
H A D | EvaluationSimplifier.java | 485 replaceInstruction(clazz, offset, instruction, replacementInstruction); 555 replaceInstruction(clazz, offset, instruction, replacementInstruction); 629 replaceInstruction(clazz, offset, instruction, replacementInstruction); 699 replaceInstruction(clazz, offset, instruction, replacementInstruction); 758 replaceInstruction(clazz, offset, instruction, replacementInstruction); 775 replaceInstruction(clazz, offset, instruction, replacementInstruction); 854 replaceInstruction(clazz, offset, instruction, replacementInstruction); 1079 replaceInstruction(clazz, offset, switchInstruction, replacementInstruction); 1123 replaceInstruction(clazz, offset, tableSwitchInstruction, 1137 replaceInstruction(claz 1239 private void replaceInstruction(Clazz clazz, method in class:EvaluationSimplifier [all...] |
H A D | EvaluationShrinker.java | 996 codeAttributeEditor.replaceInstruction(offset, 1026 codeAttributeEditor.replaceInstruction(offset, 1816 codeAttributeEditor.replaceInstruction(offset, instruction); 1848 codeAttributeEditor.replaceInstruction(offset, instructions); 1894 codeAttributeEditor.replaceInstruction(offset, replacementInstruction); 1913 codeAttributeEditor.replaceInstruction(offset, replacementInstruction);
|
/external/proguard/src/proguard/optimize/peephole/ |
H A D | GotoGotoReplacer.java | 103 codeAttributeEditor.replaceInstruction(offset,
|
H A D | GotoReturnReplacer.java | 101 codeAttributeEditor.replaceInstruction(offset,
|
H A D | GotoCommonCodeReplacer.java | 137 codeAttributeEditor.replaceInstruction(offset,
|
H A D | InstructionSequenceReplacer.java | 190 codeAttributeEditor.replaceInstruction(instructionSequenceMatcher.matchedInstructionOffset(index),
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/ |
H A D | MutableMethodImplementation.java | 248 public void replaceInstruction(int index, @Nonnull BuilderInstruction replacementInstruction) { method in class:MutableMethodImplementation 423 replaceInstruction(location.index, replacement); 433 replaceInstruction(location.index, replacement);
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
H A D | DexWriter.java | 798 methodImplementation.replaceInstruction(i, new BuilderInstruction31c(Opcode.CONST_STRING_JUMBO,
|
/external/proguard/lib/ |
H A D | proguard.jar | META-INF/ META-INF/MANIFEST.MF proguard/optimize/WriteOnlyFieldFilter.class WriteOnlyFieldFilter.java package proguard ... |