Home
last modified time | relevance | path

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

/dalvik/vm/reflect/
DAnnotation.c1606 const DexMethodAnnotationsItem* pMethodList; in findAnnotationSetForMethod() local
1615 pMethodList = dexGetMethodAnnotations(pDexFile, pAnnoDir); in findAnnotationSetForMethod()
1616 if (pMethodList != NULL) { in findAnnotationSetForMethod()
1633 if (pMethodList[idx].methodIdx == methodIdx) { in findAnnotationSetForMethod()
1636 &pMethodList[idx]); in findAnnotationSetForMethod()