Lines Matching refs:fp_value
390 intptr_t fp_value = top_address + output_offset; in DoComputeArgumentsAdaptorFrame() local
391 output_frame->SetFp(fp_value); in DoComputeArgumentsAdaptorFrame()
395 fp_value, output_offset, value); in DoComputeArgumentsAdaptorFrame()
493 intptr_t fp_value = top_address + output_offset; in DoComputeConstructStubFrame() local
494 output_frame->SetFp(fp_value); in DoComputeConstructStubFrame()
498 fp_value, output_offset, value); in DoComputeConstructStubFrame()
649 intptr_t fp_value = top_address + output_offset; in DoComputeJSFrame() local
650 ASSERT(!is_bottommost || input_->GetRegister(rbp.code()) == fp_value); in DoComputeJSFrame()
651 output_frame->SetFp(fp_value); in DoComputeJSFrame()
652 if (is_topmost) output_frame->SetRegister(rbp.code(), fp_value); in DoComputeJSFrame()
656 fp_value, output_offset, value); in DoComputeJSFrame()