Home
last modified time | relevance | path

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

123

/external/v8/src/
Dlog-inl.h87 Heap::Protect(); in VMState()
116 Heap::Protect(); in ~VMState()
Dspaces-inl.h215 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()
Dspaces.h510 static inline void Protect(Address start, size_t size);
944 void Protect();
1392 virtual void Protect();
2021 void Protect();
Dplatform-nullos.cc197 void OS::Protect(void* address, size_t size) { in Protect() function in v8::internal::OS
Dspaces.cc699 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()
Dplatform.h191 static void Protect(void* address, size_t size);
Dplatform-openbsd.cc168 void OS::Protect(void* address, size_t size) { in Protect() function in v8::internal::OS
Dplatform-solaris.cc164 void OS::Protect(void* address, size_t size) { in Protect() function in v8::internal::OS
Dplatform-macos.cc163 void OS::Protect(void* address, size_t size) { in Protect() function in v8::internal::OS
Dplatform-freebsd.cc170 void OS::Protect(void* address, size_t size) { in Protect() function in v8::internal::OS
Dplatform-linux.cc239 void OS::Protect(void* address, size_t size) { in Protect() function in v8::internal::OS
Dheap.h287 static void Protect();
Dplatform-win32.cc869 void OS::Protect(void* address, size_t size) { in Protect() function in v8::internal::OS
Dheap.cc3688 void Heap::Protect() { in Protect() function in v8::internal::Heap
3692 space->Protect(); in Protect()
/external/webkit/WebKit/mac/ForwardingHeaders/runtime/
DProtect.h1 #import <JavaScriptCore/Protect.h>
/external/webkit/JavaScriptCore/
DJavaScriptCore.gypi296 'runtime/Protect.h',
DGNUmakefile.am483 JavaScriptCore/runtime/Protect.h \
/external/webkit/JavaScriptCore/runtime/
DCollector.cpp491 DWORD protect = memoryInformation.Protect & ~(PAGE_GUARD | PAGE_NOCACHE); in isPageWritable()
/external/webkit/JavaScriptCore/JavaScriptCore.xcodeproj/
Dproject.pbxproj409 …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/
DChangeLog.pre-2-18353 * tests/testglib.c: Protect deprecated API by ifdefs.
361 * configure.in: Protect the statfs.h include by guards.
DChangeLog.pre-2-8950 * glib/makegalias.pl: Protect definitions by the same
DChangeLog.pre-2-6113 * glib/glib.symbols: Protect the the various push/pop allocator
/external/webkit/WebKit/mac/Plugins/Hosted/
DNetscapePluginInstanceProxy.mm376 // Protect ourselves in case waiting for the reply causes us to be deleted.
/external/elfutils/autom4te.cache/
Doutput.06353 # 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/
DChangeLog436 * desc.c: Protect #include <sys/epoll.h> with [HAVE_SYS_EPOLL_H].
437 (epollctls, epollevents): Protect each entry with #ifdef on its macro.

123