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

  /external/v8/src/
vm-state-inl.h 81 isolate_->heap()->Unprotect();
110 isolate_->heap()->Unprotect();
spaces-inl.h 388 void MemoryAllocator::Unprotect(Address start,
391 OS::Unprotect(start, size, executable);
403 OS::Unprotect(chunks_[id].address(), chunks_[id].size(),
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...]
platform-nullos.cc 222 void OS::Unprotect(void* address, size_t size, bool is_executable) {
platform.h 210 // Protect/unprotect a block of memory by marking it read-only/writable.
212 static void Unprotect(void* address, size_t size, bool is_executable);
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) {
spaces.cc 883 void PagedSpace::Unprotect() {
    [all...]
platform-linux.cc 344 void OS::Unprotect(void* address, size_t size, bool is_executable) {
heap.h 421 // Protect/unprotect the heap by marking all spaces read-only/writable.
423 void Unprotect();
    [all...]
platform-win32.cc 925 void OS::Unprotect(void* address, size_t size, bool is_executable) {
    [all...]
heap.cc     [all...]

Completed in 200 milliseconds