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.cc753 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()
Dheap.h2213 Address new_space_top_after_last_gc_; variable