Home | History | Annotate | Download | only in compiler

Lines Matching defs:mapped_count

1497   int mapped_count = Min(argument_count, parameter_count);
1510 for (int i = 0; i < mapped_count; ++i, ++parameters_it) {
1513 for (int i = mapped_count; i < argument_count; ++i, ++parameters_it) {
1521 a.AllocateArray(mapped_count + 2, factory()->sloppy_arguments_elements_map());
1524 for (int i = 0; i < mapped_count; ++i) {
1551 int mapped_count = parameter_count;
1556 // (i.e. the first {mapped_count} elements) are replaced with a hole instead.
1558 graph()->NewNode(simplified()->NewArgumentsElements(mapped_count),
1563 a.AllocateArray(mapped_count + 2, factory()->sloppy_arguments_elements_map());
1566 for (int i = 0; i < mapped_count; ++i) {