Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dcall.c468 PyObject *small_stack[_PY_FASTCALL_SMALL_STACK]; in _PyObject_Call_Prepend()
505 PyObject* small_stack[_PY_FASTCALL_SMALL_STACK]; in _PyObject_CallFunctionVa()
747 PyObject *small_stack[_PY_FASTCALL_SMALL_STACK]; in object_vacall()
Dclassobject.c64 PyObject *newargs_stack[_PY_FASTCALL_SMALL_STACK]; in method_vectorcall()
/third_party/python/Include/cpython/
Dabstract.h38 #define _PY_FASTCALL_SMALL_STACK 5 macro
/third_party/python/Modules/
D_functoolsmodule.c185 PyObject *small_stack[_PY_FASTCALL_SMALL_STACK]; in partial_vectorcall()
/third_party/python/Python/
Dbltinmodule.c1258 PyObject *small_stack[_PY_FASTCALL_SMALL_STACK]; in map_next()