Searched refs:replacementInstructions (Results 1 - 2 of 2) sorted by relevance

/external/proguard/src/proguard/optimize/peephole/
H A DInstructionSequenceReplacer.java49 private final Instruction[] replacementInstructions; field in class:InstructionSequenceReplacer
62 * @param replacementInstructions the replacement instruction sequence.
71 Instruction[] replacementInstructions,
77 replacementInstructions,
98 Instruction[] replacementInstructions,
104 this.replacementInstructions = replacementInstructions;
140 for (int index = 0; index < replacementInstructions.length; index++)
148 for (int index = 0; index < replacementInstructions.length; index++)
155 for (int index = replacementInstructions
69 InstructionSequenceReplacer(Constant[] patternConstants, Instruction[] patternInstructions, Instruction[] replacementInstructions, BranchTargetFinder branchTargetFinder, CodeAttributeEditor codeAttributeEditor) argument
96 InstructionSequenceReplacer(Constant[] patternConstants, Instruction[] patternInstructions, Instruction[] replacementInstructions, BranchTargetFinder branchTargetFinder, CodeAttributeEditor codeAttributeEditor, InstructionVisitor extraInstructionVisitor) argument
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 70 milliseconds