Searched refs:heapBase (Results 1 – 2 of 2) sorted by relevance
55 void *heapBase = dvmHeapSourceGetBase(); in dvmCardTableStartup() local57 assert(heapBase != NULL); in dvmCardTableStartup()73 ((uintptr_t)heapBase >> GC_CARD_SHIFT)); in dvmCardTableStartup()
193 char *heapBase; member394 heap.base = hs->heapBase; in addNewHeap()395 heap.limit = hs->heapBase + heap.absoluteMaxSize; in addNewHeap()543 hs->heapBase = base; in dvmHeapSourceStartup()625 assert((char *)*gcHeap >= hs->heapBase); in dvmHeapSourceShutdown()626 assert((char *)*gcHeap < hs->heapBase + hs->heapLength); in dvmHeapSourceShutdown()631 munmap(hs->heapBase, hs->heapLength); in dvmHeapSourceShutdown()642 return gHs->heapBase; in dvmHeapSourceGetBase()