Searched defs:Unprotect (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dspaces-inl.h138 void MemoryAllocator::Unprotect(Address start, function in class:v8::internal::MemoryAllocator
141 OS::Unprotect(start, size, executable);
153 OS::Unprotect(chunks_[id].address(), chunks_[id].size(),

Completed in 438 milliseconds