Home
last modified time | relevance | path

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

/external/v8/src/deoptimizer/
Ddeoptimizer.cc972 bool should_pad_arguments = in DoComputeInterpretedFrame() local
976 bool should_pad_arguments = true; in DoComputeInterpretedFrame() local
981 parameters_count, locals_count, is_topmost, should_pad_arguments); in DoComputeInterpretedFrame()
1013 if (should_pad_arguments && ShouldPadArguments(parameters_count)) { in DoComputeInterpretedFrame()
1026 DCHECK_EQ(output_frame->GetLastArgumentSlotOffset(should_pad_arguments), in DoComputeInterpretedFrame()