Index: runtime/vm/code_patcher_arm64.cc |
diff --git a/runtime/vm/code_patcher_arm64.cc b/runtime/vm/code_patcher_arm64.cc |
index 3e10b5a35512076d78095afef2f5abf68c05c427..ae7eb022bcd9ea03cd2dab86774234aadd52f254 100644 |
--- a/runtime/vm/code_patcher_arm64.cc |
+++ b/runtime/vm/code_patcher_arm64.cc |
@@ -79,7 +79,7 @@ void CodePatcher::PatchPoolPointerCallAt(uword return_address, |
} |
-void CodePatcher::InsertCallAt(uword start, uword target) { |
+void CodePatcher::InsertDeoptimizationCallAt(uword start, uword target) { |
// The inserted call should not overlap the lazy deopt jump code. |
ASSERT(start + CallPattern::kLengthInBytes <= target); |
CallPattern::InsertAt(start, target); |