Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index a2aacca624ec652356c512debf67e7b3f11fdfd8..128948afa05bd8178286e48c6ffebb57718ce0b6 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -4984,6 +4984,8 @@ class Code: public HeapObject { |
inline bool marked_for_deoptimization(); |
inline void set_marked_for_deoptimization(bool flag); |
+ bool allowed_in_shared_map_code_cache(); |
+ |
// Get the safepoint entry for the given pc. |
SafepointEntry GetSafepointEntry(Address pc); |