Home | History | Annotate | Download | only in libdex

Lines Matching refs:pItem

806     const DexTypeItem* pItem = dexGetTypeItem(pList, idx);
807 return pItem->typeIdx;
934 const DexFile* pDexFile, const DexFieldAnnotationsItem* pItem)
936 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
966 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem)
968 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
999 const DexFile* pDexFile, const DexParameterAnnotationsItem* pItem)
1001 if (pItem->annotationsOff == 0) {
1004 return (const DexAnnotationSetRefList*) (pDexFile->baseAddr + pItem->annotationsOff);
1009 const DexParameterAnnotationsItem* pItem)
1011 if (pItem->annotationsOff == 0) {
1014 return dexGetParameterAnnotationSetRefList(pDexFile, pItem)->size;
1027 const DexFile* pDexFile, const DexAnnotationSetRefItem* pItem)
1029 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);