Home
last modified time | relevance | path

Searched refs:function_code_fastcall (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
Dcall.c257 function_code_fastcall(PyCodeObject *co, PyObject *const *args, Py_ssize_t nargs, in function_code_fastcall() function
322 return function_code_fastcall(co, args, nargs, globals); in _PyFunction_FastCallDict()
329 return function_code_fastcall(co, args, PyTuple_GET_SIZE(argdefs), in _PyFunction_FastCallDict()
408 return function_code_fastcall(co, stack, nargs, globals); in _PyFunction_FastCallKeywords()
415 return function_code_fastcall(co, stack, PyTuple_GET_SIZE(argdefs), in _PyFunction_FastCallKeywords()