Searched refs:Protect (Results 1 - 22 of 22) sorted by relevance

/external/webkit/Source/WebKit/mac/ForwardingHeaders/runtime/
H A DProtect.h1 #import <JavaScriptCore/Protect.h>
/external/webkit/Source/WebCore/ForwardingHeaders/runtime/
H A DProtect.h3 #include <JavaScriptCore/Protect.h>
/external/v8/src/
H A Dvm-state-inl.h78 isolate_->heap()->Protect();
113 isolate_->heap()->Protect();
H A Dspaces-inl.h383 void MemoryAllocator::Protect(Address start, size_t size) { function in class:v8::internal::MemoryAllocator
384 OS::Protect(start, size);
397 OS::Protect(chunks_[id].address(), chunks_[id].size());
H A Dspaces.h383 // Protect/unprotect the space by marking it read-only/writable.
384 virtual void Protect() = 0;
644 // Protect/unprotect a block of memory by marking it read-only/writable.
645 inline void Protect(Address start, size_t size);
649 // Protect/unprotect a chunk given a page in the chunk.
1156 // Protect/unprotect the space by marking it read-only/writable.
1157 void Protect();
1391 // Protect/unprotect the space by marking it read-only/writable.
1392 virtual void Protect() {} function in class:v8::internal::SemiSpace
1627 // Protect/unprotec
[all...]
H A Dplatform-nullos.cc217 void OS::Protect(void* address, size_t size) { function in class:v8::internal::OS
H A Dplatform.h210 // Protect/unprotect a block of memory by marking it read-only/writable.
211 static void Protect(void* address, size_t size);
H A Dplatform-openbsd.cc175 void OS::Protect(void* address, size_t size) { function in class:v8::internal::OS
H A Dplatform-cygwin.cc171 void OS::Protect(void* address, size_t size) { function in class:v8::internal::OS
H A Dplatform-freebsd.cc185 void OS::Protect(void* address, size_t size) { function in class:v8::internal::OS
H A Dplatform-macos.cc174 void OS::Protect(void* address, size_t size) { function in class:v8::internal::OS
H A Dplatform-solaris.cc192 void OS::Protect(void* address, size_t size) { function in class:v8::internal::OS
H A Dspaces.cc873 void PagedSpace::Protect() { function in class:v8::internal::PagedSpace
1263 void NewSpace::Protect() { function in class:v8::internal::NewSpace
1264 heap()->isolate()->memory_allocator()->Protect(ToSpaceLow(), Capacity());
1265 heap()->isolate()->memory_allocator()->Protect(FromSpaceLow(), Capacity());
2815 void LargeObjectSpace::Protect() { function in class:v8::LargeObjectSpace
2818 heap()->isolate()->memory_allocator()->Protect(chunk->address(),
H A Dplatform-linux.cc338 void OS::Protect(void* address, size_t size) { function in class:v8::internal::OS
H A Dplatform-win32.cc918 void OS::Protect(void* address, size_t size) { function in class:v8::internal::OS
H A Dheap.h421 // Protect/unprotect the heap by marking all spaces read-only/writable.
422 void Protect();
H A Dheap.cc5027 void Heap::Protect() { function in class:v8::internal::Heap
5031 space->Protect();
/external/webkit/Source/JavaScriptGlue/
H A DJSUtils.h41 #include <JavaScriptCore/Protect.h>
/external/llvm/lib/Support/Windows/
H A DMemory.inc65 return info.Protect;
/external/clang/test/SemaTemplate/
H A Dtemp_class_spec.cpp343 template< typename Protect, typename Second >
/external/webkit/Source/JavaScriptCore/wtf/
H A DStackBounds.cpp198 DWORD protect = memoryInformation.Protect & ~(PAGE_GUARD | PAGE_NOCACHE);
/external/webkit/Source/JavaScriptCore/API/
H A DJSValueRef.cpp38 #include <runtime/Protect.h>

Completed in 305 milliseconds