Index: runtime/vm/code_patcher_x64.cc |
diff --git a/runtime/vm/code_patcher_x64.cc b/runtime/vm/code_patcher_x64.cc |
index aa1e6b8f17c4690bf6c5b42d1c50dd254c6da556..4b79751b10b17ff1a9a3143ad5c349d8dd672b9a 100644 |
--- a/runtime/vm/code_patcher_x64.cc |
+++ b/runtime/vm/code_patcher_x64.cc |
@@ -278,6 +278,11 @@ intptr_t CodePatcher::InstanceCallSizeInBytes() { |
} |
+void CodePatcher::InsertDeoptimizationCallAt(uword start) { |
+ UNREACHABLE(); |
+} |
+ |
+ |
RawFunction* CodePatcher::GetUnoptimizedStaticCallAt(uword return_address, |
const Code& code, |
ICData* ic_data_result) { |