Home | History | Annotate | Download | only in ia32

Lines Matching defs:num_arguments

903     static const int num_arguments = 3;
904 __ PrepareCallCFunction(num_arguments, ebx);
912 __ CallCFunction(grow_stack, num_arguments);
1090 static const int num_arguments = 3;
1091 __ PrepareCallCFunction(num_arguments, scratch);
1101 __ CallCFunction(check_stack_guard, num_arguments);