Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_call.h18 PyAPI_FUNC(PyObject *) _PyObject_FastCallDictTstate(
/third_party/python/Objects/
Dcall.c118 _PyObject_FastCallDictTstate(PyThreadState *tstate, PyObject *callable, in _PyObject_FastCallDictTstate() function
166 return _PyObject_FastCallDictTstate(tstate, callable, args, nargsf, kwargs); in PyObject_VectorcallDict()
378 return _PyObject_FastCallDictTstate(tstate, callable, NULL, 0, kwargs); in PyEval_CallObjectWithKeywords()
431 PyObject *result = _PyObject_FastCallDictTstate(tstate, callable, in _PyObject_Call_Prepend()
/third_party/python/Python/
Dceval.c5910 C_TRACE(result, _PyObject_FastCallDictTstate( in do_call_core()