Home | History | Annotate | Download | only in x87

Lines Matching refs:num_arguments

870     static const int num_arguments = 3;
871 __ PrepareCallCFunction(num_arguments, ebx);
879 __ CallCFunction(grow_stack, num_arguments);
1053 static const int num_arguments = 3;
1054 __ PrepareCallCFunction(num_arguments, scratch);
1064 __ CallCFunction(check_stack_guard, num_arguments);