Searched refs:is_bottommost (Results 1 – 1 of 1) sorted by relevance
958 const bool is_bottommost = (0 == frame_index); in DoComputeInterpretedFrame() local973 !is_bottommost && (translated_state_.frames()[frame_index - 1]).kind() != in DoComputeInterpretedFrame()1007 is_bottommost ? caller_frame_top_ - output_frame_size in DoComputeInterpretedFrame()1018 if (verbose_tracing_enabled() && is_bottommost && in DoComputeInterpretedFrame()1041 if (is_bottommost) { in DoComputeInterpretedFrame()1052 is_bottommost ? caller_fp_ : output_[frame_index - 1]->GetFp(); in DoComputeInterpretedFrame()1067 is_bottommost ? caller_constant_pool_ in DoComputeInterpretedFrame()1096 if (is_bottommost) { in DoComputeInterpretedFrame()1313 const bool is_bottommost = (0 == frame_index); in DoComputeArgumentsAdaptorFrame() local1341 is_bottommost ? caller_frame_top_ - output_frame_size in DoComputeArgumentsAdaptorFrame()[all …]