Home
last modified time | relevance | path

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

/external/v8/src/compiler/x64/
Dinstruction-codes-x64.h188 enum X64MemoryProtection { kUnprotected = 0, kProtected = 1 }; enum
Dcode-generator-x64.cc314 const X64MemoryProtection protection = in EmitOOLTrapIfNeeded()
315 static_cast<X64MemoryProtection>(MiscField::decode(opcode)); in EmitOOLTrapIfNeeded()
316 if (protection == X64MemoryProtection::kProtected) { in EmitOOLTrapIfNeeded()
Dinstruction-selector-x64.cc284 code |= MiscField::encode(X64MemoryProtection::kProtected); in VisitLoad()
371 MiscField::encode(X64MemoryProtection::kProtected); in VisitProtectedStore()