Home
last modified time | relevance | path

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

/dalvik/vm/reflect/
DAnnotation.c797 ArrayObject* elementArray = NULL; in processEncodedAnnotation() local
832 elementArray = dvmAllocArrayByClass( in processEncodedAnnotation()
835 if (elementArray == NULL) { in processEncodedAnnotation()
840 pElement = (Object**) elementArray->contents; in processEncodedAnnotation()
858 NULL, &result, annoClass, elementArray); in processEncodedAnnotation()
868 dvmReleaseTrackedAlloc((Object*) elementArray, NULL); in processEncodedAnnotation()