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

Unified Diff: runtime/vm/dart_entry.h

Issue 2032153003: Use clustered serialization for full snapshots. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: round1 Created 4 years, 6 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/dart_entry.h
diff --git a/runtime/vm/dart_entry.h b/runtime/vm/dart_entry.h
index 8c530ea6c474a375cc56b3a49bef1a25120b7433..e52961b0c653f1b43c3fa8bb5edc4fc6502d04c3 100644
--- a/runtime/vm/dart_entry.h
+++ b/runtime/vm/dart_entry.h
@@ -106,6 +106,8 @@ class ArgumentsDescriptor : public ValueObject {
friend class SnapshotReader;
friend class SnapshotWriter;
+ friend class Serializer;
+ friend class Deserializer;
friend class Simulator;
DISALLOW_COPY_AND_ASSIGN(ArgumentsDescriptor);
};

Powered by Google App Engine
This is Rietveld 408576698