/external/quake/quake/src/WinQuake/ |
vgamodes.h | 87 // unprotect CRTC0 through CRTC0
132 // unprotect CRTC0 through CRTC0
168 // unprotect CRTC0 through CRTC0
216 // unprotect CRTC0 through CRTC0
263 // unprotect CRTC0 through CRTC0
352 // unprotect CRTC0 through CRTC0
403 // unprotect CRTC0 through CRTC0
450 // unprotect CRTC0 through CRTC0
|
/external/v8/src/ |
log-inl.h | 90 Heap::Unprotect(); 113 Heap::Unprotect();
|
spaces-inl.h | 220 void MemoryAllocator::Unprotect(Address start, 223 OS::Unprotect(start, size, executable); 235 OS::Unprotect(chunks_[id].address(), chunks_[id].size(),
|
platform-nullos.cc | 202 void OS::Unprotect(void* address, size_t size, bool is_executable) {
|
spaces.h | 509 // Protect/unprotect a block of memory by marking it read-only/writable. 511 static inline void Unprotect(Address start, size_t size, 514 // Protect/unprotect a chunk given a page in the chunk. [all...] |
platform.h | 190 // Protect/unprotect a block of memory by marking it read-only/writable. 192 static void Unprotect(void* address, size_t size, bool is_executable);
|
flag-definitions.h | 399 "Protect/unprotect V8's heap when leaving/entring the VM.")
|
platform-freebsd.cc | 175 void OS::Unprotect(void* address, size_t size, bool is_executable) {
|
platform-macos.cc | 168 void OS::Unprotect(void* address, size_t size, bool is_executable) {
|
platform-openbsd.cc | 173 void OS::Unprotect(void* address, size_t size, bool is_executable) {
|
platform-solaris.cc | 170 void OS::Unprotect(void* address, size_t size, bool is_executable) {
|
spaces.cc | 708 void PagedSpace::Unprotect() { [all...] |
handles.cc | 408 // need to reeenter to unprotect the heap.
|
platform-linux.cc | 245 void OS::Unprotect(void* address, size_t size, bool is_executable) {
|
heap.h | 286 // Protect/unprotect the heap by marking all spaces read-only/writable. 288 static void Unprotect(); [all...] |
/external/webkit/WebCore/bindings/v8/ |
V8GCController.h | 69 // Protect/Unprotect JS wrappers of a DOM object.
|
ScriptController.h | 138 // Protect and unprotect the JS wrapper from garbage collected.
|
/external/webkit/JavaScriptCore/runtime/ |
Collector.h | 94 void unprotect(JSValue);
|
Protect.h | 37 Heap::heap(val)->unprotect(val);
|
Collector.cpp | 1012 void Heap::unprotect(JSValue k) function in class:Heap [all...] |
/external/webkit/WebCore/bindings/js/ |
WorkerScriptController.cpp | 60 m_workerContextWrapper = 0; // Unprotect the global object.
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/ |
whalHwEeprom.h | 118 * unprotect the EEPROM first. This is done for fast *
|
/external/webkit/JavaScriptCore/API/ |
JSValueRef.h | 268 @param value The JSValue to unprotect.
|
/external/webkit/WebCore/bridge/qt/ |
qt_instance.cpp | 97 // clean up (unprotect from gc) the JSValues we've created
|
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
JavaScriptCore.def | 305 ?unprotect@Heap@JSC@@QAEXVJSValue@2@@Z
|