/external/v8/src/ |
D | log-inl.h | 87 Heap::Protect(); in VMState() 116 Heap::Protect(); in ~VMState()
|
D | spaces-inl.h | 215 void MemoryAllocator::Protect(Address start, size_t size) { in Protect() function 216 OS::Protect(start, size); in Protect() 229 OS::Protect(chunks_[id].address(), chunks_[id].size()); in ProtectChunkFromPage()
|
D | spaces.h | 510 static inline void Protect(Address start, size_t size); 944 void Protect(); 1392 virtual void Protect(); 2021 void Protect();
|
D | platform-nullos.cc | 197 void OS::Protect(void* address, size_t size) { in Protect() function in v8::internal::OS
|
D | spaces.cc | 699 void PagedSpace::Protect() { in Protect() function in v8::internal::PagedSpace 1077 void NewSpace::Protect() { in Protect() function in v8::internal::NewSpace 1078 MemoryAllocator::Protect(ToSpaceLow(), Capacity()); in Protect() 1079 MemoryAllocator::Protect(FromSpaceLow(), Capacity()); in Protect() 2553 void LargeObjectSpace::Protect() { in Protect() function in v8::internal::LargeObjectSpace 2556 MemoryAllocator::Protect(chunk->address(), chunk->size()); in Protect()
|
D | platform.h | 191 static void Protect(void* address, size_t size);
|
D | platform-openbsd.cc | 168 void OS::Protect(void* address, size_t size) { in Protect() function in v8::internal::OS
|
D | platform-solaris.cc | 164 void OS::Protect(void* address, size_t size) { in Protect() function in v8::internal::OS
|
D | platform-macos.cc | 163 void OS::Protect(void* address, size_t size) { in Protect() function in v8::internal::OS
|
D | platform-freebsd.cc | 170 void OS::Protect(void* address, size_t size) { in Protect() function in v8::internal::OS
|
D | platform-linux.cc | 239 void OS::Protect(void* address, size_t size) { in Protect() function in v8::internal::OS
|
D | heap.h | 287 static void Protect();
|
D | platform-win32.cc | 869 void OS::Protect(void* address, size_t size) { in Protect() function in v8::internal::OS
|
D | heap.cc | 3688 void Heap::Protect() { in Protect() function in v8::internal::Heap 3692 space->Protect(); in Protect()
|
/external/webkit/WebKit/mac/ForwardingHeaders/runtime/ |
D | Protect.h | 1 #import <JavaScriptCore/Protect.h>
|
/external/webkit/JavaScriptCore/ |
D | JavaScriptCore.gypi | 296 'runtime/Protect.h',
|
D | GNUmakefile.am | 483 JavaScriptCore/runtime/Protect.h \
|
/external/webkit/JavaScriptCore/runtime/ |
D | Collector.cpp | 491 DWORD protect = memoryInformation.Protect & ~(PAGE_GUARD | PAGE_NOCACHE); in isPageWritable()
|
/external/webkit/JavaScriptCore/JavaScriptCore.xcodeproj/ |
D | project.pbxproj | 409 …BC18C4560E16F5CD00B34460 /* Protect.h in Headers */ = {isa = PBXBuildFile; fileRef = 65C02FBB06374… 711 …A003E7EE6 /* Protect.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnown… 1599 65C02FBB0637462A003E7EE6 /* Protect.h */, 1982 BC18C4560E16F5CD00B34460 /* Protect.h in Headers */,
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-18 | 353 * tests/testglib.c: Protect deprecated API by ifdefs. 361 * configure.in: Protect the statfs.h include by guards.
|
D | ChangeLog.pre-2-8 | 950 * glib/makegalias.pl: Protect definitions by the same
|
D | ChangeLog.pre-2-6 | 113 * glib/glib.symbols: Protect the the various push/pop allocator
|
/external/webkit/WebKit/mac/Plugins/Hosted/ |
D | NetscapePluginInstanceProxy.mm | 376 // Protect ourselves in case waiting for the reply causes us to be deleted.
|
/external/elfutils/autom4te.cache/ |
D | output.0 | 6353 # Protect against being on the right side of a sed subst in config.status. 6772 # And first: Protect against being on the right side of a sed subst in 6773 # config.status. Protect against being in an unquoted here document
|
/external/strace/ |
D | ChangeLog | 436 * desc.c: Protect #include <sys/epoll.h> with [HAVE_SYS_EPOLL_H]. 437 (epollctls, epollevents): Protect each entry with #ifdef on its macro.
|