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

Unified Diff: runtime/vm/object_graph.h

Issue 2990643002: Calculates retaining paths through user fields and ignores VM objects (Closed)
Patch Set: Created 3 years, 5 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 | « no previous file | runtime/vm/object_graph.cc » ('j') | runtime/vm/object_graph.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object_graph.h
diff --git a/runtime/vm/object_graph.h b/runtime/vm/object_graph.h
index 8a9d1060b553f097fc319ae9aca2e6253eccdcbd..923b9bb4e250ddb695d8e3eb85c08d05922651d6 100644
--- a/runtime/vm/object_graph.h
+++ b/runtime/vm/object_graph.h
@@ -63,6 +63,7 @@ class ObjectGraph : public StackResource {
// Visits all strongly reachable objects in the isolate's heap, in a
// pre-order, depth first traversal.
void IterateObjects(Visitor* visitor);
+ void IterateObjectsNoVM(Visitor* visitor);
rmacnak 2017/07/25 21:55:21 Consider IterateUserObjects
danunez 2017/07/25 22:24:54 Done.
// Like 'IterateObjects', but restricted to objects reachable from 'root'
// (including 'root' itself).
« no previous file with comments | « no previous file | runtime/vm/object_graph.cc » ('j') | runtime/vm/object_graph.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698