Home | History | Annotate | Download | only in s390

Lines Matching defs:num_arguments

1223   void CallRuntime(const Runtime::Function* f, int num_arguments,
1238 void CallRuntime(Runtime::FunctionId fid, int num_arguments,
1240 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles);
1244 void CallExternalReference(const ExternalReference& ext, int num_arguments);
1279 void CallCFunction(ExternalReference function, int num_arguments);
1280 void CallCFunction(Register function, int num_arguments);