Home
last modified time | relevance | path

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

/dalvik/vm/reflect/
DAnnotation.c1984 ArrayObject* annoArrayArray = NULL; in processAnnotationSetRefList() local
1989 annoArrayArray = dvmAllocArrayByClass( in processAnnotationSetRefList()
1991 if (annoArrayArray == NULL) { in processAnnotationSetRefList()
1996 pContents = (ArrayObject**) annoArrayArray->contents; in processAnnotationSetRefList()
2009 annoArrayArray = NULL; in processAnnotationSetRefList()
2017 return annoArrayArray; in processAnnotationSetRefList()
2097 ArrayObject* annoArrayArray = NULL; in dvmGetParameterAnnotations() local
2107 annoArrayArray = processAnnotationSetRefList(clazz, pAnnoSetList, size); in dvmGetParameterAnnotations()
2110 annoArrayArray = emptyAnnoArrayArray(countMethodArguments(method)); in dvmGetParameterAnnotations()
2113 return annoArrayArray; in dvmGetParameterAnnotations()