Searched refs:insertBeforeInstruction (Results 1 - 7 of 7) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
H A DInstructionWriter.java172 insertBeforeInstruction(offset, complementaryConditionalBranch);
186 insertBeforeInstruction(offset, complementaryConditionalBranch);
232 private void insertBeforeInstruction(int instructionOffset, Instruction instruction) method in class:InstructionWriter
237 codeAttributeEditor.insertBeforeInstruction(instructionOffset, instruction);
H A DCodeAttributeEditor.java129 public void insertBeforeInstruction(int instructionOffset, Instruction instruction) method in class:CodeAttributeEditor
151 public void insertBeforeInstruction(int instructionOffset, Instruction[] instructions) method in class:CodeAttributeEditor
/external/proguard/src/proguard/optimize/
H A DDuplicateInitializerInvocationFixer.java113 codeAttributeEditor.insertBeforeInstruction(offset,
/external/proguard/src/proguard/optimize/peephole/
H A DGotoCommonCodeReplacer.java127 codeAttributeEditor.insertBeforeInstruction(deleteOffset, (Instruction)null);
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationSimplifier.java926 codeAttributeEditor.insertBeforeInstruction(offset,
936 codeAttributeEditor.insertBeforeInstruction(offset,
962 codeAttributeEditor.insertBeforeInstruction(offset,
H A DEvaluationShrinker.java388 codeAttributeEditor.insertBeforeInstruction(offset, (Instruction)null);
1302 codeAttributeEditor.insertBeforeInstruction(offset, replacementInstruction);
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 92 milliseconds