Searched refs:ProtectedMemoryStart (Results 1 – 2 of 2) sorted by relevance
155 constexpr void* ProtectedMemoryStart = &__start_protected_memory; variable210 DCHECK(ptr >= ProtectedMemoryStart && ptr_end <= ProtectedMemoryEnd); in AutoWritableMemory()256 CHECK(SetMemoryReadOnly(ProtectedMemoryStart, ProtectedMemoryEnd)); in ~AutoWritableMemory()
67 DCHECK(&PM >= ProtectedMemoryStart && &PM < ProtectedMemoryEnd); in UnsanitizedCfiCall()79 DCHECK(&PM >= ProtectedMemoryStart && &PM < ProtectedMemoryEnd); in UnsanitizedCfiCall()