Searched refs:caller_fp_ (Results 1 – 2 of 2) sorted by relevance
503 caller_fp_(0), in Deoptimizer()826 caller_fp_ = Memory<intptr_t>(fp_address); in DoComputeOutputFrames()1052 is_bottommost ? caller_fp_ : output_[frame_index - 1]->GetFp(); in DoComputeInterpretedFrame()1365 is_bottommost ? caller_fp_ : output_[frame_index - 1]->GetFp(); in DoComputeArgumentsAdaptorFrame()1836 is_bottommost ? caller_fp_ : output_[frame_index - 1]->GetFp(); in DoComputeBuiltinContinuation()
627 intptr_t caller_fp_; variable