Searched refs:pItem (Results 1 – 1 of 1) sorted by relevance
786 const DexTypeItem* pItem = dexGetTypeItem(pList, idx); in dexTypeListGetIdx() local787 return pItem->typeIdx; in dexTypeListGetIdx()914 const DexFile* pDexFile, const DexFieldAnnotationsItem* pItem) in dexGetFieldAnnotationSetItem() argument916 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff); in dexGetFieldAnnotationSetItem()946 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem) in dexGetMethodAnnotationSetItem() argument948 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff); in dexGetMethodAnnotationSetItem()979 const DexFile* pDexFile, const DexParameterAnnotationsItem* pItem) in dexGetParameterAnnotationSetRefList() argument981 if (pItem->annotationsOff == 0) { in dexGetParameterAnnotationSetRefList()984 return (const DexAnnotationSetRefList*) (pDexFile->baseAddr + pItem->annotationsOff); in dexGetParameterAnnotationSetRefList()989 const DexParameterAnnotationsItem* pItem) in dexGetParameterAnnotationSetRefSize() argument[all …]