Lines Matching full:num_arguments
2285 void MacroAssembler::CallRuntime(const Runtime::Function* f, int num_arguments,
2292 CHECK(f->nargs < 0 || f->nargs == num_arguments);
2298 mov(r3, Operand(num_arguments));
2312 int num_arguments) {
2313 mov(r3, Operand(num_arguments));
3076 int num_arguments) {
3077 CallCFunction(function, num_arguments, 0);
3081 void MacroAssembler::CallCFunction(Register function, int num_arguments) {
3082 CallCFunction(function, num_arguments, 0);