Chromium Code Reviews| Index: src/ia32/ic-ia32.cc |
| =================================================================== |
| --- src/ia32/ic-ia32.cc (revision 2244) |
| +++ src/ia32/ic-ia32.cc (working copy) |
| @@ -141,6 +141,9 @@ |
| } |
| +const int LoadIC::kOffsetToLoadInstruction = 13; |
| + |
| + |
| void LoadIC::GenerateArrayLength(MacroAssembler* masm) { |
| // ----------- S t a t e ------------- |
| // -- ecx : name |