Lines Matching refs:fp_value
401 intptr_t fp_value = top_address + output_offset; in DoComputeArgumentsAdaptorFrame() local
402 output_frame->SetFp(fp_value); in DoComputeArgumentsAdaptorFrame()
405 fp_value, output_offset, value); in DoComputeArgumentsAdaptorFrame()
499 intptr_t fp_value = top_address + output_offset; in DoComputeConstructStubFrame() local
500 output_frame->SetFp(fp_value); in DoComputeConstructStubFrame()
503 fp_value, output_offset, value); in DoComputeConstructStubFrame()
660 intptr_t fp_value = top_address + output_offset; in DoComputeJSFrame() local
661 ASSERT(!is_bottommost || input_->GetRegister(fp.code()) == fp_value); in DoComputeJSFrame()
662 output_frame->SetFp(fp_value); in DoComputeJSFrame()
664 output_frame->SetRegister(fp.code(), fp_value); in DoComputeJSFrame()
668 fp_value, output_offset, value); in DoComputeJSFrame()