Searched refs:Protect (Results 1 – 25 of 45) sorted by relevance
12
/external/llvm/lib/Support/Windows/ |
D | Memory.inc | 92 DWORD Protect = getWindowsProtectionFlags(Flags); 96 MEM_RESERVE | MEM_COMMIT, Protect); 134 DWORD Protect = getWindowsProtectionFlags(Flags); 137 if (!VirtualProtect(M.Address, M.Size, Protect, &OldFlags)) 179 return info.Protect;
|
/external/webkit/Source/WebKit/mac/ForwardingHeaders/runtime/ |
D | Protect.h | 1 #import <JavaScriptCore/Protect.h>
|
/external/v8/src/ |
D | spaces-inl.h | 133 void MemoryAllocator::Protect(Address start, size_t size) { in Protect() function 134 OS::Protect(start, size); in Protect() 147 OS::Protect(chunks_[id].address(), chunks_[id].size()); in ProtectChunkFromPage()
|
/external/compiler-rt/test/Unit/ |
D | enable_execute_stack_test.c | 27 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect)) in __enable_execute_stack()
|
D | clear_cache_test.c | 55 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect)) in main()
|
/external/llvm/lib/Support/Unix/ |
D | Memory.inc | 108 int Protect = getPosixProtectionFlags(PFlags); 117 Protect, MMFlags, fd, 0); 158 int Protect = getPosixProtectionFlags(Flags); 160 int Result = ::mprotect(M.Address, M.Size, Protect);
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | StackBounds.cpp | 198 DWORD protect = memoryInformation.Protect & ~(PAGE_GUARD | PAGE_NOCACHE); in isPageWritable()
|
/external/webkit/Source/WebCore/loader/mac/ |
D | ResourceLoaderMac.mm | 55 // Protect this in this delegate method since the additional processing can do
|
/external/clang/test/SemaTemplate/ |
D | temp_class_spec.cpp | 343 template< typename Protect, typename Second >
|
/external/elfutils/libcpu/ |
D | ChangeLog | 241 * i386_disasm.c: Protect ADD_CHAR and ADD_STRING macros. Adjust uses.
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/ |
D | NetscapePluginMac.mm | 507 // Protect against NPP_HandleEvent causing the plug-in to be destroyed, since we
|
/external/webkit/Source/JavaScriptCore/ |
D | JavaScriptCore.gypi | 108 'runtime/Protect.h',
|
D | GNUmakefile.list.am | 350 Source/JavaScriptCore/runtime/Protect.h \
|
D | ChangeLog-2009-06-16 | 6823 * runtime/Protect.h: 12858 * runtime/Protect.h: 13625 * runtime/Protect.h: 15074 * runtime/Protect.h: 15520 * runtime/Protect.h: Ditto. 25204 * runtime/Protect.h: Copied from kjs/protect.h. 28817 Protect access to a static (debug-only) HashSet with a lock.
|
D | ChangeLog-2011-02-16 | 327 * runtime/Protect.h: 5781 * runtime/Protect.h: 10863 * runtime/Protect.h:
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/ |
D | project.pbxproj | 515 …BC18C4560E16F5CD00B34460 /* Protect.h in Headers */ = {isa = PBXBuildFile; fileRef = 65C02FBB06374… 864 …A003E7EE6 /* Protect.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnown… 1920 65C02FBB0637462A003E7EE6 /* Protect.h */, 2433 BC18C4560E16F5CD00B34460 /* Protect.h in Headers */,
|
/external/zlib/src/ |
D | ChangeLog | 81 - Protect for long name and extra fields in contrib/minizip [Vollant] 433 - Protect against _FILE_OFFSET_BITS being defined when compiling zlib
|
/external/strace/ |
D | ChangeLog-CVS | 2437 * desc.c: Protect #include <sys/epoll.h> with [HAVE_SYS_EPOLL_H]. 2438 (epollctls, epollevents): Protect each entry with #ifdef on its macro.
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 1335 Protect against overlong names and overlong
|
/external/bison/ |
D | ChangeLog | 1485 * data/lalr1.cc (yyparse): Protect the whole yyparse by a try-catch
|
/external/e2fsprogs/debian/ |
D | changelog | 1791 * Protect against a potential core dump in e2fsck when printing a
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog | 9761 * UIProcess/win/WebView.cpp: Protect CG-specific drawing code. 9771 * WebProcess/WebPage/WebPage.cpp: Protect CG-specific drawing code. 13362 - Protect the plug-in from destruction anytime an NPAPI call that sends a
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2010-01-29 | 176 (WebKit::NetscapePluginInstanceProxy::createBindingsInstance): Protect the 7141 Protect the plug-in instance proxy in case it's deleted while waiting for a reply. 10125 * ForwardingHeaders/runtime/Protect.h: Added. 10488 Protect text field related WebEditorClient.mm methods against non-HTMLElement callers.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 1760 (WebCore::ImageDecoder::setSize): Protect against integer overflow 1761 (WebCore::ImageDecoder::isOverSize): Protect against integer overflow 1770 (GIFImageReader::do_lzw): Protect against array overflow, add comments 1771 …(GIFImageReader::read): Protect against array overflow, be more tolerant of bad data, better failu… 20651 * ForwardingHeaders/runtime/Protect.h: 24876 Protect the handle when notifying the client that the response was 26860 (WebCore::WorkerScriptController::initScript): Protect the global object's 36173 * dom/ContainerNode.cpp: (WebCore::ContainerNode::removeChildren): Protect the container and 36459 Protect the ResourceHandle instance from being destroyed by 65265 * xml/XMLHttpRequest.cpp: (WebCore::XMLHttpRequest::abort): Protect the object in abort(), [all …]
|
/external/webkit/Source/WebKit/gtk/ |
D | ChangeLog | 8373 Protect download objects when reporting errors, to make sure the 9218 Protect WebSocket calls in case the feature is not compiled in.
|
12