| Index: runtime/vm/stub_code_mips.cc
|
| ===================================================================
|
| --- runtime/vm/stub_code_mips.cc (revision 24483)
|
| +++ runtime/vm/stub_code_mips.cc (working copy)
|
| @@ -1453,8 +1453,12 @@
|
| }
|
|
|
|
|
| -// The target function was not found, so invoke method
|
| -// "dynamic noSuchMethod(Invocation invocation)".
|
| +// Called for invoking "dynamic noSuchMethod(Invocation invocation)" function
|
| +// from the entry code of a dart function after an error in passed argument
|
| +// name or number is detected.
|
| +// Input parameters:
|
| +// RA : return address.
|
| +// SP : address of last argument.
|
| // S5: inline cache data object.
|
| // S4: arguments descriptor array.
|
| void StubCode::GenerateCallNoSuchMethodFunctionStub(Assembler* assembler) {
|
|
|