Home
last modified time | relevance | path

Searched refs:ProtectCode (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/x64/
Dcodegen-x64.cc97 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/
Dcodegen-ia32.cc100 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/
Dplatform.h192 static void ProtectCode(void* address, const size_t size);
Dplatform-posix.cc84 void OS::ProtectCode(void* address, const size_t size) { in ProtectCode() function in v8::internal::OS
Dplatform-cygwin.cc176 void OS::ProtectCode(void* address, const size_t size) { in ProtectCode() function in v8::internal::OS
Dplatform-win32.cc960 void OS::ProtectCode(void* address, const size_t size) { in ProtectCode() function in v8::internal::OS