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

Unified Diff: runtime/vm/class_table.h

Issue 204103009: Add class and address information to heap map; display on hover. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 9 months 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/class_table.h
===================================================================
--- runtime/vm/class_table.h (revision 33794)
+++ runtime/vm/class_table.h (working copy)
@@ -13,6 +13,7 @@
class Class;
class ClassStats;
class JSONArray;
+class JSONObject;
class JSONStream;
class ObjectPointerVisitor;
class RawClass;
@@ -123,7 +124,7 @@
void Print();
- void PrintToJSONStream(JSONStream* stream);
+ void PrintToJSONObject(JSONObject* object);
static intptr_t table_offset() {
return OFFSET_OF(ClassTable, table_);

Powered by Google App Engine
This is Rietveld 408576698