Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 12ae76583d35d72870a155eb85d4762eef5af202..1f7b6c0d555dff3b9add198b4bd7a4f8c9d5dad0 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -1168,6 +1168,13 @@ class Heap { |
const char** object_sub_type); |
// =========================================================================== |
+ // Code statistics. ========================================================== |
+ // =========================================================================== |
+ |
+ // Collect code (Code and BytecodeArray objects) statistics. |
+ void CollectCodeStatistics(); |
+ |
+ // =========================================================================== |
// GC statistics. ============================================================ |
// =========================================================================== |