| Index: src/x64/builtins-x64.cc
|
| diff --git a/src/x64/builtins-x64.cc b/src/x64/builtins-x64.cc
|
| old mode 100644
|
| new mode 100755
|
| index 2a01b0b24cdc4589a4b105be307a7ca73ba624bb..bfa6dcee0a15bbf0c306210b5b096ef9f0f54ac4
|
| --- a/src/x64/builtins-x64.cc
|
| +++ b/src/x64/builtins-x64.cc
|
| @@ -456,6 +456,8 @@ void Builtins::Generate_JSConstructStubApi(MacroAssembler* masm) {
|
|
|
| static void Generate_JSEntryTrampolineHelper(MacroAssembler* masm,
|
| bool is_construct) {
|
| + ProfileEntryHookStub::MaybeCallEntryHook(masm);
|
| +
|
| // Expects five C++ function parameters.
|
| // - Address entry (ignored)
|
| // - JSFunction* function (
|
|
|