Searched refs:ProtectCode (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/arm/ |
D | codegen-arm.cc | 173 base::OS::ProtectCode(buffer, actual_size); in CreateMemCopyUint8Function() 261 base::OS::ProtectCode(buffer, actual_size); in CreateMemCopyUint16Uint8Function() 290 base::OS::ProtectCode(buffer, actual_size); in CreateSqrtFunction()
|
/external/v8/src/base/platform/ |
D | platform.h | 186 static void ProtectCode(void* address, const size_t size);
|
D | platform-posix.cc | 112 void OS::ProtectCode(void* address, const size_t size) { in ProtectCode() function in v8::base::OS
|
D | platform-win32.cc | 813 void OS::ProtectCode(void* address, const size_t size) { in ProtectCode() function in v8::base::OS
|
/external/v8/src/x87/ |
D | codegen-x87.cc | 58 base::OS::ProtectCode(buffer, actual_size); in CreateSqrtFunction() 201 base::OS::ProtectCode(buffer, actual_size); in CreateMemMoveFunction()
|
/external/v8/src/ia32/ |
D | codegen-ia32.cc | 62 base::OS::ProtectCode(buffer, actual_size); in CreateSqrtFunction() 474 base::OS::ProtectCode(buffer, actual_size); in CreateMemMoveFunction()
|
/external/v8/src/x64/ |
D | codegen-x64.cc | 54 base::OS::ProtectCode(buffer, actual_size); in CreateSqrtFunction()
|
/external/v8/src/s390/ |
D | codegen-s390.cc | 42 base::OS::ProtectCode(buffer, actual_size); in CreateSqrtFunction()
|
/external/v8/src/ppc/ |
D | codegen-ppc.cc | 46 base::OS::ProtectCode(buffer, actual_size); in CreateSqrtFunction()
|
/external/v8/src/mips64/ |
D | codegen-mips64.cc | 552 base::OS::ProtectCode(buffer, actual_size); in CreateMemCopyUint8Function() 580 base::OS::ProtectCode(buffer, actual_size); in CreateSqrtFunction()
|
/external/v8/src/mips/ |
D | codegen-mips.cc | 550 base::OS::ProtectCode(buffer, actual_size); in CreateMemCopyUint8Function() 578 base::OS::ProtectCode(buffer, actual_size); in CreateSqrtFunction()
|