Index: src/arm/codegen-arm.h |
=================================================================== |
--- src/arm/codegen-arm.h (revision 4667) |
+++ src/arm/codegen-arm.h (working copy) |
@@ -220,7 +220,8 @@ |
static int InlineRuntimeCallArgumentsCount(Handle<String> name); |
// Constants related to patching of inlined load/store. |
- static const int kInlinedKeyedLoadInstructionsAfterPatchSize = 19; |
+ static const int kInlinedKeyedLoadInstructionsAfterPatch = 19; |
+ static const int kInlinedKeyedStoreInstructionsAfterPatch = 5; |
private: |
// Construction/Destruction |