Chromium Code Reviews| Index: src/arm/codegen-arm.h |
| =================================================================== |
| --- src/arm/codegen-arm.h (revision 5357) |
| +++ src/arm/codegen-arm.h (working copy) |
| @@ -550,6 +550,9 @@ |
| void GenerateIsRegExpEquivalent(ZoneList<Expression*>* args); |
| + void GenerateHasCachedArrayIndex(ZoneList<Expression*>* args); |
| + void GenerateGetCachedArrayIndex(ZoneList<Expression*>* args); |
| + |
| // Simple condition analysis. |
| enum ConditionAnalysis { |
| ALWAYS_TRUE, |