Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dexecution.cc290 !wasm::GetWasmCodeManager()->MemoryProtectionKeyWritable()); in Invoke()
/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h1066 bool MemoryProtectionKeyWritable() const;
Dwasm-code-manager.cc2153 DCHECK_IMPLIES(writable, !MemoryProtectionKeyWritable()); in SetThreadWritable()
2168 bool WasmCodeManager::MemoryProtectionKeyWritable() const { in MemoryProtectionKeyWritable() function in v8::internal::wasm::WasmCodeManager