Home | History | Annotate | Download | only in x87

Lines Matching refs:num_arguments

713   void CallRuntime(const Runtime::Function* f, int num_arguments,
721 void CallRuntime(Runtime::FunctionId id, int num_arguments,
723 CallRuntime(Runtime::FunctionForId(id), num_arguments, save_doubles);
727 void CallExternalReference(ExternalReference ref, int num_arguments);
733 int num_arguments,
738 int num_arguments,
748 void PrepareCallCFunction(int num_arguments, Register scratch);
755 void CallCFunction(ExternalReference function, int num_arguments);
756 void CallCFunction(Register function, int num_arguments);