Searched defs:pMethodList (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/reflect/
H A DAnnotation.cpp1659 const DexMethodAnnotationsItem* pMethodList; local
1668 pMethodList = dexGetMethodAnnotations(pDexFile, pAnnoDir);
1669 if (pMethodList != NULL) {
1686 if (pMethodList[idx].methodIdx == methodIdx) {
1689 &pMethodList[idx]);

Completed in 8 milliseconds