Home
last modified time | relevance | path

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

/external/v8/src/
Ddeoptimizer.cc845 bool is_topmost = (output_count_ - 1 == frame_index); in DoComputeJSFrame() local
921 if (is_topmost) output_frame->SetRegister(fp_reg.code(), fp_value); in DoComputeJSFrame()
961 if (is_topmost) output_frame->SetRegister(context_reg.code(), value); in DoComputeJSFrame()
1005 if (is_topmost) { in DoComputeJSFrame()
1017 if (is_topmost && bailout_type_ != DEBUGGER) { in DoComputeJSFrame()
1064 bool is_topmost = (output_count_ - 1 == frame_index); in DoComputeInterpretedFrame() local
1135 if (is_topmost) output_frame->SetRegister(fp_reg.code(), fp_value); in DoComputeInterpretedFrame()
1168 if (is_topmost) output_frame->SetRegister(context_reg.code(), value); in DoComputeInterpretedFrame()
1223 if (is_topmost) { in DoComputeInterpretedFrame()
1231 if (is_topmost && bailout_type_ != DEBUGGER) { in DoComputeInterpretedFrame()