Home
last modified time | relevance | path

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

/external/v8/src/
Ddeoptimizer.cc833 bool is_bottommost = (0 == frame_index); in DoComputeInterpretedFrame() local
881 if (is_bottommost) { in DoComputeInterpretedFrame()
915 is_bottommost ? caller_pc_ : output_[frame_index - 1]->GetPc(); in DoComputeInterpretedFrame()
923 is_bottommost ? caller_fp_ : output_[frame_index - 1]->GetFp(); in DoComputeInterpretedFrame()
938 is_bottommost ? caller_constant_pool_ in DoComputeInterpretedFrame()
1064 bool is_bottommost = (0 == frame_index); in DoComputeArgumentsAdaptorFrame() local
1093 if (is_bottommost) { in DoComputeArgumentsAdaptorFrame()
1115 is_bottommost ? caller_pc_ : output_[frame_index - 1]->GetPc(); in DoComputeArgumentsAdaptorFrame()
1120 is_bottommost ? caller_fp_ : output_[frame_index - 1]->GetFp(); in DoComputeArgumentsAdaptorFrame()
1129 is_bottommost ? caller_constant_pool_ in DoComputeArgumentsAdaptorFrame()
[all …]