| Index: src/arm/codegen-arm.h
|
| diff --git a/src/arm/codegen-arm.h b/src/arm/codegen-arm.h
|
| index d3cf6e9f9a54614e1ca0c2dae0139fbd68933c77..b1436bd019b0cd2f64a4ff35901debb28c757014 100644
|
| --- a/src/arm/codegen-arm.h
|
| +++ b/src/arm/codegen-arm.h
|
| @@ -268,7 +268,7 @@ class CodeGenerator: public AstVisitor {
|
| static int GetInlinedKeyedLoadInstructionsAfterPatch() {
|
| return FLAG_debug_code ? 32 : 13;
|
| }
|
| - static const int kInlinedKeyedStoreInstructionsAfterPatch = 5;
|
| + static const int kInlinedKeyedStoreInstructionsAfterPatch = 8;
|
| static int GetInlinedNamedStoreInstructionsAfterPatch() {
|
| ASSERT(Isolate::Current()->inlined_write_barrier_size() != -1);
|
| return Isolate::Current()->inlined_write_barrier_size() + 4;
|
|
|