Lines Matching defs:arity
630 int const arity = static_cast<int>(p.arity());
664 if (arity == 0) {
669 } else if (arity == 1) {
696 } else if (arity <= JSArray::kInitialMaxFastElementArray) {
701 values.reserve(p.arity());
702 for (int i = 0; i < arity; ++i) {
885 int const arity = static_cast<int>(p.arity());
894 if (arity > 0) {
897 CHECK(ab.CanAllocateArray(arity, fixed_array_map));
898 ab.AllocateArray(arity, fixed_array_map);
899 for (int i = 0; i < arity; ++i) {