Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dsweeper.cc138 iterability_in_progress_ = true; in StartSweeping()
507 if (!iterability_in_progress_) return; in EnsureIterabilityCompleted()
521 iterability_in_progress_ = false; in EnsureIterabilityCompleted()
554 if (!iterability_in_progress_) return; in StartIterabilityTasks()
568 DCHECK(iterability_in_progress_); in AddPageForIterability()
Dsweeper.h90 iterability_in_progress_(false), in Sweeper()
197 bool iterability_in_progress_; variable