Chromium Code Reviews| Index: runtime/vm/snapshot.cc |
| diff --git a/runtime/vm/snapshot.cc b/runtime/vm/snapshot.cc |
| index 294a90b7d4b41e1fb189881070d18fb40e1c4a1b..bf02cbaa6c685e86c6c143ff59863aae6d436575 100644 |
| --- a/runtime/vm/snapshot.cc |
| +++ b/runtime/vm/snapshot.cc |
| @@ -28,6 +28,9 @@ |
| namespace dart { |
| +DECLARE_FLAG(bool, use_field_guards); |
| + |
| + |
| static const int kNumVmIsolateSnapshotReferences = 32 * KB; |
| static const int kNumInitialReferencesInFullSnapshot = 160 * KB; |
| static const int kNumInitialReferences = 64; |