Chromium Code Reviews| Index: src/heap.h |
| diff --git a/src/heap.h b/src/heap.h |
| index 96cda586b7c9ea464bc7b1fd39d38c160b34e207..4fe308b9dd61b70b67406684b617895b468a72f4 100644 |
| --- a/src/heap.h |
| +++ b/src/heap.h |
| @@ -767,6 +767,9 @@ class Heap { |
| // Clear the Instanceof cache (used when a prototype changes). |
| inline void ClearInstanceofCache(); |
| + // Iterates the whole code space to clear all ICs of the given kind. |
| + void ClearAllICsByKind(Code::Kind kind); |
| + |
| // For use during bootup. |
| void RepairFreeListsAfterBoot(); |