Chromium Code Reviews| Index: runtime/vm/program_visitor.h |
| diff --git a/runtime/vm/program_visitor.h b/runtime/vm/program_visitor.h |
| index cdc6b0191de53275e85e11ce4b8da3a23d75e52e..ebbba96d5fae8229708cdfcfeb7cb7fd3af58a31 100644 |
| --- a/runtime/vm/program_visitor.h |
| +++ b/runtime/vm/program_visitor.h |
| @@ -33,7 +33,9 @@ class ProgramVisitor : public AllStatic { |
| static void ShareMegamorphicBuckets(); |
| static void DedupStackMaps(); |
| static void DedupPcDescriptors(); |
| +#if !defined(DART_PRECOMPILED_RUNTIME) |
| static void DedupDeoptEntries(); |
|
zra
2017/06/30 00:07:00
NOT_IN_PRECOMPILED(static void DedupDeoptEntries()
Aske Simon Christensen
2017/07/03 13:41:08
Done.
|
| +#endif |
| static void DedupCodeSourceMaps(); |
| static void DedupLists(); |
| static void DedupInstructions(); |