Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dcall.c467 PyObject *small_stack[_PY_FASTCALL_SMALL_STACK]; in _PyObject_Call_Prepend()
504 PyObject* small_stack[_PY_FASTCALL_SMALL_STACK]; in _PyObject_CallFunctionVa()
746 PyObject *small_stack[_PY_FASTCALL_SMALL_STACK]; in object_vacall()
Dclassobject.c64 PyObject *newargs_stack[_PY_FASTCALL_SMALL_STACK]; in method_vectorcall()
/external/python/cpython3/Include/cpython/
Dabstract.h38 #define _PY_FASTCALL_SMALL_STACK 5 macro
/external/python/cpython3/Modules/
D_functoolsmodule.c184 PyObject *small_stack[_PY_FASTCALL_SMALL_STACK]; in partial_vectorcall()
/external/python/cpython3/Python/
Dbltinmodule.c1258 PyObject *small_stack[_PY_FASTCALL_SMALL_STACK]; in map_next()