Chromium Code Reviews| Index: src/hydrogen.h |
| =================================================================== |
| --- src/hydrogen.h (revision 11473) |
| +++ src/hydrogen.h (working copy) |
| @@ -1010,6 +1010,7 @@ |
| // Try to optimize fun.apply(receiver, arguments) pattern. |
| bool TryCallApply(Call* expr); |
| + int InliningAstSize(Handle<JSFunction> target); |
| bool TryInline(CallKind call_kind, |
| Handle<JSFunction> target, |
| ZoneList<Expression*>* arguments, |