Searched refs:should_pad_arguments (Results 1 – 1 of 1) sorted by relevance
972 bool should_pad_arguments = in DoComputeInterpretedFrame() local976 bool should_pad_arguments = true; in DoComputeInterpretedFrame() local981 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()