HomeSort by relevance Sort by last modified time
    Searched refs:ProtectedMemoryStart (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/memory/
protected_memory_cfi.h 67 DCHECK(&PM >= ProtectedMemoryStart && &PM < ProtectedMemoryEnd);
79 DCHECK(&PM >= ProtectedMemoryStart && &PM < ProtectedMemoryEnd);
protected_memory.h 155 constexpr void* ProtectedMemoryStart = &__start_protected_memory;
210 DCHECK(ptr >= ProtectedMemoryStart && ptr_end <= ProtectedMemoryEnd);
256 CHECK(SetMemoryReadOnly(ProtectedMemoryStart, ProtectedMemoryEnd));

Completed in 266 milliseconds