Home
last modified time | relevance | path

Searched refs:lazy_compile_dispatcher_ (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler-dispatcher/
Dlazy-compile-dispatcher.cc42 : lazy_compile_dispatcher_(lazy_compile_dispatcher) {} in JobTask()
45 lazy_compile_dispatcher_->DoBackgroundWork(delegate); in Run()
49 size_t n = lazy_compile_dispatcher_->num_jobs_for_background_.load( in GetMaxConcurrency()
57 LazyCompileDispatcher* lazy_compile_dispatcher_; member in v8::internal::LazyCompileDispatcher::JobTask
/third_party/node/deps/v8/src/execution/
Disolate.h1753 return lazy_compile_dispatcher_.get(); in lazy_compile_dispatcher()
2235 std::unique_ptr<LazyCompileDispatcher> lazy_compile_dispatcher_; variable
Disolate.cc3422 if (lazy_compile_dispatcher_) { in ThrowInternal()
3423 lazy_compile_dispatcher_->AbortAll(); in ThrowInternal()
3424 lazy_compile_dispatcher_.reset(); in ThrowInternal()
3929 lazy_compile_dispatcher_ = std::make_unique<LazyCompileDispatcher>( in ThrowInternal()