HomeSort by relevance Sort by last modified time
    Searched refs:Protect (Results 1 - 9 of 9) 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/compiler-rt/test/Unit/
enable_execute_stack_test.c 27 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect))
clear_cache_test.c 55 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect))
  /external/webkit/Source/JavaScriptGlue/
JSUtils.h 41 #include <JavaScriptCore/Protect.h>
  /external/v8/src/
spaces-inl.h 133 void MemoryAllocator::Protect(Address start, size_t size) {
134 OS::Protect(start, size);
147 OS::Protect(chunks_[id].address(), chunks_[id].size());
  /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 107 milliseconds