Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.h2392 Address space_start() { in space_start() function
2772 Address bottom() { return to_space_.space_start(); } in bottom()
2839 Address FromSpaceStart() { return from_space_.space_start(); } in FromSpaceStart()
2843 Address ToSpaceStart() { return to_space_.space_start(); } in ToSpaceStart()
Dspaces.cc1725 CHECK_EQ(current, to_space_.space_start()); in AllocateChunk()
1997 NewSpacePageIterator it(space_start(), mark); in AllocateChunk()