| Index: runtime/vm/stub_code.h
|
| diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h
|
| index 119aaeb29cfe89a3641abe7fa238ef231138d02b..66b2c38d53b8e1b6ea4c8872b6e2766d8b9e836d 100644
|
| --- a/runtime/vm/stub_code.h
|
| +++ b/runtime/vm/stub_code.h
|
| @@ -66,7 +66,7 @@ class SnapshotWriter;
|
| V(TwoArgsUnoptimizedStaticCall) \
|
| V(Subtype1TestCache) \
|
| V(Subtype2TestCache) \
|
| - V(Subtype3TestCache) \
|
| + V(Subtype4TestCache) \
|
| V(CallClosureNoSuchMethod) \
|
| V(FrameAwaitingMaterialization) \
|
| V(AsynchronousGapMarker)
|
| @@ -157,6 +157,7 @@ class StubCode : public AllStatic {
|
| static const StubEntry* UnoptimizedStaticCallEntry(intptr_t num_args_tested);
|
|
|
| static const intptr_t kNoInstantiator = 0;
|
| + static const intptr_t kInstantiationSizeInWords = 3;
|
|
|
| static StubEntry* EntryAt(intptr_t index) { return entries_[index]; }
|
| static void EntryAtPut(intptr_t index, StubEntry* entry) {
|
|
|