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

Unified Diff: runtime/vm/class_table.h

Issue 2032153003: Use clustered serialization for full snapshots. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: . 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/class_table.h
diff --git a/runtime/vm/class_table.h b/runtime/vm/class_table.h
index af774a003718414e967458fbc599db0830e7a47d..11817e7a41a6cf6258c102d64f140caeaf6dc76e 100644
--- a/runtime/vm/class_table.h
+++ b/runtime/vm/class_table.h
@@ -180,6 +180,7 @@ class ClassTable {
void Register(const Class& cls);
void RegisterAt(intptr_t index, const Class& cls);
+ void RegisterAt(intptr_t index, RawClass* cls);
#if defined(DEBUG)
void Unregister(intptr_t index);

Powered by Google App Engine
This is Rietveld 408576698