Searched refs:PrepareAndStartCompile (Results 1 – 2 of 2) sorted by relevance
103 class PrepareAndStartCompile; // Step 2 (sync) variable
2391 job_->DoSync<PrepareAndStartCompile>(std::move(result.val), true); in RunInBackground()2417 class AsyncCompileJob::PrepareAndStartCompile : public CompileStep { class in v8::internal::wasm::AsyncCompileJob2419 PrepareAndStartCompile(std::shared_ptr<const WasmModule> module, in PrepareAndStartCompile() function in v8::internal::wasm::AsyncCompileJob::PrepareAndStartCompile2697 job_->DoImmediately<AsyncCompileJob::PrepareAndStartCompile>( in ProcessCodeSectionHeader()2752 job_->DoImmediately<AsyncCompileJob::PrepareAndStartCompile>(result.val, in OnFinishedStream()