Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.h2228 Address space_start() { in space_start() function
2526 Address bottom() { return to_space_.space_start(); } in bottom()
2581 Address FromSpaceStart() { return from_space_.space_start(); } in FromSpaceStart()
2585 Address ToSpaceStart() { return to_space_.space_start(); } in ToSpaceStart()
Dmark-compact.cc3808 Address space_start = heap->new_space()->bottom(); in UpdateToSpacePointersInParallel() local
3810 for (Page* page : PageRange(space_start, space_end)) { in UpdateToSpacePointersInParallel()
3812 page->Contains(space_start) ? space_start : page->area_start(); in UpdateToSpacePointersInParallel()
Dspaces.cc1853 CHECK_EQ(current, to_space_.space_start()); in AllocateChunk()
2109 for (Page* p : PageRange(space_start(), mark)) { in AllocateChunk()