Lines Matching full:num_arguments
677 void CallRuntime(const Runtime::Function* f, int num_arguments,
692 void CallRuntime(Runtime::FunctionId fid, int num_arguments,
694 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles);
698 void CallExternalReference(ExternalReference ref, int num_arguments);
710 void PrepareCallCFunction(int num_arguments, Register scratch);
717 void CallCFunction(ExternalReference function, int num_arguments);
718 void CallCFunction(Register function, int num_arguments);