Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/util/
DInstructionSequenceMatcher.java590 int constantIndex1, in matchingConstantIndices() argument
599 return matchingArguments(constantIndex1, constantIndex2); in matchingConstantIndices()
607 if (clazz.getTag(constantIndex1) == patternConstant.getTag()) in matchingConstantIndices()
609 clazz.constantPoolEntryAccept(constantIndex1, this); in matchingConstantIndices()
614 setMatchingConstant(constantIndex2, constantIndex1); in matchingConstantIndices()
623 return matchedConstantIndices[constantIndex2] == constantIndex1; in matchingConstantIndices()
633 int constantIndex1) in setMatchingConstant() argument
635 matchedConstantIndices[constantIndex] = constantIndex1; in setMatchingConstant()