Searched refs:BackgroundCompileTask (Results 1 – 2 of 2) sorted by relevance
936 class BackgroundCompileTask : public ScriptCompiler::ScriptStreamingTask { class938 BackgroundCompileTask(ScriptStreamingData* source, Isolate* isolate);948 DISALLOW_COPY_AND_ASSIGN(BackgroundCompileTask);951 BackgroundCompileTask::BackgroundCompileTask(ScriptStreamingData* source, in BackgroundCompileTask() function in v8::internal::__anon9e2508dd0211::BackgroundCompileTask992 void BackgroundCompileTask::Run() { in Run()1759 return new BackgroundCompileTask(source, isolate); in NewBackgroundCompileTask()
844 class BackgroundCompileTask : public CancelableTask { class846 explicit BackgroundCompileTask(CompilationState* compilation_state, in BackgroundCompileTask() function in v8::internal::wasm::__anonc090e3370211::BackgroundCompileTask2973 auto task = base::make_unique<BackgroundCompileTask>( in RestartBackgroundTasks()