Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.cc3110 const Address space_start = heap()->new_space()->first_allocatable_address(); in CollectToSpaceUpdatingItems() local
3113 for (Page* page : PageRange(space_start, space_end)) { in CollectToSpaceUpdatingItems()
3115 page->Contains(space_start) ? space_start : page->area_start(); in CollectToSpaceUpdatingItems()
Dspaces.h2451 Address space_start() { in space_start() function
2740 Address first_allocatable_address() { return to_space_.space_start(); } in first_allocatable_address()
Dspaces.cc2477 CHECK_EQ(current, to_space_.space_start()); in AllocateChunk()
2748 for (Page* p : PageRange(space_start(), mark)) { in AllocateChunk()