Home
last modified time | relevance | path

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

/external/v8/src/
Ddeoptimizer.cc493 caller_fp_(0), in Deoptimizer()
705 caller_fp_ = Memory<intptr_t>(fp_address); in DoComputeOutputFrames()
923 is_bottommost ? caller_fp_ : output_[frame_index - 1]->GetFp(); in DoComputeInterpretedFrame()
1120 is_bottommost ? caller_fp_ : output_[frame_index - 1]->GetFp(); in DoComputeArgumentsAdaptorFrame()
1629 is_bottommost ? caller_fp_ : output_[frame_index - 1]->GetFp(); in DoComputeBuiltinContinuation()
Ddeoptimizer.h621 intptr_t caller_fp_; variable