Searched refs:Unprotect (Results 1 – 10 of 10) sorted by relevance
/external/google-breakpad/src/client/mac/handler/ |
D | protected_memory_allocator.h | 76 kern_return_t Unprotect();
|
D | protected_memory_allocator.cc | 84 kern_return_t ProtectedMemoryAllocator::Unprotect() { in Unprotect() function in ProtectedMemoryAllocator
|
D | exception_handler.cc | 516 gBreakpadAllocator->Unprotect(); in WaitForMessage() 565 gBreakpadAllocator->Unprotect(); in WaitForMessage() 582 gBreakpadAllocator->Unprotect(); in WaitForMessage() 614 gBreakpadAllocator->Unprotect(); in SignalHandler()
|
/external/v8/src/heap/ |
D | spaces-inl.h | 106 void MemoryAllocator::Unprotect(Address start, size_t size, in Unprotect() function 108 base::OS::Unprotect(start, size, executable); in Unprotect() 120 base::OS::Unprotect(chunks_[id].address(), chunks_[id].size(), in UnprotectChunkFromPage()
|
/external/google-breakpad/src/client/mac/Framework/ |
D | Breakpad.mm | 109 // Unprotect the memory 110 allocator_->Unprotect(); 693 gBreakpadAllocator->Unprotect(); 862 gMasterAllocator->Unprotect(); 863 gKeyValueAllocator->Unprotect(); 864 gBreakpadAllocator->Unprotect(); 992 gBreakpadAllocator->Unprotect();
|
/external/google-breakpad/src/client/ios/ |
D | Breakpad.mm | 104 // Unprotect the memory 105 allocator_->Unprotect(); 681 gMasterAllocator->Unprotect(); 682 gKeyValueAllocator->Unprotect(); 683 gBreakpadAllocator->Unprotect();
|
/external/v8/src/base/platform/ |
D | platform.h | 197 static void Unprotect(void* address, const size_t size);
|
D | platform-posix.cc | 147 void OS::Unprotect(void* address, const size_t size) { in Unprotect() function in v8::base::OS
|
D | platform-win32.cc | 827 void OS::Unprotect(void* address, const size_t size) { in Unprotect() function in v8::base::OS
|
/external/v8/src/wasm/ |
D | wasm-module.cc | 116 base::OS::Unprotect(memory, size); in TryAllocateBackingStore()
|