Home | History | Annotate | Download | only in wasm

Lines Matching defs:CompileTask

2269 class AsyncCompileJob::CompileTask : public CancelableTask {
2271 CompileTask(AsyncCompileJob* job, bool on_foreground)
2281 ~CompileTask() {
2313 auto new_task = base::make_unique<CompileTask>(this, true);
2321 auto new_task = base::make_unique<CompileTask>(this, true);
2333 auto task = base::make_unique<CompileTask>(this, false);