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

  /external/webkit/Source/WebKit/mac/ForwardingHeaders/runtime/
Protect.h 1 #import <JavaScriptCore/Protect.h>
  /external/webkit/Source/WebCore/ForwardingHeaders/runtime/
Protect.h 3 #include <JavaScriptCore/Protect.h>
  /external/v8/src/
vm-state-inl.h 78 isolate_->heap()->Protect();
113 isolate_->heap()->Protect();
spaces-inl.h 383 void MemoryAllocator::Protect(Address start, size_t size) {
384 OS::Protect(start, size);
397 OS::Protect(chunks_[id].address(), chunks_[id].size());
spaces.h 383 // Protect/unprotect the space by marking it read-only/writable.
384 virtual void Protect() = 0;
644 // Protect/unprotect a block of memory by marking it read-only/writable.
645 inline void Protect(Address start, size_t size);
649 // Protect/unprotect a chunk given a page in the chunk.
    [all...]
platform-nullos.cc 217 void OS::Protect(void* address, size_t size) {
platform.h 210 // Protect/unprotect a block of memory by marking it read-only/writable.
211 static void Protect(void* address, size_t size);
platform-openbsd.cc 175 void OS::Protect(void* address, size_t size) {
platform-cygwin.cc 171 void OS::Protect(void* address, size_t size) {
platform-freebsd.cc 185 void OS::Protect(void* address, size_t size) {
platform-macos.cc 174 void OS::Protect(void* address, size_t size) {
platform-solaris.cc 192 void OS::Protect(void* address, size_t size) {
spaces.cc 873 void PagedSpace::Protect() {
    [all...]
platform-linux.cc 338 void OS::Protect(void* address, size_t size) {
heap.h 421 // Protect/unprotect the heap by marking all spaces read-only/writable.
422 void Protect();
    [all...]
platform-win32.cc 918 void OS::Protect(void* address, size_t size) {
    [all...]
heap.cc     [all...]
  /external/webkit/Source/JavaScriptGlue/
JSUtils.h 41 #include <JavaScriptCore/Protect.h>
  /external/webkit/Source/JavaScriptCore/wtf/
StackBounds.cpp 198 DWORD protect = memoryInformation.Protect & ~(PAGE_GUARD | PAGE_NOCACHE);
199 return protect == PAGE_READWRITE
200 || protect == PAGE_WRITECOPY
201 || protect == PAGE_EXECUTE_READWRITE
202 || protect == PAGE_EXECUTE_WRITECOPY;
  /external/clang/test/SemaTemplate/
temp_class_spec.cpp 343 template< typename Protect, typename Second >
  /external/webkit/Source/JavaScriptCore/API/
JSValueRef.cpp 38 #include <runtime/Protect.h>

Completed in 1497 milliseconds