Index: src/arm/codegen-arm.h |
=================================================================== |
--- src/arm/codegen-arm.h (revision 5104) |
+++ src/arm/codegen-arm.h (working copy) |
@@ -281,6 +281,9 @@ |
return FLAG_debug_code ? 27 : 13; |
} |
static const int kInlinedKeyedStoreInstructionsAfterPatch = 5; |
+ static int GetInlinedNamedStoreInstructionsAfterPatch() { |
+ return FLAG_debug_code ? 33 : 14; |
+ } |
private: |
// Construction/Destruction |