Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dsweeper.cc28 iterability_in_progress_(false), in Sweeper()
150 iterability_in_progress_ = true; in StartSweeping()
635 if (!iterability_in_progress_) return; in EnsureIterabilityCompleted()
649 iterability_in_progress_ = false; in EnsureIterabilityCompleted()
683 if (!iterability_in_progress_) return; in StartIterabilityTasks()
697 DCHECK(iterability_in_progress_); in AddPageForIterability()
Dsweeper.h216 bool iterability_in_progress_; variable