Home
last modified time | relevance | path

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

/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher.cc186 num_worker_tasks_(0), in CompilerDispatcher()
432 if (num_worker_tasks_ == 0) abort_ = false; in AbortInactiveJobs()
518 if (platform_->NumberOfWorkerThreads() <= num_worker_tasks_) { in ScheduleMoreWorkerTasksIfNeeded()
521 ++num_worker_tasks_; in ScheduleMoreWorkerTasksIfNeeded()
568 --num_worker_tasks_; in DoBackgroundWork()
716 if (num_worker_tasks_ == 0) abort_ = false; in RemoveJob()
Dcompiler-dispatcher.h187 int num_worker_tasks_; variable