| Index: runtime/vm/code_patcher.h
|
| ===================================================================
|
| --- runtime/vm/code_patcher.h (revision 42687)
|
| +++ runtime/vm/code_patcher.h (working copy)
|
| @@ -82,11 +82,6 @@
|
| const Code& code,
|
| ICData* ic_data);
|
|
|
| - // Return the arguments descriptor array of the closure call
|
| - // before the given return address.
|
| - static RawArray* GetClosureArgDescAt(uword return_address,
|
| - const Code& code);
|
| -
|
| static intptr_t InstanceCallSizeInBytes();
|
|
|
| static void InsertCallAt(uword start, uword target);
|
|
|