Searched refs:DecodeFailed (Results 1 – 2 of 2) sorted by relevance
176 void DecodeFailed(const WasmError&);
2258 void AsyncCompileJob::DecodeFailed(const WasmError& error) { in DecodeFailed() function in v8::internal::wasm::AsyncCompileJob2571 return job->DecodeFailed(error_); in RunInForeground()