Home
last modified time | relevance | path

Searched refs:Protect (Results 1 – 25 of 45) sorted by relevance

12

/external/llvm/lib/Support/Windows/
DMemory.inc92 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/
DProtect.h1 #import <JavaScriptCore/Protect.h>
/external/v8/src/
Dspaces-inl.h133 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/
Denable_execute_stack_test.c27 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect)) in __enable_execute_stack()
Dclear_cache_test.c55 if (!VirtualProtect(b.BaseAddress, b.RegionSize, PAGE_EXECUTE_READWRITE, &b.Protect)) in main()
/external/llvm/lib/Support/Unix/
DMemory.inc108 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/
DStackBounds.cpp198 DWORD protect = memoryInformation.Protect & ~(PAGE_GUARD | PAGE_NOCACHE); in isPageWritable()
/external/webkit/Source/WebCore/loader/mac/
DResourceLoaderMac.mm55 // Protect this in this delegate method since the additional processing can do
/external/clang/test/SemaTemplate/
Dtemp_class_spec.cpp343 template< typename Protect, typename Second >
/external/elfutils/libcpu/
DChangeLog241 * i386_disasm.c: Protect ADD_CHAR and ADD_STRING macros. Adjust uses.
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
DNetscapePluginMac.mm507 // Protect against NPP_HandleEvent causing the plug-in to be destroyed, since we
/external/webkit/Source/JavaScriptCore/
DJavaScriptCore.gypi108 'runtime/Protect.h',
DGNUmakefile.list.am350 Source/JavaScriptCore/runtime/Protect.h \
DChangeLog-2009-06-166823 * 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.
DChangeLog-2011-02-16327 * runtime/Protect.h:
5781 * runtime/Protect.h:
10863 * runtime/Protect.h:
/external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/
Dproject.pbxproj515 …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/
DChangeLog81 - Protect for long name and extra fields in contrib/minizip [Vollant]
433 - Protect against _FILE_OFFSET_BITS being defined when compiling zlib
/external/strace/
DChangeLog-CVS2437 * 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/
DCHANGELOG.archive1335 Protect against overlong names and overlong
/external/bison/
DChangeLog1485 * data/lalr1.cc (yyparse): Protect the whole yyparse by a try-catch
/external/e2fsprogs/debian/
Dchangelog1791 * Protect against a potential core dump in e2fsck when printing a
/external/webkit/Source/WebKit2/
DChangeLog9761 * 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/
DChangeLog-2010-01-29176 (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/
DChangeLog-2009-06-161760 (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/
DChangeLog8373 Protect download objects when reporting errors, to make sure the
9218 Protect WebSocket calls in case the feature is not compiled in.

12