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

  /external/v8/src/
platform-nullos.cc 222 void OS::Unprotect(void* address, size_t size, bool is_executable) {
spaces-inl.h 388 void MemoryAllocator::Unprotect(Address start,
391 OS::Unprotect(start, size, executable);
403 OS::Unprotect(chunks_[id].address(), chunks_[id].size(),
platform-openbsd.cc 180 void OS::Unprotect(void* address, size_t size, bool is_executable) {
platform-cygwin.cc 177 void OS::Unprotect(void* address, size_t size, bool is_executable) {
platform-freebsd.cc 190 void OS::Unprotect(void* address, size_t size, bool is_executable) {
platform-macos.cc 179 void OS::Unprotect(void* address, size_t size, bool is_executable) {
platform-solaris.cc 198 void OS::Unprotect(void* address, size_t size, bool is_executable) {
platform-linux.cc 344 void OS::Unprotect(void* address, size_t size, bool is_executable) {
spaces.cc 883 void PagedSpace::Unprotect() {
    [all...]
platform-win32.cc 925 void OS::Unprotect(void* address, size_t size, bool is_executable) {
    [all...]
spaces.h 383 // Protect/unprotect the space by marking it read-only/writable.
385 virtual void Unprotect() = 0;
644 // Protect/unprotect a block of memory by marking it read-only/writable.
646 inline void Unprotect(Address start, size_t size,
649 // Protect/unprotect a chunk given a page in the chunk.
    [all...]
heap.cc     [all...]

Completed in 95 milliseconds