Index: runtime/vm/code_patcher_mips.cc |
diff --git a/runtime/vm/code_patcher_mips.cc b/runtime/vm/code_patcher_mips.cc |
index 1014aed299cf07341f58e4e1392548f621027fbb..af0adec3d91394d2d402a8bfaf44ec1e7e5cc70d 100644 |
--- a/runtime/vm/code_patcher_mips.cc |
+++ b/runtime/vm/code_patcher_mips.cc |
@@ -38,7 +38,7 @@ void CodePatcher::PatchInstanceCallAt(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::kFixedLengthInBytes <= target); |
CallPattern::InsertAt(start, target); |