Home | History | Annotate | Download | only in ppc

Lines Matching full:num_arguments

938   void CallRuntime(const Runtime::Function* f, int num_arguments,
953 void CallRuntime(Runtime::FunctionId fid, int num_arguments,
955 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles);
959 void CallExternalReference(const ExternalReference& ext, int num_arguments);
994 void CallCFunction(ExternalReference function, int num_arguments);
995 void CallCFunction(Register function, int num_arguments);