Home | History | Annotate | Download | only in x87

Lines Matching full:num_arguments

666   void CallRuntime(const Runtime::Function* f, int num_arguments,
681 void CallRuntime(Runtime::FunctionId fid, int num_arguments,
683 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles);
687 void CallExternalReference(ExternalReference ref, int num_arguments);
699 void PrepareCallCFunction(int num_arguments, Register scratch);
706 void CallCFunction(ExternalReference function, int num_arguments);
707 void CallCFunction(Register function, int num_arguments);