Lines Matching refs:pItem
755 const DexTypeItem* pItem = dexGetTypeItem(pList, idx); in dexTypeListGetIdx() local
756 return pItem->typeIdx; in dexTypeListGetIdx()
883 const DexFile* pDexFile, const DexFieldAnnotationsItem* pItem) in dexGetFieldAnnotationSetItem() argument
885 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff); in dexGetFieldAnnotationSetItem()
915 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem) in dexGetMethodAnnotationSetItem() argument
917 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff); in dexGetMethodAnnotationSetItem()
948 const DexFile* pDexFile, const DexParameterAnnotationsItem* pItem) in dexGetParameterAnnotationSetRefList() argument
950 if (pItem->annotationsOff == 0) { in dexGetParameterAnnotationSetRefList()
953 return (const DexAnnotationSetRefList*) (pDexFile->baseAddr + pItem->annotationsOff); in dexGetParameterAnnotationSetRefList()
958 const DexParameterAnnotationsItem* pItem) in dexGetParameterAnnotationSetRefSize() argument
960 if (pItem->annotationsOff == 0) { in dexGetParameterAnnotationSetRefSize()
963 return dexGetParameterAnnotationSetRefList(pDexFile, pItem)->size; in dexGetParameterAnnotationSetRefSize()
976 const DexFile* pDexFile, const DexAnnotationSetRefItem* pItem) in dexGetSetRefItemItem() argument
978 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff); in dexGetSetRefItemItem()