Searched refs:new_space_top_after_last_gc_ (Results 1 – 2 of 2) sorted by relevance
720 new_space_top_after_last_gc_ = new_space()->top(); in GarbageCollectionEpilogue()4246 return new_space_top_after_last_gc_ == new_space()->top(); in IsHeapIterable()5088 new_space_top_after_last_gc_ = new_space()->top(); in SetUp()
1464 Address new_space_top_after_last_gc_; variable