Searched refs:patternInstructions (Results 1 - 3 of 3) sorted by relevance

/external/proguard/src/proguard/classfile/util/
H A DInstructionSequenceMatcher.java61 private final Instruction[] patternInstructions; field in class:InstructionSequenceMatcher
81 * @param patternInstructions the pattern instruction sequence.
84 Instruction[] patternInstructions)
87 this.patternInstructions = patternInstructions;
89 matchedInstructionOffsets = new int[patternInstructions.length];
119 return patternInstructions.length;
187 Instruction patternInstruction = patternInstructions[patternInstructionIndex];
207 Instruction patternInstruction = patternInstructions[patternInstructionIndex];
229 Instruction patternInstruction = patternInstructions[patternInstructionInde
83 InstructionSequenceMatcher(Constant[] patternConstants, Instruction[] patternInstructions) argument
[all...]
/external/proguard/src/proguard/optimize/peephole/
H A DInstructionSequenceReplacer.java61 * @param patternInstructions the pattern instruction sequence.
70 Instruction[] patternInstructions,
76 patternInstructions,
97 Instruction[] patternInstructions,
103 this.instructionSequenceMatcher = new InstructionSequenceMatcher(patternConstants, patternInstructions);
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
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 30 milliseconds