Searched refs:LazyCompileDispatcher (Results 1 – 8 of 8) sorted by relevance
39 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::LazyCompileDispatcher88 LazyCompileDispatcher::~LazyCompileDispatcher() { in ~LazyCompileDispatcher()152 void LazyCompileDispatcher::Enqueue( in Enqueue()187 bool LazyCompileDispatcher::IsEnqueued( in IsEnqueued()201 void LazyCompileDispatcher::WaitForJobIfRunningOnBackground( in WaitForJobIfRunningOnBackground()[all …]
77 class V8_EXPORT_PRIVATE LazyCompileDispatcher {81 LazyCompileDispatcher(Isolate* isolate, Platform* platform,83 LazyCompileDispatcher(const LazyCompileDispatcher&) = delete;84 LazyCompileDispatcher& operator=(const LazyCompileDispatcher&) = delete;85 ~LazyCompileDispatcher();
31 class LazyCompileDispatcher; variable209 LazyCompileDispatcher* dispatcher() const { return dispatcher_; } in dispatcher()215 LazyCompileDispatcher* dispatcher_;255 LazyCompileDispatcher* dispatcher() const { in dispatcher()
38 LazyCompileDispatcher* dispatcher() { return dispatcher_; } in dispatcher()94 LazyCompileDispatcher* dispatcher_;
2012 LazyCompileDispatcher* dispatcher = isolate->lazy_compile_dispatcher(); in Compile()
73 LazyCompileDispatcher* lazy_compile_dispatcher() { in lazy_compile_dispatcher()
116 class LazyCompileDispatcher; variable1752 LazyCompileDispatcher* lazy_compile_dispatcher() const { in lazy_compile_dispatcher()2235 std::unique_ptr<LazyCompileDispatcher> lazy_compile_dispatcher_;
3929 lazy_compile_dispatcher_ = std::make_unique<LazyCompileDispatcher>( in ThrowInternal()