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/
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()
152 void LazyCompileDispatcher::Enqueue( in Enqueue()
187 bool LazyCompileDispatcher::IsEnqueued( in IsEnqueued()
201 void LazyCompileDispatcher::WaitForJobIfRunningOnBackground( in WaitForJobIfRunningOnBackground()
[all …]
Dlazy-compile-dispatcher.h77 class V8_EXPORT_PRIVATE LazyCompileDispatcher {
81 LazyCompileDispatcher(Isolate* isolate, Platform* platform,
83 LazyCompileDispatcher(const LazyCompileDispatcher&) = delete;
84 LazyCompileDispatcher& operator=(const LazyCompileDispatcher&) = delete;
85 ~LazyCompileDispatcher();
/third_party/node/deps/v8/src/parsing/
Dparse-info.h31 class LazyCompileDispatcher; variable
209 LazyCompileDispatcher* dispatcher() const { return dispatcher_; } in dispatcher()
215 LazyCompileDispatcher* dispatcher_;
255 LazyCompileDispatcher* dispatcher() const { in dispatcher()
/third_party/node/deps/v8/src/codegen/
Dunoptimized-compilation-info.h38 LazyCompileDispatcher* dispatcher() { return dispatcher_; } in dispatcher()
94 LazyCompileDispatcher* dispatcher_;
Dcompiler.cc2012 LazyCompileDispatcher* dispatcher = isolate->lazy_compile_dispatcher(); in Compile()
/third_party/node/deps/v8/src/execution/
Dlocal-isolate.h73 LazyCompileDispatcher* lazy_compile_dispatcher() { in lazy_compile_dispatcher()
Disolate.h116 class LazyCompileDispatcher; variable
1752 LazyCompileDispatcher* lazy_compile_dispatcher() const { in lazy_compile_dispatcher()
2235 std::unique_ptr<LazyCompileDispatcher> lazy_compile_dispatcher_;
Disolate.cc3929 lazy_compile_dispatcher_ = std::make_unique<LazyCompileDispatcher>( in ThrowInternal()