| Index: src/arm/codegen-arm.h
|
| ===================================================================
|
| --- src/arm/codegen-arm.h (revision 9327)
|
| +++ src/arm/codegen-arm.h (working copy)
|
| @@ -69,16 +69,6 @@
|
| int pos,
|
| bool right_here = false);
|
|
|
| - // Constants related to patching of inlined load/store.
|
| - static int GetInlinedKeyedLoadInstructionsAfterPatch() {
|
| - return FLAG_debug_code ? 32 : 13;
|
| - }
|
| - static const int kInlinedKeyedStoreInstructionsAfterPatch = 8;
|
| - static int GetInlinedNamedStoreInstructionsAfterPatch() {
|
| - ASSERT(Isolate::Current()->inlined_write_barrier_size() != -1);
|
| - return Isolate::Current()->inlined_write_barrier_size() + 4;
|
| - }
|
| -
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(CodeGenerator);
|
| };
|
|
|