Searched refs:new_space_top_after_last_gc_ (Results 1 – 2 of 2) sorted by relevance
753 new_space_top_after_last_gc_ = new_space()->top(); in GarbageCollectionEpilogue()4004 return new_space_top_after_last_gc_ == new_space()->top(); in IsHeapIterable()5101 new_space_top_after_last_gc_ = new_space()->top(); in SetUp()
2213 Address new_space_top_after_last_gc_; variable