Home | History | Annotate | Download | only in src

Lines Matching refs:arg_count

7471   int arg_count = call->arguments()->length() - 1;
7472 ASSERT(arg_count >= 1); // There's always at least a receiver.
7474 for (int i = 0; i < arg_count; ++i) {
7494 new(zone()) HInvokeFunction(context, function, arg_count));
7495 Drop(arg_count);
7501 new(zone()) HCallFunction(context, function, arg_count));
7502 Drop(arg_count);