| Index: src/mips/deoptimizer-mips.cc
|
| diff --git a/src/mips/deoptimizer-mips.cc b/src/mips/deoptimizer-mips.cc
|
| index 422312f7ce777cfdc99b73c0ac2acc53e2f74b02..bd1d0c46e62a0dab9c360e348e14fc3a3a6977fb 100644
|
| --- a/src/mips/deoptimizer-mips.cc
|
| +++ b/src/mips/deoptimizer-mips.cc
|
| @@ -266,7 +266,7 @@ void Deoptimizer::DoComputeOsrOutputFrame() {
|
| if (FLAG_trace_osr) {
|
| PrintF("[on-stack replacement: begin 0x%08" V8PRIxPTR " ",
|
| reinterpret_cast<intptr_t>(function_));
|
| - function_->PrintName();
|
| + PrintFunctionName();
|
| PrintF(" => node=%u, frame=%d->%d]\n",
|
| ast_id,
|
| input_frame_size,
|
| @@ -360,7 +360,7 @@ void Deoptimizer::DoComputeOsrOutputFrame() {
|
| PrintF("[on-stack replacement translation %s: 0x%08" V8PRIxPTR " ",
|
| ok ? "finished" : "aborted",
|
| reinterpret_cast<intptr_t>(function_));
|
| - function_->PrintName();
|
| + PrintFunctionName();
|
| PrintF(" => pc=0x%0x]\n", output_[0]->GetPc());
|
| }
|
| }
|
|
|