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