Index: src/ic/ic.h |
diff --git a/src/ic/ic.h b/src/ic/ic.h |
index 9eea509ec7723515a4bfa2bf91d23b4d4f6eb7fd..be1c6d2d5bad8e88e63b26eda31cb853f937bfe0 100644 |
--- a/src/ic/ic.h |
+++ b/src/ic/ic.h |
@@ -134,7 +134,9 @@ class IC { |
Code* GetOriginalCode() const; |
bool AddressIsOptimizedCode() const; |
- bool AddressIsDeoptimizedCode() const; |
+ inline bool AddressIsDeoptimizedCode() const; |
+ inline static bool AddressIsDeoptimizedCode(Isolate* isolate, |
+ Address address); |
// Set the call-site target. |
inline void set_target(Code* code); |