Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 7771eb4058df4651869a2507a6ca02537ba21dbe..13850181e7d8745b8de0bfbe3ca5bd921f1b0c1d 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -4835,6 +4835,7 @@ class Code: public HeapObject { |
| int GetAge(); |
| void PrintDeoptLocation(int bailout_id); |
| + bool CanDeoptAt(Address pc); |
| #ifdef VERIFY_HEAP |
| void VerifyEmbeddedMapsDependency(); |