Home
last modified time | relevance | path

Searched refs:HasMemoryProtectionKeySupport (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dexecution.cc289 DCHECK_IMPLIES(wasm::GetWasmCodeManager()->HasMemoryProtectionKeySupport(), in Invoke()
/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.cc2160 bool WasmCodeManager::HasMemoryProtectionKeySupport() const { in HasMemoryProtectionKeySupport() function in v8::internal::wasm::WasmCodeManager
2165 return HasMemoryProtectionKeySupport() && FLAG_wasm_memory_protection_keys; in MemoryProtectionKeysEnabled()
2175 if (!HasMemoryProtectionKeySupport()) return; in InitializeMemoryProtectionKeyPermissionsIfSupported()
Dwasm-code-manager.h1058 bool HasMemoryProtectionKeySupport() const;
Dwasm-engine.cc1185 bool has_mpk = GetWasmCodeManager()->HasMemoryProtectionKeySupport(); in NewNativeModule()