Home
last modified time | relevance | path

Searched refs:Unprotect (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/heap/
Dspaces-inl.h113 void MemoryAllocator::Unprotect(Address start, size_t size, in Unprotect() function
115 base::OS::Unprotect(start, size, executable); in Unprotect()
127 base::OS::Unprotect(chunks_[id].address(), chunks_[id].size(), in UnprotectChunkFromPage()
/external/google-breakpad/src/client/mac/handler/
Dprotected_memory_allocator.h76 kern_return_t Unprotect();
Dprotected_memory_allocator.cc84 kern_return_t ProtectedMemoryAllocator::Unprotect() { in Unprotect() function in ProtectedMemoryAllocator
Dexception_handler.cc516 gBreakpadAllocator->Unprotect(); in WaitForMessage()
565 gBreakpadAllocator->Unprotect(); in WaitForMessage()
582 gBreakpadAllocator->Unprotect(); in WaitForMessage()
614 gBreakpadAllocator->Unprotect(); in SignalHandler()
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.mm109 // 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/
DBreakpad.mm104 // Unprotect the memory
105 allocator_->Unprotect();
681 gMasterAllocator->Unprotect();
682 gKeyValueAllocator->Unprotect();
683 gBreakpadAllocator->Unprotect();