Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.h170 bool GetOrCreateNativeModule(std::shared_ptr<const WasmModule> module,
Dmodule-compiler.cc2148 bool AsyncCompileJob::GetOrCreateNativeModule( in GetOrCreateNativeModule() function in v8::internal::wasm::AsyncCompileJob
2594 } else if (job->GetOrCreateNativeModule(std::move(module_), in RunInForeground()
2975 cache_hit = job_->GetOrCreateNativeModule(std::move(result).value(), in OnFinishedStream()