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

Unified Diff: vm/isolate.cc

Issue 9965042: - Add a class index to the classes. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 8 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
« no previous file with comments | « vm/isolate.h ('k') | vm/object.h » ('j') | vm/raw_object.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/isolate.cc
===================================================================
--- vm/isolate.cc (revision 6994)
+++ vm/isolate.cc (working copy)
@@ -420,6 +420,9 @@
// Visit objects in the object store.
object_store()->VisitObjectPointers(visitor);
+ // Visit objects in the class table.
+ class_table()->VisitObjectPointers(visitor);
+
// Visit objects in per isolate stubs.
StubCode::VisitObjectPointers(visitor);
« no previous file with comments | « vm/isolate.h ('k') | vm/object.h » ('j') | vm/raw_object.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698