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

Unified Diff: runtime/vm/snapshot.h

Issue 2591823002: Introduce a SignatureData class so that signature functions can store both their (Closed)
Patch Set: address comments Created 4 years 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/raw_object_snapshot.cc ('k') | runtime/vm/symbols.h » ('j') | no next file with comments »
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 b3c087d9ea2a18b905200b9146ae31da8ffbd543..76f48a6f0f42e269cce1f95d7284a5c07ea2d12c 100644
--- a/runtime/vm/snapshot.h
+++ b/runtime/vm/snapshot.h
@@ -77,6 +77,7 @@ class RawPcDescriptors;
class RawReceivePort;
class RawRedirectionData;
class RawScript;
+class RawSignatureData;
class RawSendPort;
class RawSmi;
class RawStackMap;
@@ -542,6 +543,7 @@ class SnapshotReader : public BaseReader {
friend class PatchClass;
friend class RedirectionData;
friend class Script;
+ friend class SignatureData;
friend class SubtypeTestCache;
friend class TokenStream;
friend class Type;
« no previous file with comments | « runtime/vm/raw_object_snapshot.cc ('k') | runtime/vm/symbols.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698