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

/external/proguard/src/proguard/optimize/peephole/
H A DInstructionSequenceReplacer.java99 * @param patternInstructions the pattern instruction sequence.
108 Instruction[] patternInstructions,
114 patternInstructions,
135 Instruction[] patternInstructions,
141 this.instructionSequenceMatcher = new InstructionSequenceMatcher(patternConstants, patternInstructions);
107 InstructionSequenceReplacer(Constant[] patternConstants, Instruction[] patternInstructions, Instruction[] replacementInstructions, BranchTargetFinder branchTargetFinder, CodeAttributeEditor codeAttributeEditor) argument
134 InstructionSequenceReplacer(Constant[] patternConstants, Instruction[] patternInstructions, Instruction[] replacementInstructions, BranchTargetFinder branchTargetFinder, CodeAttributeEditor codeAttributeEditor, InstructionVisitor extraInstructionVisitor) argument
/external/proguard/src/proguard/classfile/util/
H A DInstructionSequenceMatcher.java63 private final Instruction[] patternInstructions; field in class:InstructionSequenceMatcher
84 * @param patternInstructions the pattern instruction sequence.
87 Instruction[] patternInstructions)
90 this.patternInstructions = patternInstructions;
92 matchedInstructionOffsets = new int[patternInstructions.length];
127 return patternInstructions.length;
226 Instruction patternInstruction = patternInstructions[patternInstructionIndex];
246 Instruction patternInstruction = patternInstructions[patternInstructionIndex];
268 Instruction patternInstruction = patternInstructions[patternInstructionInde
86 InstructionSequenceMatcher(Constant[] patternConstants, Instruction[] patternInstructions) argument
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 106 milliseconds