Home | History | Annotate | Download | only in x87

Lines Matching defs:num_arguments

902     static const int num_arguments = 3;
903 __ PrepareCallCFunction(num_arguments, ebx);
911 __ CallCFunction(grow_stack, num_arguments);
1089 static const int num_arguments = 3;
1090 __ PrepareCallCFunction(num_arguments, scratch);
1100 __ CallCFunction(check_stack_guard, num_arguments);