Index: runtime/vm/stub_code.h |
diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h |
index bad4a86091688e3d311db669cd71d8928177b246..f451638f9fc481374e132208dc61024456a86241 100644 |
--- a/runtime/vm/stub_code.h |
+++ b/runtime/vm/stub_code.h |
@@ -35,6 +35,7 @@ class SnapshotWriter; |
V(OptimizeFunction) \ |
V(InvokeDartCode) \ |
V(DebugStepCheck) \ |
+ V(ICLookup) \ |
V(MegamorphicLookup) \ |
V(FixAllocationStubTarget) \ |
V(Deoptimize) \ |
@@ -60,7 +61,7 @@ class SnapshotWriter; |
V(Subtype1TestCache) \ |
V(Subtype2TestCache) \ |
V(Subtype3TestCache) \ |
- V(CallClosureNoSuchMethod) |
+ V(CallClosureNoSuchMethod) \ |
// Is it permitted for the stubs above to refer to Object::null(), which is |
// allocated in the VM isolate and shared across all isolates. |
@@ -139,8 +140,7 @@ class StubCode : public AllStatic { |
static const intptr_t kNoInstantiator = 0; |
- static void EmitMegamorphicLookup( |
- Assembler*, Register recv, Register cache, Register target); |
+ static void EmitMegamorphicLookup(Assembler* assembler); |
private: |
friend class MegamorphicCacheTable; |