Home | History | Annotate | Download | only in x64

Lines Matching defs:num_arguments

1388                    int num_arguments,
1405 void CallRuntime(Runtime::FunctionId fid, int num_arguments,
1407 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles);
1412 int num_arguments);
1428 void PrepareCallCFunction(int num_arguments);
1435 void CallCFunction(ExternalReference function, int num_arguments);
1436 void CallCFunction(Register function, int num_arguments);
1440 int ArgumentStackSlotsForCFunctionCall(int num_arguments);