Home
last modified time | relevance | path

Searched refs:LazyCompileDispatcher (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/compiler-dispatcher/
H A Dlazy-compile-dispatcher.cc39 class LazyCompileDispatcher::JobTask : public v8::JobTask {
41 explicit JobTask(LazyCompileDispatcher* lazy_compile_dispatcher) in JobTask()
57 LazyCompileDispatcher* lazy_compile_dispatcher_;
60 LazyCompileDispatcher::Job::Job(std::unique_ptr<BackgroundCompileTask> task) in Job()
63 LazyCompileDispatcher::Job::~Job() = default;
65 LazyCompileDispatcher::LazyCompileDispatcher(Isolate* isolate, in LazyCompileDispatcher() function in v8::internal::LazyCompileDispatcher
88 LazyCompileDispatcher::~LazyCompileDispatcher() { in ~LazyCompileDispatcher()
89 // AbortAll must be called before LazyCompileDispatcher i in ~LazyCompileDispatcher()
[all...]
H A Dlazy-compile-dispatcher.h51 // The LazyCompileDispatcher uses a combination of idle tasks and background
60 // LazyCompileDispatcher::jobs_ maintains the list of all
61 // LazyCompilerDispatcherJobs the LazyCompileDispatcher knows about.
63 // LazyCompileDispatcher::pending_background_jobs_ contains the set of
66 // LazyCompileDispatcher::running_background_jobs_ contains the set of
70 // LazyCompileDispatcher::DoIdleWork tries to advance as many jobs out of jobs_
74 // LazyCompileDispatcher::DoBackgroundWork advances one of the pending jobs,
77 class V8_EXPORT_PRIVATE LazyCompileDispatcher { class
81 LazyCompileDispatcher(Isolate* isolate, Platform* platform,
83 LazyCompileDispatcher(cons
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dunoptimized-compilation-info.h38 LazyCompileDispatcher* dispatcher() { return dispatcher_; } in dispatcher()
94 LazyCompileDispatcher* dispatcher_;
H A Dcompiler.cc1790 // the LazyCompileDispatcher Job that launched this task, which will now be in FinalizeFunction()
1824 // the LazyCompileDispatcher Job that launched this task, which is about to be in AbortFunction()
2012 LazyCompileDispatcher* dispatcher = isolate->lazy_compile_dispatcher(); in Compile()
/third_party/node/deps/v8/src/parsing/
H A Dparse-info.h31 class LazyCompileDispatcher;
209 LazyCompileDispatcher* dispatcher() const { return dispatcher_; } in dispatcher()
215 LazyCompileDispatcher* dispatcher_;
255 LazyCompileDispatcher* dispatcher() const { in dispatcher()
/third_party/node/deps/v8/src/execution/
H A Dlocal-isolate.h73 LazyCompileDispatcher* lazy_compile_dispatcher() { in lazy_compile_dispatcher()
H A Disolate.h116 class LazyCompileDispatcher;
1752 LazyCompileDispatcher* lazy_compile_dispatcher() const { in lazy_compile_dispatcher()
2235 std::unique_ptr<LazyCompileDispatcher> lazy_compile_dispatcher_;
H A Disolate.cc3929 lazy_compile_dispatcher_ = std::make_unique<LazyCompileDispatcher>( in ThrowInternal()

Completed in 20 milliseconds