| Index: runtime/vm/code_patcher_arm64.cc
|
| diff --git a/runtime/vm/code_patcher_arm64.cc b/runtime/vm/code_patcher_arm64.cc
|
| index 030890a416601dba551a260d3aad54cc310a183d..b64b21d8ec8a70dcc010e86993d9dd14728926cf 100644
|
| --- a/runtime/vm/code_patcher_arm64.cc
|
| +++ b/runtime/vm/code_patcher_arm64.cc
|
| @@ -67,6 +67,11 @@ void CodePatcher::PatchPoolPointerCallAt(uword return_address,
|
| }
|
|
|
|
|
| +void CodePatcher::InsertDeoptimizationCallAt(uword start) {
|
| + UNREACHABLE();
|
| +}
|
| +
|
| +
|
| RawCode* CodePatcher::GetInstanceCallAt(uword return_address,
|
| const Code& code,
|
| ICData* ic_data) {
|
|
|