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

/dalvik/vm/reflect/
H A DAnnotation.cpp1978 const DexFieldAnnotationsItem* pFieldList = dexGetFieldAnnotations(pDexFile, pAnnoDir); local
1979 if (pFieldList == NULL) {
1999 if (pFieldList[idx].fieldIdx == fieldIdx) {
2001 return dexGetFieldAnnotationSetItem(pDexFile, &pFieldList[idx]);

Completed in 383 milliseconds