Searched refs:ProtectCode (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/x64/ |
D | codegen-x64.cc | 97 OS::ProtectCode(buffer, actual_size); in CreateTranscendentalFunction() 121 OS::ProtectCode(buffer, actual_size); in CreateSqrtFunction() 209 OS::ProtectCode(buffer, actual_size); in CreateModuloFunction()
|
/external/v8/src/ia32/ |
D | codegen-ia32.cc | 100 OS::ProtectCode(buffer, actual_size); in CreateTranscendentalFunction() 133 OS::ProtectCode(buffer, actual_size); in CreateSqrtFunction() 343 OS::ProtectCode(buffer, actual_size); in CreateMemCopyFunction()
|
/external/v8/src/ |
D | platform.h | 192 static void ProtectCode(void* address, const size_t size);
|
D | platform-posix.cc | 84 void OS::ProtectCode(void* address, const size_t size) { in ProtectCode() function in v8::internal::OS
|
D | platform-cygwin.cc | 176 void OS::ProtectCode(void* address, const size_t size) { in ProtectCode() function in v8::internal::OS
|
D | platform-win32.cc | 960 void OS::ProtectCode(void* address, const size_t size) { in ProtectCode() function in v8::internal::OS
|