Home
last modified time | relevance | path

Searched refs:old_protect (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dplatform-cygwin.cc177 DWORD old_protect; in ProtectCode() local
178 VirtualProtect(address, size, PAGE_EXECUTE_READ, &old_protect); in ProtectCode()
Dplatform-win32.cc961 DWORD old_protect; in ProtectCode() local
962 VirtualProtect(address, size, PAGE_EXECUTE_READ, &old_protect); in ProtectCode()
/external/qemu/
Dexec.c215 DWORD old_protect; in map_exec() local
217 PAGE_EXECUTE_READWRITE, &old_protect); in map_exec()