Index: src/arm/codegen-arm.h |
=================================================================== |
--- src/arm/codegen-arm.h (revision 5865) |
+++ src/arm/codegen-arm.h (working copy) |
@@ -449,7 +449,8 @@ |
void DeclareGlobals(Handle<FixedArray> pairs); |
// Instantiate the function based on the shared function info. |
- void InstantiateFunction(Handle<SharedFunctionInfo> function_info); |
+ void InstantiateFunction(Handle<SharedFunctionInfo> function_info, |
+ bool pretenure); |
// Support for type checks. |
void GenerateIsSmi(ZoneList<Expression*>* args); |