Searched refs:pContents (Results 1 – 1 of 1) sorted by relevance
891 Object** pContents; in processAnnotationSet() local911 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() local1996 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 …]