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

  /external/v8/src/x64/
codegen-x64.cc 97 OS::ProtectCode(buffer, actual_size);
121 OS::ProtectCode(buffer, actual_size);
209 OS::ProtectCode(buffer, actual_size);
  /external/v8/src/
platform.h 187 // This is the granularity at which the ProtectCode(...) call can set page
192 static void ProtectCode(void* address, const size_t size);
platform-posix.cc 84 void OS::ProtectCode(void* address, const size_t size) {
platform-cygwin.cc 176 void OS::ProtectCode(void* address, const size_t size) {
platform-win32.cc 960 void OS::ProtectCode(void* address, const size_t size) {
    [all...]
  /external/v8/src/ia32/
codegen-ia32.cc 100 OS::ProtectCode(buffer, actual_size);
133 OS::ProtectCode(buffer, actual_size);
343 OS::ProtectCode(buffer, actual_size);

Completed in 111 milliseconds