Searched refs:pParameterList (Results 1 – 1 of 1) sorted by relevance
2124 const DexParameterAnnotationsItem* pParameterList; in findAnnotationsItemForMethod() local2134 pParameterList = dexGetParameterAnnotations(pDexFile, pAnnoDir); in findAnnotationsItemForMethod()2135 if (pParameterList == NULL) in findAnnotationsItemForMethod()2154 if (pParameterList[idx].methodIdx == methodIdx) { in findAnnotationsItemForMethod()2156 return &pParameterList[idx]; in findAnnotationsItemForMethod()