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

Unified Diff: runtime/vm/object_store.h

Issue 2032153003: Use clustered serialization for full snapshots. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: round2 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
« no previous file with comments | « runtime/vm/object.cc ('k') | runtime/vm/raw_object.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object_store.h
diff --git a/runtime/vm/object_store.h b/runtime/vm/object_store.h
index a58bc6cefd02f64df3ef94b4b54d7e770a8c8d56..6ab93de63091ffa1c0ad4ab93726be02a9756a30 100644
--- a/runtime/vm/object_store.h
+++ b/runtime/vm/object_store.h
@@ -612,9 +612,8 @@ OBJECT_STORE_FIELD_LIST(DECLARE_OBJECT_STORE_FIELD)
return NULL;
}
- friend class FullSnapshotWriter;
- friend class SnapshotReader;
- friend class VmIsolateSnapshotReader;
+ friend class Serializer;
+ friend class Deserializer;
DISALLOW_COPY_AND_ASSIGN(ObjectStore);
};
« no previous file with comments | « runtime/vm/object.cc ('k') | runtime/vm/raw_object.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698