Home
last modified time | relevance | path

Searched refs:patternInstructions (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/classfile/util/
DInstructionSequenceMatcher.java63 private final Instruction[] patternInstructions; field in InstructionSequenceMatcher
87 Instruction[] patternInstructions) in InstructionSequenceMatcher() argument
90 this.patternInstructions = patternInstructions; in InstructionSequenceMatcher()
92 matchedInstructionOffsets = new int[patternInstructions.length]; in InstructionSequenceMatcher()
127 return patternInstructions.length; in instructionCount()
226 Instruction patternInstruction = patternInstructions[patternInstructionIndex]; in visitSimpleInstruction()
246 Instruction patternInstruction = patternInstructions[patternInstructionIndex]; in visitVariableInstruction()
268 Instruction patternInstruction = patternInstructions[patternInstructionIndex]; in visitConstantInstruction()
291 Instruction patternInstruction = patternInstructions[patternInstructionIndex]; in visitBranchInstruction()
313 Instruction patternInstruction = patternInstructions[patternInstructionIndex]; in visitTableSwitchInstruction()
[all …]
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceReplacer.java108 Instruction[] patternInstructions, in InstructionSequenceReplacer() argument
114 patternInstructions, in InstructionSequenceReplacer()
135 Instruction[] patternInstructions, in InstructionSequenceReplacer() argument
141 …instructionSequenceMatcher = new InstructionSequenceMatcher(patternConstants, patternInstructions); in InstructionSequenceReplacer()