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

/external/proguard/src/proguard/classfile/editor/
H A DInstructionWriter.java203 insertBeforeInstruction(offset, complementaryConditionalBranch);
217 insertBeforeInstruction(offset, complementaryConditionalBranch);
274 private void insertBeforeInstruction(int instructionOffset, Instruction instruction) method in class:InstructionWriter
279 codeAttributeEditor.insertBeforeInstruction(instructionOffset, instruction);
H A DCodeAttributeEditor.java168 public void insertBeforeInstruction(int instructionOffset, Instruction instruction) method in class:CodeAttributeEditor
192 public void insertBeforeInstruction(int instructionOffset, Instruction[] instructions) method in class:CodeAttributeEditor
/external/proguard/src/proguard/optimize/
H A DDuplicateInitializerInvocationFixer.java115 codeAttributeEditor.insertBeforeInstruction(offset,
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationSimplifier.java946 codeAttributeEditor.insertBeforeInstruction(offset,
956 codeAttributeEditor.insertBeforeInstruction(offset,
982 codeAttributeEditor.insertBeforeInstruction(offset,
H A DEvaluationShrinker.java1668 codeAttributeEditor.insertBeforeInstruction(offset, replacementInstruction);
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 117 milliseconds