| Index: src/arm/full-codegen-arm.cc
|
| diff --git a/src/arm/full-codegen-arm.cc b/src/arm/full-codegen-arm.cc
|
| index aadff7ada84fb5d7095e9a6a8cc064cf9bee4920..15e9d8b4acce5c6c93f7b10e64232bebd13813ad 100644
|
| --- a/src/arm/full-codegen-arm.cc
|
| +++ b/src/arm/full-codegen-arm.cc
|
| @@ -134,6 +134,8 @@ void FullCodeGenerator::Generate() {
|
| SetFunctionPosition(function());
|
| Comment cmnt(masm_, "[ function compiled by full code generator");
|
|
|
| + ProfileEntryHookStub::MaybeCallEntryHook(masm_);
|
| +
|
| #ifdef DEBUG
|
| if (strlen(FLAG_stop_at) > 0 &&
|
| info->function()->name()->IsEqualTo(CStrVector(FLAG_stop_at))) {
|
|
|