Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-compiler.cc2282 if (job_ != nullptr && on_foreground_) ResetPendingForegroundTask(); in ~CompileTask()
2287 if (on_foreground_) ResetPendingForegroundTask(); in RunInternal()
2304 void ResetPendingForegroundTask() const { in ResetPendingForegroundTask() function in v8::internal::wasm::AsyncCompileJob::CompileTask