Searched refs:HasMemoryProtectionKeySupport (Results 1 – 4 of 4) sorted by relevance
289 DCHECK_IMPLIES(wasm::GetWasmCodeManager()->HasMemoryProtectionKeySupport(), in Invoke()
2160 bool WasmCodeManager::HasMemoryProtectionKeySupport() const { in HasMemoryProtectionKeySupport() function in v8::internal::wasm::WasmCodeManager2165 return HasMemoryProtectionKeySupport() && FLAG_wasm_memory_protection_keys; in MemoryProtectionKeysEnabled()2175 if (!HasMemoryProtectionKeySupport()) return; in InitializeMemoryProtectionKeyPermissionsIfSupported()
1058 bool HasMemoryProtectionKeySupport() const;
1185 bool has_mpk = GetWasmCodeManager()->HasMemoryProtectionKeySupport(); in NewNativeModule()