Chromium Code Reviews| Index: src/ia32/ic-ia32.cc |
| =================================================================== |
| --- src/ia32/ic-ia32.cc (revision 2476) |
| +++ src/ia32/ic-ia32.cc (working copy) |
| @@ -153,6 +153,9 @@ |
| } |
| +// The offset from the inlined patch site to the start of the |
| +// inlined load instruction. It is 7 bytes (test eax, imm) plus |
| +// 6 bytes (jne slow_label). |
| const int LoadIC::kOffsetToLoadInstruction = 13; |