Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexFile.h415 struct DexAnnotationSetRefList { struct
903 DEX_INLINE const DexAnnotationSetRefList* dexGetParameterAnnotationSetRefList( in dexGetParameterAnnotationSetRefList()
906 return (const DexAnnotationSetRefList*) in dexGetParameterAnnotationSetRefList()
921 const DexAnnotationSetRefList* pList, u4 idx) in dexGetParameterAnnotationSetRef()
DDexSwapVerify.cpp1341 DexAnnotationSetRefList* list = (DexAnnotationSetRefList*) ptr; in swapAnnotationSetRefList()
1362 const DexAnnotationSetRefList* list = (const DexAnnotationSetRefList*) ptr; in crossVerifyAnnotationSetRefList()
/dalvik/vm/reflect/
DAnnotation.cpp2069 const DexAnnotationSetRefList* pAnnoSetList, u4 count) in processAnnotationSetRefList()
2189 const DexAnnotationSetRefList* pAnnoSetList; in dvmGetParameterAnnotations()