| Index: src/objects-visiting-inl.h
|
| ===================================================================
|
| --- src/objects-visiting-inl.h (revision 13219)
|
| +++ src/objects-visiting-inl.h (working copy)
|
| @@ -635,6 +635,9 @@
|
| RelocInfo::ModeMask(RelocInfo::EXTERNAL_REFERENCE) |
|
| RelocInfo::ModeMask(RelocInfo::JS_RETURN) |
|
| RelocInfo::ModeMask(RelocInfo::DEBUG_BREAK_SLOT) |
|
| +#if defined(V8_TARGET_ARCH_X64)
|
| + RelocInfo::ModeMask(RelocInfo::DEOPT_ENTRY) |
|
| +#endif
|
| RelocInfo::ModeMask(RelocInfo::RUNTIME_ENTRY);
|
|
|
| // There are two places where we iterate code bodies: here and the
|
| @@ -659,6 +662,9 @@
|
| RelocInfo::ModeMask(RelocInfo::EXTERNAL_REFERENCE) |
|
| RelocInfo::ModeMask(RelocInfo::JS_RETURN) |
|
| RelocInfo::ModeMask(RelocInfo::DEBUG_BREAK_SLOT) |
|
| +#if defined(V8_TARGET_ARCH_X64)
|
| + RelocInfo::ModeMask(RelocInfo::DEOPT_ENTRY) |
|
| +#endif
|
| RelocInfo::ModeMask(RelocInfo::RUNTIME_ENTRY);
|
|
|
| // There are two places where we iterate code bodies: here and the
|
|
|