Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexFile.h392 typedef struct DexAnnotationSetRefList { struct
395 } DexAnnotationSetRefList; argument
903 DEX_INLINE const DexAnnotationSetRefList* dexGetParameterAnnotationSetRefList( in dexGetParameterAnnotationSetRefList()
906 return (const DexAnnotationSetRefList*) in dexGetParameterAnnotationSetRefList()
921 const DexAnnotationSetRefList* pList, u4 idx) in dexGetParameterAnnotationSetRef()
DDexSwapVerify.c1299 DexAnnotationSetRefList* list = ptr; in swapAnnotationSetRefList()
1320 const DexAnnotationSetRefList* list = ptr; in crossVerifyAnnotationSetRefList()
/dalvik/vm/reflect/
DAnnotation.c1980 const DexAnnotationSetRefList* pAnnoSetList, u4 count) in processAnnotationSetRefList()
2101 const DexAnnotationSetRefList* pAnnoSetList; in dvmGetParameterAnnotations()