Lines Matching refs:mapped_count
1503 int mapped_count = std::min(argument_count, parameter_count);
1510 if (!ab.CanAllocateSloppyArgumentElements(mapped_count,
1524 parameters_access.begin_without_receiver_and_skip(mapped_count);
1530 for (int i = 0; i < mapped_count; ++i) {
1534 for (int i = mapped_count; i < argument_count; ++i, ++parameters_it) {
1543 a.AllocateSloppyArgumentElements(mapped_count, sloppy_arguments_elements_map);
1546 for (int i = 0; i < mapped_count; ++i) {
1572 int mapped_count = parameter_count;
1578 if (!ab.CanAllocateSloppyArgumentElements(mapped_count,
1592 // (i.e. the first {mapped_count} elements) are replaced with a hole instead.
1595 CreateArgumentsType::kMappedArguments, mapped_count),
1600 a.AllocateSloppyArgumentElements(mapped_count, sloppy_arguments_elements_map);
1603 for (int i = 0; i < mapped_count; ++i) {