| 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,
|
|
|