| Index: runtime/vm/code_patcher_arm.cc
|
| diff --git a/runtime/vm/code_patcher_arm.cc b/runtime/vm/code_patcher_arm.cc
|
| index 1e11e04ae4f843af057bcef6fbea8894915a21d2..70507f88f76cdebb5872b7996fb7b091b2041385 100644
|
| --- a/runtime/vm/code_patcher_arm.cc
|
| +++ b/runtime/vm/code_patcher_arm.cc
|
| @@ -30,6 +30,11 @@ void CodePatcher::PatchStaticCallAt(uword return_address,
|
| }
|
|
|
|
|
| +void CodePatcher::InsertDeoptimizationCallAt(uword start) {
|
| + UNREACHABLE();
|
| +}
|
| +
|
| +
|
| RawCode* CodePatcher::GetInstanceCallAt(uword return_address,
|
| const Code& code,
|
| ICData* ic_data) {
|
|
|