| Index: runtime/vm/stub_code.h
|
| diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h
|
| index 72e3608feeb06d13793754b0c2d51504abeb6fba..e961342d48fb22e9a9f2a978d4de107968510327 100644
|
| --- a/runtime/vm/stub_code.h
|
| +++ b/runtime/vm/stub_code.h
|
| @@ -37,10 +37,11 @@ class Deserializer;
|
| V(OptimizeFunction) \
|
| V(InvokeDartCode) \
|
| V(DebugStepCheck) \
|
| + V(MonomorphicMiss) \
|
| + V(SingleTargetCall) \
|
| V(ICCallThroughFunction) \
|
| V(ICCallThroughCode) \
|
| V(MegamorphicCall) \
|
| - V(MonomorphicMiss) \
|
| V(FixAllocationStubTarget) \
|
| V(Deoptimize) \
|
| V(DeoptimizeLazy) \
|
|
|