Index: src/crankshaft/arm64/lithium-codegen-arm64.cc |
diff --git a/src/crankshaft/arm64/lithium-codegen-arm64.cc b/src/crankshaft/arm64/lithium-codegen-arm64.cc |
index c655b38255a444bf49087c703667d69da3b8ae98..0d6ceafd46f8fcece5cef850f43c25df7134f271 100644 |
--- a/src/crankshaft/arm64/lithium-codegen-arm64.cc |
+++ b/src/crankshaft/arm64/lithium-codegen-arm64.cc |
@@ -775,8 +775,8 @@ bool LCodeGen::GenerateJumpTable() { |
// table. |
__ Bl(&call_deopt_entry); |
} |
- info()->LogDeoptCallPosition(masm()->pc_offset(), |
- table_entry->deopt_info.inlining_id); |
+ LogDeoptCallPosition(masm()->pc_offset(), |
+ table_entry->deopt_info.inlining_id); |
masm()->CheckConstPool(false, false); |
} |
@@ -900,7 +900,7 @@ void LCodeGen::DeoptimizeBranch( |
frame_is_built_ && !info()->saves_caller_doubles()) { |
DeoptComment(deopt_info); |
__ Call(entry, RelocInfo::RUNTIME_ENTRY); |
- info()->LogDeoptCallPosition(masm()->pc_offset(), deopt_info.inlining_id); |
+ LogDeoptCallPosition(masm()->pc_offset(), deopt_info.inlining_id); |
} else { |
Deoptimizer::JumpTableEntry* table_entry = |
new (zone()) Deoptimizer::JumpTableEntry( |