Home
last modified time | relevance | path

Searched refs:DexAnnotationSetRefList (Results 1 – 2 of 2) sorted by relevance

/dalvik/libdex/
DDexFile.h415 struct DexAnnotationSetRefList { struct
910 DEX_INLINE const DexAnnotationSetRefList* dexGetParameterAnnotationSetRefList( in dexGetParameterAnnotationSetRefList()
916 return (const DexAnnotationSetRefList*) (pDexFile->baseAddr + pItem->annotationsOff); in dexGetParameterAnnotationSetRefList()
931 const DexAnnotationSetRefList* pList, u4 idx) in dexGetParameterAnnotationSetRef()
DDexSwapVerify.cpp1347 DexAnnotationSetRefList* list = (DexAnnotationSetRefList*) ptr; in swapAnnotationSetRefList()
1368 const DexAnnotationSetRefList* list = (const DexAnnotationSetRefList*) ptr; in crossVerifyAnnotationSetRefList()