Home
last modified time | relevance | path

Searched refs:insertBeforeInstruction (Results 1 – 6 of 6) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
DInstructionWriter.java203 insertBeforeInstruction(offset, complementaryConditionalBranch); in visitBranchInstruction()
217 insertBeforeInstruction(offset, complementaryConditionalBranch); in visitBranchInstruction()
274 private void insertBeforeInstruction(int instructionOffset, Instruction instruction) in insertBeforeInstruction() method in InstructionWriter
279 codeAttributeEditor.insertBeforeInstruction(instructionOffset, instruction); in insertBeforeInstruction()
DCodeAttributeEditor.java175 public void insertBeforeInstruction(int instructionOffset, Instruction instruction) in insertBeforeInstruction() method in CodeAttributeEditor
198 public void insertBeforeInstruction(int instructionOffset, Instruction[] instructions) in insertBeforeInstruction() method in CodeAttributeEditor
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseSimplifier.java701 codeAttributeEditor.insertBeforeInstruction(offset, in insertPopInstructions()
711 codeAttributeEditor.insertBeforeInstruction(offset, in insertPopInstructions()
737 codeAttributeEditor.insertBeforeInstruction(offset, in insertPopInstructions()
DEvaluationSimplifier.java1283 codeAttributeEditor.insertBeforeInstruction(offset, in insertPopInstructions()
1293 codeAttributeEditor.insertBeforeInstruction(offset, in insertPopInstructions()
1319 codeAttributeEditor.insertBeforeInstruction(offset, in insertPopInstructions()
DEvaluationShrinker.java1822 codeAttributeEditor.insertBeforeInstruction(offset, instruction); in insertInstruction()
1862 codeAttributeEditor.insertBeforeInstruction(offset, instructions); in insertInstructions()
/external/proguard/src/proguard/optimize/
DDuplicateInitializerInvocationFixer.java115 codeAttributeEditor.insertBeforeInstruction(offset, in visitConstantInstruction()