| Index: runtime/vm/stub_code_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/stub_code_ia32.cc (revision 35576)
|
| +++ runtime/vm/stub_code_ia32.cc (working copy)
|
| @@ -1513,13 +1513,6 @@
|
| }
|
|
|
|
|
| -// Megamorphic call is currently implemented as IC call but through a stub
|
| -// that does not check/count function invocations.
|
| -void StubCode::GenerateMegamorphicCallStub(Assembler* assembler) {
|
| - GenerateNArgsCheckInlineCacheStub(
|
| - assembler, 1, kInlineCacheMissHandlerOneArgRuntimeEntry);
|
| -}
|
| -
|
| // Intermediary stub between a static call and its target. ICData contains
|
| // the target function and the call count.
|
| // ECX: ICData
|
|
|