Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc720 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()
Dheap.h1464 Address new_space_top_after_last_gc_; variable