| Index: src/arm/codegen-arm.h
|
| ===================================================================
|
| --- src/arm/codegen-arm.h (revision 4628)
|
| +++ src/arm/codegen-arm.h (working copy)
|
| @@ -217,6 +217,9 @@
|
| // expected arguments. Otherwise return -1.
|
| static int InlineRuntimeCallArgumentsCount(Handle<String> name);
|
|
|
| + // Constants related to patching of inlined lokad/store.
|
| + static const int kInlinedKeyedLoadInstructionsAfterPatchSize = 19;
|
| +
|
| private:
|
| // Construction/Destruction
|
| explicit CodeGenerator(MacroAssembler* masm);
|
|
|