| Index: runtime/vm/stub_code.h
|
| ===================================================================
|
| --- runtime/vm/stub_code.h (revision 45519)
|
| +++ runtime/vm/stub_code.h (working copy)
|
| @@ -75,6 +75,7 @@
|
| V(UnoptimizedIdenticalWithNumberCheck) \
|
| V(OptimizedIdenticalWithNumberCheck) \
|
| V(DebugStepCheck) \
|
| + V(MegamorphicLookup) \
|
|
|
| #define STUB_CODE_LIST(V) \
|
| BOOTSTRAP_STUB_CODE_LIST(V) \
|
| @@ -183,6 +184,9 @@
|
|
|
| static const intptr_t kNoInstantiator = 0;
|
|
|
| + static void EmitMegamorphicLookup(
|
| + Assembler*, Register recv, Register cache, Register target);
|
| +
|
| private:
|
| void GenerateBootstrapStubsFor(Isolate* isolate);
|
| void GenerateStubsFor(Isolate* isolate);
|
|
|