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

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

Completed in 97 milliseconds