Home
last modified time | relevance | path

Searched refs:BackgroundTask (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher.cc164 class CompilerDispatcher::BackgroundTask : public CancelableTask { class in v8::internal::CompilerDispatcher
166 BackgroundTask(Isolate* isolate, CancelableTaskManager* task_manager,
168 ~BackgroundTask() override;
176 DISALLOW_COPY_AND_ASSIGN(BackgroundTask);
179 CompilerDispatcher::BackgroundTask::BackgroundTask( in BackgroundTask() function in v8::internal::CompilerDispatcher::BackgroundTask
184 CompilerDispatcher::BackgroundTask::~BackgroundTask() {} in ~BackgroundTask()
186 void CompilerDispatcher::BackgroundTask::RunInternal() { in RunInternal()
576 new BackgroundTask(isolate_, task_manager_.get(), this), in ScheduleMoreBackgroundTasksIfNeeded()
Dcompiler-dispatcher.h135 class BackgroundTask; variable