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

Unified Diff: runtime/vm/symbols.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 6 years, 11 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
« runtime/vm/stub_code_ia32.cc ('K') | « runtime/vm/stub_code_x64.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index f9d200e6bf003c746e5caf2e8d62eb97795e3874..a7227da14c5d7df01c66302450a5fa1e14110d6f 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -300,6 +300,7 @@ class ObjectPointerVisitor;
V(OptimizedOut, "<optimized out>") \
V(NotInitialized, "<not initialized>") \
V(ClassId, "get:_classId") \
+ V(StringSym, "String") \
Ivan Posva 2014/01/17 06:53:16 Can you move this together with the remaining Stri
Cutch 2014/01/17 18:37:59 Done.
// Contains a list of frequently used strings in a canonicalized form. This
« runtime/vm/stub_code_ia32.cc ('K') | « runtime/vm/stub_code_x64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698