Searched refs:annoArrayArray (Results 1 – 1 of 1) sorted by relevance
1984 ArrayObject* annoArrayArray = NULL; in processAnnotationSetRefList() local1989 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() local2107 annoArrayArray = processAnnotationSetRefList(clazz, pAnnoSetList, size); in dvmGetParameterAnnotations()2110 annoArrayArray = emptyAnnoArrayArray(countMethodArguments(method)); in dvmGetParameterAnnotations()2113 return annoArrayArray; in dvmGetParameterAnnotations()