Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dmemory-protection-key.cc78 return kNoMemoryProtectionKey; in AllocateMemoryProtectionKey()
84 if (key == kNoMemoryProtectionKey) return; in FreeMemoryProtectionKey()
140 DCHECK_EQ(kNoMemoryProtectionKey, key); in SetPermissionsAndMemoryProtectionKey()
169 DCHECK_NE(kNoMemoryProtectionKey, key); in SetPermissionsForMemoryProtectionKey()
188 DCHECK_NE(kNoMemoryProtectionKey, key); in MemoryProtectionKeyWritable()
H A Dmemory-protection-key.h33 constexpr int kNoMemoryProtectionKey = -1; variable
H A Dwasm-code-manager.cc1878 : kNoMemoryProtectionKey) {} in WasmCodeManager()
1969 allocator, region, PageAllocator::kNoAccess, kNoMemoryProtectionKey)); in Decommit()
2139 return memory_protection_key_ != kNoMemoryProtectionKey; in HasMemoryProtectionKeySupport()
2147 if (memory_protection_key_ == kNoMemoryProtectionKey) { in InitializeMemoryProtectionKeyForTesting()
H A Dwasm-engine.cc1160 GetWasmCodeManager()->memory_protection_key_ != kNoMemoryProtectionKey; in NewNativeModule()