Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-engine.h104 bool GetStreamingCompilationOwnership(size_t prefix_hash);
318 bool GetStreamingCompilationOwnership(size_t prefix_hash);
Dwasm-engine.cc219 bool NativeModuleCache::GetStreamingCompilationOwnership(size_t prefix_hash) { in GetStreamingCompilationOwnership() function in v8::internal::wasm::NativeModuleCache
1251 bool WasmEngine::GetStreamingCompilationOwnership(size_t prefix_hash) { in GetStreamingCompilationOwnership() function in v8::internal::wasm::WasmEngine
1253 if (native_module_cache_.GetStreamingCompilationOwnership(prefix_hash)) { in GetStreamingCompilationOwnership()
Dmodule-compiler.cc2833 if (!GetWasmEngine()->GetStreamingCompilationOwnership(prefix_hash_)) { in ProcessCodeSectionHeader()