Searched refs:space_end (Results 1 – 2 of 2) sorted by relevance
3111 const Address space_end = heap()->new_space()->top(); in CollectToSpaceUpdatingItems() local3113 for (Page* page : PageRange(space_start, space_end)) { in CollectToSpaceUpdatingItems()3116 Address end = page->Contains(space_end) ? space_end : page->area_end(); in CollectToSpaceUpdatingItems()
2448 Address space_end() { return memory_chunk_list_.back()->area_end(); } in space_end() function