Searched refs:space_start (Results 1 – 3 of 3) sorted by relevance
3110 const Address space_start = heap()->new_space()->first_allocatable_address(); in CollectToSpaceUpdatingItems() local3113 for (Page* page : PageRange(space_start, space_end)) { in CollectToSpaceUpdatingItems()3115 page->Contains(space_start) ? space_start : page->area_start(); in CollectToSpaceUpdatingItems()
2451 Address space_start() { in space_start() function2740 Address first_allocatable_address() { return to_space_.space_start(); } in first_allocatable_address()
2477 CHECK_EQ(current, to_space_.space_start()); in AllocateChunk()2748 for (Page* p : PageRange(space_start(), mark)) { in AllocateChunk()