| Index: runtime/vm/code_patcher.h
|
| ===================================================================
|
| --- runtime/vm/code_patcher.h (revision 24431)
|
| +++ runtime/vm/code_patcher.h (working copy)
|
| @@ -56,9 +56,11 @@
|
| const Code& code,
|
| ICData* ic_data);
|
|
|
| - // Return target of an unoptimized static call (calls target via a stub).
|
| - static RawFunction* GetUnoptimizedStaticCallTargetAt(uword return_address,
|
| - const Code& code);
|
| + // Return target of an unoptimized static call and its ICData object
|
| + // (calls target via a stub).
|
| + static RawFunction* GetUnoptimizedStaticCallAt(uword return_address,
|
| + const Code& code,
|
| + ICData* ic_data);
|
|
|
| // Return the arguments descriptor array of the closure call
|
| // before the given return address.
|
|
|