Home
last modified time | relevance | path

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

/external/v8/src/
Ddeoptimizer.cc834 bool is_topmost = (output_count_ - 1 == frame_index); in DoComputeInterpretedFrame() local
844 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() local
1170 CHECK(!is_topmost || deopt_kind_ == DeoptimizeKind::kLazy); in DoComputeConstructStubFrame()
1183 if (is_topmost) { in DoComputeConstructStubFrame()
[all …]