Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dsweeper.h88 stop_sweeper_tasks_(false), in Sweeper()
191 std::atomic<bool> stop_sweeper_tasks_; variable
Dsweeper.cc20 sweeper_->stop_sweeper_tasks_ = true; in PauseOrCompleteScope()
37 sweeper_->stop_sweeper_tasks_ = false; in ~PauseOrCompleteScope()
136 CHECK(!stop_sweeper_tasks_); in StartSweeping()
376 while (!stop_sweeper_tasks_ && in SweepSpaceFromTask()