Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexFile.h718 const DexTypeItem* pItem = dexGetTypeItem(pList, idx); in dexTypeListGetIdx() local
719 return pItem->typeIdx; in dexTypeListGetIdx()
846 const DexFile* pDexFile, const DexFieldAnnotationsItem* pItem) in dexGetFieldAnnotationSetItem() argument
848 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff); in dexGetFieldAnnotationSetItem()
878 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem) in dexGetMethodAnnotationSetItem() argument
880 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff); in dexGetMethodAnnotationSetItem()
911 const DexFile* pDexFile, const DexParameterAnnotationsItem* pItem) in dexGetParameterAnnotationSetRefList() argument
913 if (pItem->annotationsOff == 0) { in dexGetParameterAnnotationSetRefList()
916 return (const DexAnnotationSetRefList*) (pDexFile->baseAddr + pItem->annotationsOff); in dexGetParameterAnnotationSetRefList()
921 const DexParameterAnnotationsItem* pItem) in dexGetParameterAnnotationSetRefSize() argument
[all …]