Searched refs:newList (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/
H A DPointerSet.cpp127 const void** newList; local
134 newList = (const void**)realloc(pSet->list, pSet->alloc * sizeof(void*));
135 if (newList == NULL) {
139 pSet->list = newList;
/dalvik/vm/oo/
H A DClass.cpp1030 Object** newList; local
1032 newList = (Object**) realloc(loaderList->initiatingLoaders,
1035 if (newList == NULL) {
1040 loaderList->initiatingLoaders = newList;

Completed in 670 milliseconds