Index: src/x64/builtins-x64.cc |
diff --git a/src/x64/builtins-x64.cc b/src/x64/builtins-x64.cc |
index 89ae74d7e7717d8a6dd576029a22301e59dbabc1..9376cc787eb044510ee7cb918989b83c7627857d 100644 |
--- 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 ( |