Home
last modified time | relevance | path

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

/external/v8/src/
Ddeoptimizer.cc803 bool is_bottommost = (0 == frame_index); in DoComputeJSFrame() local
848 if (is_bottommost) { in DoComputeJSFrame()
877 if (is_bottommost) { in DoComputeJSFrame()
890 if (is_bottommost) { in DoComputeJSFrame()
909 if (is_bottommost) { in DoComputeJSFrame()
941 context = is_bottommost ? reinterpret_cast<Object*>(input_frame_context_) in DoComputeJSFrame()
1046 bool is_bottommost = (0 == frame_index); in DoComputeInterpretedFrame() local
1093 if (is_bottommost) { in DoComputeInterpretedFrame()
1123 if (is_bottommost) { in DoComputeInterpretedFrame()
1136 if (is_bottommost) { in DoComputeInterpretedFrame()
[all …]