/external/proguard/src/proguard/optimize/evaluation/ |
D | SimpleEnumUseSimplifier.java | 151 replaceInstruction(clazz, in visitSimpleInstruction() 164 replaceInstruction(clazz, in visitSimpleInstruction() 179 replaceInstruction(clazz, in visitSimpleInstruction() 208 replaceInstruction(clazz, in visitVariableInstruction() 233 replaceInstruction(clazz, in visitVariableInstruction() 305 replaceInstruction(clazz, in visitConstantInstruction() 334 replaceInstruction(clazz, in visitConstantInstruction() 357 replaceInstruction(clazz, in visitBranchInstruction() 370 replaceInstruction(clazz, in visitBranchInstruction() 383 replaceInstruction(clazz, in visitBranchInstruction() [all …]
|
D | EvaluationSimplifier.java | 485 replaceInstruction(clazz, offset, instruction, replacementInstruction); in replaceIntegerPushInstruction() 555 replaceInstruction(clazz, offset, instruction, replacementInstruction); in replaceLongPushInstruction() 629 replaceInstruction(clazz, offset, instruction, replacementInstruction); in replaceFloatPushInstruction() 699 replaceInstruction(clazz, offset, instruction, replacementInstruction); in replaceDoublePushInstruction() 758 replaceInstruction(clazz, offset, instruction, replacementInstruction); in replaceConstantPushInstruction() 775 replaceInstruction(clazz, offset, instruction, replacementInstruction); in replaceVariablePushInstruction() 854 replaceInstruction(clazz, offset, instruction, replacementInstruction); in replaceBranchInstruction() 1079 replaceInstruction(clazz, offset, switchInstruction, replacementInstruction); in cleanUpSwitchInstruction() 1123 replaceInstruction(clazz, offset, tableSwitchInstruction, in trimSwitchInstruction() 1137 replaceInstruction(clazz, offset, tableSwitchInstruction, in trimSwitchInstruction() [all …]
|
D | EvaluationShrinker.java | 996 codeAttributeEditor.replaceInstruction(offset, in visitSimpleInstruction() 1026 codeAttributeEditor.replaceInstruction(offset, in visitSimpleInstruction() 1816 codeAttributeEditor.replaceInstruction(offset, instruction); in insertInstruction() 1848 codeAttributeEditor.replaceInstruction(offset, instructions); in insertInstructions() 1894 codeAttributeEditor.replaceInstruction(offset, replacementInstruction); in replaceByStaticInvocation() 1913 codeAttributeEditor.replaceInstruction(offset, replacementInstruction); in replaceByInfiniteLoop()
|
/external/proguard/src/proguard/classfile/editor/ |
D | InstructionWriter.java | 115 replaceInstruction(offset, replacementInstruction); in visitConstantInstruction() 140 replaceInstruction(offset, replacementInstruction); in visitVariableInstruction() 229 replaceInstruction(offset, replacementInstruction); in visitBranchInstruction() 287 private void replaceInstruction(int instructionOffset, Instruction instruction) in replaceInstruction() method in InstructionWriter 292 codeAttributeEditor.replaceInstruction(instructionOffset, instruction); in replaceInstruction()
|
D | MethodInvocationFixer.java | 105 codeAttributeEditor.replaceInstruction(offset, replacementInstruction); in visitConstantInstruction() 126 codeAttributeEditor.replaceInstruction(offset, replacementInstruction); in visitConstantInstruction() 152 codeAttributeEditor.replaceInstruction(offset, replacementInstruction); in visitConstantInstruction() 177 codeAttributeEditor.replaceInstruction(offset, replacementInstruction); in visitConstantInstruction()
|
D | VariableRemapper.java | 200 codeAttributeEditor.replaceInstruction(offset, replacementInstruction); in visitVariableInstruction()
|
D | CodeAttributeEditor.java | 224 public void replaceInstruction(int instructionOffset, Instruction instruction) in replaceInstruction() method in CodeAttributeEditor 246 public void replaceInstruction(int instructionOffset, Instruction[] instructions) in replaceInstruction() method in CodeAttributeEditor
|
D | ConstantPoolRemapper.java | 522 codeAttributeEditor.replaceInstruction(offset, replacementInstruction); in visitConstantInstruction()
|
/external/proguard/src/proguard/optimize/peephole/ |
D | GotoGotoReplacer.java | 103 codeAttributeEditor.replaceInstruction(offset, in visitBranchInstruction()
|
D | GotoReturnReplacer.java | 101 codeAttributeEditor.replaceInstruction(offset, in visitBranchInstruction()
|
D | GotoCommonCodeReplacer.java | 137 codeAttributeEditor.replaceInstruction(offset, in visitBranchInstruction()
|
D | InstructionSequenceReplacer.java | 190 … codeAttributeEditor.replaceInstruction(instructionSequenceMatcher.matchedInstructionOffset(index), in visitAnyInstruction()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/ |
D | MutableMethodImplementation.java | 248 public void replaceInstruction(int index, @Nonnull BuilderInstruction replacementInstruction) { 423 replaceInstruction(location.index, replacement); 433 replaceInstruction(location.index, replacement);
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | DexWriter.java | 854 … methodImplementation.replaceInstruction(i, new BuilderInstruction31c(Opcode.CONST_STRING_JUMBO,
|