Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler-dispatcher/
H A Dlazy-compile-dispatcher.cc223 std::count(finalizable_jobs_.begin(), finalizable_jobs_.end(), job), in WaitForJobIfRunningOnBackground()
228 finalizable_jobs_.erase( in WaitForJobIfRunningOnBackground()
229 std::remove(finalizable_jobs_.begin(), finalizable_jobs_.end(), job)); in WaitForJobIfRunningOnBackground()
241 DCHECK_EQ(std::count(finalizable_jobs_.begin(), finalizable_jobs_.end(), job), in WaitForJobIfRunningOnBackground()
246 finalizable_jobs_.erase( in WaitForJobIfRunningOnBackground()
247 std::remove(finalizable_jobs_.begin(), finalizable_jobs_ in WaitForJobIfRunningOnBackground()
[all...]
H A Dlazy-compile-dispatcher.h210 std::vector<Job*> finalizable_jobs_; member in v8::internal::LazyCompileDispatcher

Completed in 2 milliseconds