HomeSort by relevance Sort by last modified time
    Searched refs:old_protect (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
platform-win32.cc 920 DWORD old_protect; local
921 VirtualProtect(address, size, PAGE_READONLY, &old_protect);
928 DWORD old_protect; local
929 VirtualProtect(address, size, new_protect, &old_protect);
    [all...]
  /external/qemu/
exec.c 214 DWORD old_protect; local
216 PAGE_EXECUTE_READWRITE, &old_protect);
    [all...]

Completed in 912 milliseconds