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

Unified Diff: runtime/vm/snapshot.h

Issue 2933223002: Update subclasses array and is_implemented bit when loading script snapshots. (Closed)
Patch Set: Created 3 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 | « no previous file | runtime/vm/snapshot.cc » ('j') | runtime/vm/snapshot.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/snapshot.h
diff --git a/runtime/vm/snapshot.h b/runtime/vm/snapshot.h
index d6e787223a73f924240c24130d4d2c243d58130f..faf5eede693711054ff4fa18546ddef098c3cbc5 100644
--- a/runtime/vm/snapshot.h
+++ b/runtime/vm/snapshot.h
@@ -446,6 +446,10 @@ class SnapshotReader : public BaseReader {
// Process all the deferred canonicalization entries and patch all references.
void ProcessDeferredCanonicalizations();
+ // Update subclasses array and is implemented bit for interfaces/superclass in
+ // the core snapshot.
+ void FixSubclassesAndImplementors();
+
// Decode class id from the header field.
intptr_t LookupInternalClass(intptr_t class_header);
« no previous file with comments | « no previous file | runtime/vm/snapshot.cc » ('j') | runtime/vm/snapshot.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698