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.c410 PyObject *small_stack[_PY_FASTCALL_SMALL_STACK]; in _PyObject_Call_Prepend()
447 PyObject* small_stack[_PY_FASTCALL_SMALL_STACK]; in _PyObject_CallFunctionVa()
689 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.h34 #define _PY_FASTCALL_SMALL_STACK 5 macro
/third_party/python/Modules/
D_functoolsmodule.c240 PyObject *small_stack[_PY_FASTCALL_SMALL_STACK]; in partial_vectorcall()
/third_party/python/Python/
Dbltinmodule.c1319 PyObject *small_stack[_PY_FASTCALL_SMALL_STACK]; in map_next()