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

Unified Diff: runtime/vm/heap.h

Issue 2281263002: AOT: Reassign class ids so class hierarchies have contiguous ranges. (Closed)
Patch Set: review Created 4 years, 4 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/heap.h
diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h
index d90adc4673d7d54bec39dab2cafa191a397f84e4..c00eff3bf7a3c4df3f5bfd9ace944e2fcafc562b 100644
--- a/runtime/vm/heap.h
+++ b/runtime/vm/heap.h
@@ -365,6 +365,7 @@ class Heap {
bool gc_old_space_in_progress_;
friend class Become; // VisitObjectPointers
+ friend class Precompiler; // VisitObjects
friend class ServiceEvent;
friend class PageSpace; // VerifyGC
friend class IsolateReloadContext; // VisitObjects

Powered by Google App Engine
This is Rietveld 408576698