Home
last modified time | relevance | path

Searched refs:_PyObject_VectorcallTstate (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_call.h77 _PyObject_VectorcallTstate(PyThreadState *tstate, PyObject *callable, in _PyObject_VectorcallTstate() function
99 return _PyObject_VectorcallTstate(tstate, func, NULL, 0, NULL); in _PyObject_CallNoArgsTstate()
107 return _PyObject_VectorcallTstate(tstate, func, NULL, 0, NULL); in _PyObject_CallNoArgs()
114 return _PyObject_VectorcallTstate(tstate, func, args, (size_t)nargs, NULL); in _PyObject_FastCallTstate()
/third_party/python/Objects/
H A Dcall.c299 return _PyObject_VectorcallTstate(tstate, callable, in PyObject_Vectorcall()
376 return _PyObject_VectorcallTstate(tstate, func, args, nargsf, NULL); in PyObject_CallOneArg()
530 result = _PyObject_VectorcallTstate(tstate, callable, in _PyObject_CallFunctionVa()
536 result = _PyObject_VectorcallTstate(tstate, callable, in _PyObject_CallFunctionVa()
819 result = _PyObject_VectorcallTstate(tstate, callable, stack, nargs, NULL); in object_vacall()
855 PyObject *result = _PyObject_VectorcallTstate(tstate, callable, in PyObject_VectorcallMethod()
H A Dclassobject.c4 #include "pycore_call.h" // _PyObject_VectorcallTstate()
59 result = _PyObject_VectorcallTstate(tstate, func, newargs, in method_vectorcall()
67 return _PyObject_VectorcallTstate(tstate, func, &self, 1, NULL); in method_vectorcall()
89 result = _PyObject_VectorcallTstate(tstate, func, in method_vectorcall()
H A Dtypeobject.c1650 return _PyObject_VectorcallTstate(tstate, func, args, nargsf, NULL); in vectorcall_unbound()
/third_party/python/Modules/
H A D_functoolsmodule.c223 return _PyObject_VectorcallTstate(tstate, pto->fn, in partial_vectorcall()
233 PyObject *ret = _PyObject_VectorcallTstate(tstate, pto->fn, in partial_vectorcall()
260 ret = _PyObject_VectorcallTstate(tstate, pto->fn, in partial_vectorcall()
/third_party/python/Python/
H A Dcontext.c2 #include "pycore_call.h" // _PyObject_VectorcallTstate()
673 PyObject *call_result = _PyObject_VectorcallTstate( in context_run()
H A Dbltinmodule.c1371 result = _PyObject_VectorcallTstate(tstate, lz->func, stack, nargs, NULL); in map_next()

Completed in 20 milliseconds