Home | History | Annotate | Download | only in libdex

Lines Matching refs:pList

793 DEX_INLINE const DexTypeItem* dexGetTypeItem(const DexTypeList* pList,
796 assert(idx < pList->size);
797 return &pList->list[idx];
800 DEX_INLINE u4 dexTypeListGetIdx(const DexTypeList* pList, u4 idx) {
801 const DexTypeItem* pItem = dexGetTypeItem(pList, idx);
1014 const DexAnnotationSetRefList* pList, u4 idx)
1016 assert(idx < pList->size);
1017 return &pList->list[idx];