Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-compiler.h103 class PrepareAndStartCompile; // Step 2 (sync) variable
Dmodule-compiler.cc2391 job_->DoSync<PrepareAndStartCompile>(std::move(result.val), true); in RunInBackground()
2417 class AsyncCompileJob::PrepareAndStartCompile : public CompileStep { class in v8::internal::wasm::AsyncCompileJob
2419 PrepareAndStartCompile(std::shared_ptr<const WasmModule> module, in PrepareAndStartCompile() function in v8::internal::wasm::AsyncCompileJob::PrepareAndStartCompile
2697 job_->DoImmediately<AsyncCompileJob::PrepareAndStartCompile>( in ProcessCodeSectionHeader()
2752 job_->DoImmediately<AsyncCompileJob::PrepareAndStartCompile>(result.val, in OnFinishedStream()