Searched refs:GetFp (Results 1 – 2 of 2) sorted by relevance
923 is_bottommost ? caller_fp_ : output_[frame_index - 1]->GetFp(); in DoComputeInterpretedFrame()1120 is_bottommost ? caller_fp_ : output_[frame_index - 1]->GetFp(); in DoComputeArgumentsAdaptorFrame()1242 const intptr_t caller_fp = output_[frame_index - 1]->GetFp(); in DoComputeConstructStubFrame()1629 is_bottommost ? caller_fp_ : output_[frame_index - 1]->GetFp(); in DoComputeBuiltinContinuation()
774 intptr_t GetFp() const { return fp_; } in GetFp() function