Chromium Code Reviews| Index: src/ic/ic.h |
| diff --git a/src/ic/ic.h b/src/ic/ic.h |
| index 586aad6d241130208303924725d078192a3e4b7e..2d67a87d220f791656861c46986681203a95097c 100644 |
| --- a/src/ic/ic.h |
| +++ b/src/ic/ic.h |
| @@ -146,6 +146,8 @@ class IC { |
| // Get the original (non-breakpointed) code object of the caller. |
| Code* GetOriginalCode() const; |
| + bool AddressIsOptimizedCode() const; |
| + |
| // Set the call-site target. |
| inline void set_target(Code* code); |
| bool is_target_set() { return target_set_; } |