HomeSort by relevance Sort by last modified time
    Searched refs:ProtectCode (Results 1 - 13 of 13) 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/chromium_org/v8/src/x64/
codegen-x64.cc 97 OS::ProtectCode(buffer, actual_size);
128 OS::ProtectCode(buffer, actual_size);
152 OS::ProtectCode(buffer, actual_size);
240 OS::ProtectCode(buffer, actual_size);
  /external/chromium_org/v8/src/
platform.h 233 // This is the granularity at which the ProtectCode(...) call can set page
238 static void ProtectCode(void* address, const size_t size);
platform-posix.cc 178 void OS::ProtectCode(void* address, const size_t size) {
platform-win32.cc 916 void OS::ProtectCode(void* address, const size_t size) {
    [all...]
  /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);
  /external/chromium_org/v8/src/arm/
codegen-arm.cc 105 OS::ProtectCode(buffer, actual_size);
267 OS::ProtectCode(buffer, actual_size);
355 OS::ProtectCode(buffer, actual_size);
  /external/chromium_org/v8/src/ia32/
codegen-ia32.cc 100 OS::ProtectCode(buffer, actual_size);
138 OS::ProtectCode(buffer, actual_size);
171 OS::ProtectCode(buffer, actual_size);
642 OS::ProtectCode(buffer, actual_size);
    [all...]
  /external/chromium_org/v8/src/mips/
codegen-mips.cc 105 OS::ProtectCode(buffer, actual_size);

Completed in 72 milliseconds