Searched refs:space_start (Results 1 – 2 of 2) sorted by relevance
2392 Address space_start() { in space_start() function2772 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()
1725 CHECK_EQ(current, to_space_.space_start()); in AllocateChunk()1997 NewSpacePageIterator it(space_start(), mark); in AllocateChunk()