Searched defs:CompilerDispatcher (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler-dispatcher/
H A Dcompiler-dispatcher.h40 // The CompilerDispatcher uses a combination of idle tasks and background tasks
49 // CompilerDispatcher::jobs_ maintains the list of all CompilerDispatcherJobs
50 // the CompilerDispatcher knows about.
52 // CompilerDispatcher::pending_background_jobs_ contains the set of
55 // CompilerDispatcher::running_background_jobs_ contains the set of
59 // CompilerDispatcher::DoIdleWork tries to advance as many jobs out of jobs_ as
63 // CompilerDispatcher::DoBackgroundWork advances one of the pending jobs, and
66 class V8_EXPORT_PRIVATE CompilerDispatcher { class in namespace:v8::internal
70 CompilerDispatcher(Isolate* isolate, Platform* platform,
72 ~CompilerDispatcher();
[all...]
H A Dcompiler-dispatcher.cc113 CompilerDispatcher* dispatcher);
120 CompilerDispatcher* dispatcher_;
127 CompilerDispatcher* dispatcher)
133 dispatcher_->AbortAll(CompilerDispatcher::BlockingBehavior::kDontBlock);
138 class CompilerDispatcher::AbortTask : public CancelableTask {
141 CompilerDispatcher* dispatcher);
148 CompilerDispatcher* dispatcher_;
153 CompilerDispatcher::AbortTask::AbortTask(Isolate* isolate,
155 CompilerDispatcher* dispatcher)
158 CompilerDispatcher
216 CompilerDispatcher::CompilerDispatcher(Isolate* isolate, Platform* platform, function in class:v8::internal::CompilerDispatcher
[all...]

Completed in 121 milliseconds