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

/dalvik/vm/reflect/
H A DAnnotation.cpp2112 const DexAnnotationSetRefItem* pItem; local
2118 pItem = dexGetParameterAnnotationSetRef(pAnnoSetList, idx);
2119 pAnnoSet = dexGetSetRefItemItem(pDexFile, pItem);
2216 const DexParameterAnnotationsItem* pItem; local
2219 pItem = findAnnotationsItemForMethod(method);
2220 if (pItem != NULL) {
2225 size = dexGetParameterAnnotationSetRefSize(pDexFile, pItem);
2226 pAnnoSetList = dexGetParameterAnnotationSetRefList(pDexFile, pItem);
/dalvik/libdex/
H A DDexFile.h718 const DexTypeItem* pItem = dexGetTypeItem(pList, idx); local
719 return pItem->typeIdx;
844 const DexFile* pDexFile, const DexFieldAnnotationsItem* pItem)
846 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
874 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem)
876 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
905 const DexFile* pDexFile, const DexParameterAnnotationsItem* pItem)
907 if (pItem->annotationsOff == 0) {
910 return (const DexAnnotationSetRefList*) (pDexFile->baseAddr + pItem->annotationsOff);
915 const DexParameterAnnotationsItem* pItem)
843 dexGetFieldAnnotationSetItem( const DexFile* pDexFile, const DexFieldAnnotationsItem* pItem) argument
873 dexGetMethodAnnotationSetItem( const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem) argument
904 dexGetParameterAnnotationSetRefList( const DexFile* pDexFile, const DexParameterAnnotationsItem* pItem) argument
914 dexGetParameterAnnotationSetRefSize(const DexFile* pDexFile, const DexParameterAnnotationsItem* pItem) argument
932 dexGetSetRefItemItem( const DexFile* pDexFile, const DexAnnotationSetRefItem* pItem) argument
[all...]

Completed in 21 milliseconds