Lines Matching full:pitem
718 const DexTypeItem* pItem = dexGetTypeItem(pList, idx);
719 return pItem->typeIdx;
844 const DexFile* pDexFile, const DexFieldAnnotationsItem* pItem)
846 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
874 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem)
876 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
905 const DexFile* pDexFile, const DexParameterAnnotationsItem* pItem)
907 if (pItem->annotationsOff == 0) {
910 return (const DexAnnotationSetRefList*) (pDexFile->baseAddr + pItem->annotationsOff);
915 const DexParameterAnnotationsItem* pItem)
917 if (pItem->annotationsOff == 0) {
920 return dexGetParameterAnnotationSetRefList(pDexFile, pItem)->size;
933 const DexFile* pDexFile, const DexAnnotationSetRefItem* pItem)
935 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);