Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.cc936 class BackgroundCompileTask : public ScriptCompiler::ScriptStreamingTask { class
938 BackgroundCompileTask(ScriptStreamingData* source, Isolate* isolate);
948 DISALLOW_COPY_AND_ASSIGN(BackgroundCompileTask);
951 BackgroundCompileTask::BackgroundCompileTask(ScriptStreamingData* source, in BackgroundCompileTask() function in v8::internal::__anon9e2508dd0211::BackgroundCompileTask
992 void BackgroundCompileTask::Run() { in Run()
1759 return new BackgroundCompileTask(source, isolate); in NewBackgroundCompileTask()
/external/v8/src/wasm/
Dmodule-compiler.cc844 class BackgroundCompileTask : public CancelableTask { class
846 explicit BackgroundCompileTask(CompilationState* compilation_state, in BackgroundCompileTask() function in v8::internal::wasm::__anonc090e3370211::BackgroundCompileTask
2973 auto task = base::make_unique<BackgroundCompileTask>( in RestartBackgroundTasks()