Chromium Code Reviews| Index: runtime/vm/code_patcher.h |
| =================================================================== |
| --- runtime/vm/code_patcher.h (revision 4401) |
| +++ runtime/vm/code_patcher.h (working copy) |
| @@ -16,6 +16,7 @@ |
| class ExternalLabel; |
| class Function; |
| class RawArray; |
|
regis
2012/02/21 21:51:34
Is RawArray still needed?
srdjan
2012/02/22 14:59:45
Removed
|
| +class RawICData; |
| class String; |
| class CodePatcher : public AllStatic { |
| @@ -54,11 +55,8 @@ |
| int* num_named_arguments, |
| uword* target); |
| - static RawArray* GetInstanceCallIcDataAt(uword return_address); |
| + static RawICData* GetInstanceCallIcDataAt(uword return_address); |
| - static void SetInstanceCallIcDataAt(uword return_address, |
| - const Array& ic_data); |
| - |
| static intptr_t InstanceCallSizeInBytes(); |
| }; |