| Index: runtime/vm/code_generator.h
|
| diff --git a/runtime/vm/code_generator.h b/runtime/vm/code_generator.h
|
| index 1bd96325dae8208ee7009fafa381c7d80167f404..ffb826448d8fc1d78b3ea446ddfbe7c9aa75dde4 100644
|
| --- a/runtime/vm/code_generator.h
|
| +++ b/runtime/vm/code_generator.h
|
| @@ -32,6 +32,7 @@ DECLARE_RUNTIME_ENTRY(Instanceof);
|
| DECLARE_RUNTIME_ENTRY(InstantiateTypeArguments);
|
| DECLARE_RUNTIME_ENTRY(InvokeImplicitClosureFunction);
|
| DECLARE_RUNTIME_ENTRY(InvokeNoSuchMethodFunction);
|
| +DECLARE_RUNTIME_ENTRY(MegamorphicCacheMissHandler);
|
| DECLARE_RUNTIME_ENTRY(OptimizeInvokedFunction);
|
| DECLARE_RUNTIME_ENTRY(TraceICCall);
|
| DECLARE_RUNTIME_ENTRY(PatchStaticCall);
|
|
|