Home
last modified time | relevance | path

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

/dalvik/vm/reflect/
DAnnotation.c891 Object** pContents; in processAnnotationSet() local
911 pContents = (Object**) annoArray->contents; in processAnnotationSet()
922 *pContents = processEncodedAnnotation(clazz, &ptr); in processAnnotationSet()
923 if (*pContents == NULL) { in processAnnotationSet()
927 pContents++; in processAnnotationSet()
1985 ArrayObject** pContents; in processAnnotationSetRefList() local
1996 pContents = (ArrayObject**) annoArrayArray->contents; in processAnnotationSetRefList()
2005 *pContents = processAnnotationSet(clazz, pAnnoSet, in processAnnotationSetRefList()
2007 if (*pContents == NULL) { in processAnnotationSetRefList()
2012 dvmReleaseTrackedAlloc((Object*) *pContents, self); in processAnnotationSetRefList()
[all …]