Home | History | Annotate | Download | only in ppc

Lines Matching defs:num_arguments

939   void CallRuntime(const Runtime::Function* f, int num_arguments,
954 void CallRuntime(Runtime::FunctionId fid, int num_arguments,
956 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles);
960 void CallExternalReference(const ExternalReference& ext, int num_arguments);
995 void CallCFunction(ExternalReference function, int num_arguments);
996 void CallCFunction(Register function, int num_arguments);