| Index: runtime/vm/stub_code.h
|
| diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h
|
| index bb971e284a16cbdbff1c86b0e8afd7d70db0877b..72e3608feeb06d13793754b0c2d51504abeb6fba 100644
|
| --- a/runtime/vm/stub_code.h
|
| +++ b/runtime/vm/stub_code.h
|
| @@ -37,9 +37,9 @@ class Deserializer;
|
| V(OptimizeFunction) \
|
| V(InvokeDartCode) \
|
| V(DebugStepCheck) \
|
| - V(ICLookupThroughFunction) \
|
| - V(ICLookupThroughCode) \
|
| - V(MegamorphicLookup) \
|
| + V(ICCallThroughFunction) \
|
| + V(ICCallThroughCode) \
|
| + V(MegamorphicCall) \
|
| V(MonomorphicMiss) \
|
| V(FixAllocationStubTarget) \
|
| V(Deoptimize) \
|
|
|