Searched refs:space_start (Results 1 – 2 of 2) sorted by relevance
1840 Address space_start() { in space_start() function2151 Address bottom() { return to_space_.space_start(); } in bottom()2200 Address FromSpaceStart() { return from_space_.space_start(); } in FromSpaceStart()2204 Address ToSpaceStart() { return to_space_.space_start(); } in ToSpaceStart()
1235 CHECK_EQ(current, to_space_.space_start()); in Verify()1482 NewSpacePageIterator it(space_start(), mark); in set_age_mark()