Chromium Code Reviews| Index: src/ic/ic.h |
| diff --git a/src/ic/ic.h b/src/ic/ic.h |
| index 773e9d029aafe568b40599b792a937d8d6d45ab6..3ef3caa1a0e9659faf16a3976d70d11284b2bbe0 100644 |
| --- a/src/ic/ic.h |
| +++ b/src/ic/ic.h |
| @@ -134,6 +134,7 @@ class IC { |
| Code* GetOriginalCode() const; |
| bool AddressIsOptimizedCode() const; |
| + bool AddressIsDeoptimizedCode() const; |
| // Set the call-site target. |
| inline void set_target(Code* code); |