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

  /external/google-breakpad/src/client/mac/handler/
protected_memory_allocator.h 76 kern_return_t Unprotect();
protected_memory_allocator.cc 84 kern_return_t ProtectedMemoryAllocator::Unprotect() {
exception_handler.cc 516 gBreakpadAllocator->Unprotect();
565 gBreakpadAllocator->Unprotect();
582 gBreakpadAllocator->Unprotect();
614 gBreakpadAllocator->Unprotect();
  /external/v8/src/heap/
spaces-inl.h 106 void MemoryAllocator::Unprotect(Address start, size_t size,
108 base::OS::Unprotect(start, size, executable);
120 base::OS::Unprotect(chunks_[id].address(), chunks_[id].size(),
  /external/v8/src/base/platform/
platform.h 197 static void Unprotect(void* address, const size_t size);
platform-posix.cc 147 void OS::Unprotect(void* address, const size_t size) {
platform-win32.cc 827 void OS::Unprotect(void* address, const size_t size) {
    [all...]
  /external/v8/src/wasm/
wasm-module.cc 116 base::OS::Unprotect(memory, size);
    [all...]

Completed in 100 milliseconds