Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/util/
DInstructionSequenceMatcher.java71 private final int[] matchedConstantIndices; field in InstructionSequenceMatcher
94 matchedConstantIndices = new int[patternConstants.length]; in InstructionSequenceMatcher()
186 matchedConstantIndices[constantIndex] : in matchedConstantIndex()
623 return matchedConstantIndices[constantIndex2] == constantIndex1; in matchingConstantIndices()
635 matchedConstantIndices[constantIndex] = constantIndex1; in setMatchingConstant()