Searched refs:fastcall_args (Results 1 – 1 of 1) sorted by relevance
4354 fastcall_args(PyObject *args, PyObject ***stack, Py_ssize_t *nargs) in fastcall_args() function4383 if (fastcall_args(func_args, &stack, &nargs) < 0) { in test_pyobject_fastcall()4401 if (fastcall_args(func_args, &stack, &nargs) < 0) { in test_pyobject_fastcalldict()4428 if (fastcall_args(func_args, &stack, &nargs) < 0) { in test_pyobject_fastcallkeywords()