Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(343)

Unified Diff: runtime/vm/raw_object.h

Issue 51653006: Track live instance and allocation counts for classes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/raw_object.h
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
index 0d17902af516096732487eed114efe85017734a3..1ebd4383105d35660489488ca886f622fd5f5a16 100644
--- a/runtime/vm/raw_object.h
+++ b/runtime/vm/raw_object.h
@@ -442,6 +442,7 @@ class RawObject {
friend class ExternalTypedData;
friend class Heap;
friend class HeapProfiler;
+ friend class ClassStatsVisitor;
friend class HeapProfilerRootVisitor;
friend class MarkingVisitor;
friend class Object;

Powered by Google App Engine
This is Rietveld 408576698