Lines Matching refs:pItem
812 const DexTypeItem* pItem = dexGetTypeItem(pList, idx); in dexTypeListGetIdx() local
813 return pItem->typeIdx; in dexTypeListGetIdx()
940 const DexFile* pDexFile, const DexFieldAnnotationsItem* pItem) in dexGetFieldAnnotationSetItem() argument
942 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff); in dexGetFieldAnnotationSetItem()
972 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem) in dexGetMethodAnnotationSetItem() argument
974 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff); in dexGetMethodAnnotationSetItem()
1005 const DexFile* pDexFile, const DexParameterAnnotationsItem* pItem) in dexGetParameterAnnotationSetRefList() argument
1007 if (pItem->annotationsOff == 0) { in dexGetParameterAnnotationSetRefList()
1010 return (const DexAnnotationSetRefList*) (pDexFile->baseAddr + pItem->annotationsOff); in dexGetParameterAnnotationSetRefList()
1015 const DexParameterAnnotationsItem* pItem) in dexGetParameterAnnotationSetRefSize() argument
1017 if (pItem->annotationsOff == 0) { in dexGetParameterAnnotationSetRefSize()
1020 return dexGetParameterAnnotationSetRefList(pDexFile, pItem)->size; in dexGetParameterAnnotationSetRefSize()
1033 const DexFile* pDexFile, const DexAnnotationSetRefItem* pItem) in dexGetSetRefItemItem() argument
1035 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff); in dexGetSetRefItemItem()