| Index: runtime/vm/stub_code_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/stub_code_ia32.cc (revision 39965)
|
| +++ runtime/vm/stub_code_ia32.cc (working copy)
|
| @@ -1575,13 +1575,6 @@
|
| }
|
|
|
|
|
| -// Do not count as no type feedback is collected.
|
| -void StubCode::GenerateClosureCallInlineCacheStub(Assembler* assembler) {
|
| - GenerateNArgsCheckInlineCacheStub(assembler, 1,
|
| - kInlineCacheMissHandlerOneArgRuntimeEntry, Token::kILLEGAL);
|
| -}
|
| -
|
| -
|
| // Intermediary stub between a static call and its target. ICData contains
|
| // the target function and the call count.
|
| // ECX: ICData
|
|
|