Home
last modified time | relevance | path

Searched refs:GetFp (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Ddeoptimizer.cc923 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()
Ddeoptimizer.h774 intptr_t GetFp() const { return fp_; } in GetFp() function