| Index: src/arm/codegen-arm.h
|
| ===================================================================
|
| --- src/arm/codegen-arm.h (revision 7180)
|
| +++ src/arm/codegen-arm.h (working copy)
|
| @@ -268,7 +268,7 @@
|
| static int GetInlinedKeyedLoadInstructionsAfterPatch() {
|
| return FLAG_debug_code ? 32 : 13;
|
| }
|
| - static const int kInlinedKeyedStoreInstructionsAfterPatch = 5;
|
| + static const int kInlinedKeyedStoreInstructionsAfterPatch = 8;
|
| static int GetInlinedNamedStoreInstructionsAfterPatch() {
|
| #ifdef ENABLE_CARDMARKING_WRITE_BARRIER
|
| ASSERT(inlined_write_barrier_size_ != -1);
|
|
|