Index: src/arm/codegen-arm.h |
=================================================================== |
--- src/arm/codegen-arm.h (revision 4210) |
+++ src/arm/codegen-arm.h (working copy) |
@@ -348,8 +348,8 @@ |
// name/value pairs. |
void DeclareGlobals(Handle<FixedArray> pairs); |
- // Instantiate the function boilerplate. |
- void InstantiateBoilerplate(Handle<JSFunction> boilerplate); |
+ // Instantiate the function based on the shared function info. |
+ void InstantiateFunction(Handle<SharedFunctionInfo> function_info); |
// Support for type checks. |
void GenerateIsSmi(ZoneList<Expression*>* args); |