Searched refs:is_topmost (Results 1 – 1 of 1) sorted by relevance
834 bool is_topmost = (output_count_ - 1 == frame_index); in DoComputeInterpretedFrame() local844 if (is_topmost) { in DoComputeInterpretedFrame()928 if (is_topmost) { in DoComputeInterpretedFrame()996 if (is_topmost) { in DoComputeInterpretedFrame()1028 (!is_topmost || (deopt_kind_ == DeoptimizeKind::kLazy)) && in DoComputeInterpretedFrame()1040 if (is_topmost) { in DoComputeInterpretedFrame()1050 if (is_topmost) { in DoComputeInterpretedFrame()1166 bool is_topmost = (output_count_ - 1 == frame_index); in DoComputeConstructStubFrame() local1170 CHECK(!is_topmost || deopt_kind_ == DeoptimizeKind::kLazy); in DoComputeConstructStubFrame()1183 if (is_topmost) { in DoComputeConstructStubFrame()[all …]