Home | History | Annotate | Download | only in s390

Lines Matching defs:num_arguments

909     static const int num_arguments = 3;
910 __ PrepareCallCFunction(num_arguments, r2);
915 __ CallCFunction(grow_stack, num_arguments);
1076 static const int num_arguments = 3;
1077 __ PrepareCallCFunction(num_arguments, scratch);
1086 CallCFunctionUsingStub(stack_guard_check, num_arguments);
1212 ExternalReference function, int num_arguments) {
1214 DCHECK(num_arguments <= 8);