Searched refs:_PyObject_FastCallDictTstate (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/python/cpython3/Objects/ |
D | call.c | 117 _PyObject_FastCallDictTstate(PyThreadState *tstate, PyObject *callable, in _PyObject_FastCallDictTstate() function 165 return _PyObject_FastCallDictTstate(tstate, callable, args, nargsf, kwargs); in PyObject_VectorcallDict() 429 return _PyObject_FastCallDictTstate(tstate, callable, NULL, 0, kwargs); in PyEval_CallObjectWithKeywords() 482 PyObject *result = _PyObject_FastCallDictTstate(tstate, callable, in _PyObject_Call_Prepend()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/ |
D | pycore_call.h | 20 PyAPI_FUNC(PyObject *) _PyObject_FastCallDictTstate(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/ |
D | pycore_call.h | 20 PyAPI_FUNC(PyObject *) _PyObject_FastCallDictTstate(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/ |
D | pycore_call.h | 20 PyAPI_FUNC(PyObject *) _PyObject_FastCallDictTstate(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/ |
D | pycore_call.h | 20 PyAPI_FUNC(PyObject *) _PyObject_FastCallDictTstate(
|
/aosp_15_r20/external/python/cpython3/Include/internal/ |
D | pycore_call.h | 20 PyAPI_FUNC(PyObject *) _PyObject_FastCallDictTstate(
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | ceval.c | 7348 C_TRACE(result, _PyObject_FastCallDictTstate(
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 1144 …<elf-symbol name='_PyObject_FastCallDictTstate' type='func-type' binding='global-binding' visibili… 7333 …_PyObject_FastCallDictTstate' mangled-name='_PyObject_FastCallDictTstate' filepath='Objects/call.c…
|