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

/dalvik/libdex/
H A DDexFile.h806 const DexTypeItem* pItem = dexGetTypeItem(pList, idx); local
807 return pItem->typeIdx;
934 const DexFile* pDexFile, const DexFieldAnnotationsItem* pItem)
936 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
966 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem)
968 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
999 const DexFile* pDexFile, const DexParameterAnnotationsItem* pItem)
1001 if (pItem->annotationsOff == 0) {
1004 return (const DexAnnotationSetRefList*) (pDexFile->baseAddr + pItem->annotationsOff);
1009 const DexParameterAnnotationsItem* pItem)
933 dexGetFieldAnnotationSetItem( const DexFile* pDexFile, const DexFieldAnnotationsItem* pItem) argument
965 dexGetMethodAnnotationSetItem( const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem) argument
998 dexGetParameterAnnotationSetRefList( const DexFile* pDexFile, const DexParameterAnnotationsItem* pItem) argument
1008 dexGetParameterAnnotationSetRefSize(const DexFile* pDexFile, const DexParameterAnnotationsItem* pItem) argument
1026 dexGetSetRefItemItem( const DexFile* pDexFile, const DexAnnotationSetRefItem* pItem) argument
[all...]

Completed in 81 milliseconds