Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/util/
DInstructionSequenceMatcher.java67 private final int[] matchedInstructionOffsets; field in InstructionSequenceMatcher
92 matchedInstructionOffsets = new int[patternInstructions.length]; in InstructionSequenceMatcher()
137 return matchedInstructionOffsets[index]; in matchedInstructionOffset()
713 matchedInstructionOffsets[patternInstructionIndex] = offset; in checkMatch()
728 …ructionFactory.create(codeAttribute.code, matchedInstructionOffsets[index]).toString(matchedInstru… in checkMatch()