Chromium Code Reviews| Index: runtime/vm/code_patcher_x64.cc |
| =================================================================== |
| --- runtime/vm/code_patcher_x64.cc (revision 1596) |
| +++ runtime/vm/code_patcher_x64.cc (working copy) |
| @@ -21,6 +21,12 @@ |
| } |
| +bool CodePatcher::IsDartCall(uword return_address) { |
| + UNIMPLEMENTED(); |
| + return true; |
|
siva
2011/11/17 18:44:22
Ditto.
hausner
2011/11/17 18:51:25
Done.
|
| +} |
| + |
| + |
| void CodePatcher::GetInstanceCallAt(uword return_address, |
| String* function_name, |
| int* num_arguments, |