Home
last modified time | relevance | path

Searched refs:pending_background_jobs_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler-dispatcher/
H A Dlazy-compile-dispatcher.cc180 pending_background_jobs_.push_back(job); in Enqueue()
209 DCHECK_EQ(std::count(pending_background_jobs_.begin(), in WaitForJobIfRunningOnBackground()
210 pending_background_jobs_.end(), job), in WaitForJobIfRunningOnBackground()
215 pending_background_jobs_.erase( in WaitForJobIfRunningOnBackground()
216 std::remove(pending_background_jobs_.begin(), in WaitForJobIfRunningOnBackground()
217 pending_background_jobs_.end(), job)); in WaitForJobIfRunningOnBackground()
276 DCHECK_EQ(std::count(pending_background_jobs_.begin(), in FinishNow()
277 pending_background_jobs_.end(), job), in FinishNow()
317 DCHECK_EQ(std::count(pending_background_jobs_.begin(), in AbortJob()
318 pending_background_jobs_ in AbortJob()
[all...]
H A Dlazy-compile-dispatcher.h63 // LazyCompileDispatcher::pending_background_jobs_ contains the set of
207 std::vector<Job*> pending_background_jobs_; member in v8::internal::LazyCompileDispatcher

Completed in 2 milliseconds