Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/util/
DInstructionSequenceMatcher.java66 private int patternInstructionIndex; field in InstructionSequenceMatcher
103 patternInstructionIndex = 0; in reset()
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()
341 Instruction patternInstruction = patternInstructions[patternInstructionIndex]; in visitLookUpSwitchInstruction()
706 ….getDescriptor(clazz)+"]: "+patternInstructions[patternInstructionIndex].toString(patternInstructi… in checkMatch()
713 matchedInstructionOffsets[patternInstructionIndex] = offset; in checkMatch()
[all …]