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

Unified Diff: runtime/vm/heap.h

Issue 2909403002: When deduplicating program metadata, try to use objects from the VM isolate. (Closed)
Patch Set: sync Created 3 years, 3 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 | « runtime/vm/dart.cc ('k') | runtime/vm/program_visitor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/heap.h
diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h
index 759f3c37dfea3dc76cecaa285014917410d1aec7..be02da06bfa35843ba49e24394078214f94c946b 100644
--- a/runtime/vm/heap.h
+++ b/runtime/vm/heap.h
@@ -360,6 +360,8 @@ class Heap {
friend class IsolateReloadContext; // VisitObjects
friend class ClassFinalizer; // VisitObjects
friend class HeapIterationScope; // VisitObjects
+ friend class ProgramVisitor; // VisitObjectsImagePages
+ friend class Serializer; // VisitObjectsImagePages
DISALLOW_COPY_AND_ASSIGN(Heap);
};
« no previous file with comments | « runtime/vm/dart.cc ('k') | runtime/vm/program_visitor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698