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

Unified Diff: runtime/vm/snapshot_ids.h

Issue 1337083004: - Turn on writing of ic_data_array so that we have that information for script snapshots that would… (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: code-review-comments Created 5 years, 3 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/snapshot.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/snapshot_ids.h
diff --git a/runtime/vm/snapshot_ids.h b/runtime/vm/snapshot_ids.h
index a65df695848def9f337ff327c85f0d49b4d3a92b..856887de8e9134763517cce1d51af656cf65f9a0 100644
--- a/runtime/vm/snapshot_ids.h
+++ b/runtime/vm/snapshot_ids.h
@@ -6,6 +6,7 @@
#define VM_SNAPSHOT_IDS_H_
#include "vm/raw_object.h"
+#include "vm/dart_entry.h"
namespace dart {
@@ -46,6 +47,13 @@ enum {
kExtractorParameterNames,
kEmptyContextScopeObject,
kImplicitClosureScopeObject,
+ kEmptyObjectPool,
+ kEmptyDescriptors,
+ kEmptyVarDescriptors,
+ kEmptyExceptionHandlers,
+ kCachedArgumentsDescriptor0,
+ kCachedArgumentsDescriptorN = (kCachedArgumentsDescriptor0 +
+ ArgumentsDescriptor::kCachedDescriptorCount - 1),
kInstanceObjectId,
kStaticImplicitClosureObjectId,
« no previous file with comments | « runtime/vm/snapshot.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698