Searched refs:_PyObject_FastCall (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | abstract.h | 92 PyAPI_FUNC(PyObject *) _PyObject_FastCall(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | abstract.h | 92 PyAPI_FUNC(PyObject *) _PyObject_FastCall(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | abstract.h | 92 PyAPI_FUNC(PyObject *) _PyObject_FastCall(
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | abstract.h | 92 PyAPI_FUNC(PyObject *) _PyObject_FastCall(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | abstract.h | 92 PyAPI_FUNC(PyObject *) _PyObject_FastCall(
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _elementtree.c | 893 return _PyObject_FastCall(st->deepcopy_obj, stack, 2); in deepcopy() 2856 pi = _PyObject_FastCall(self->pi_factory, stack, 2); in treebuilder_handle_pi() 3412 res = _PyObject_FastCall(self->handle_start_ns, stack, 2); in expat_start_ns_handler() 3581 res = _PyObject_FastCall(self->handle_pi, stack, 2); in expat_pi_handler()
|
D | _functoolsmodule.c | 618 res = _PyObject_FastCall(compare, stack, 2); in keyobject_richcompare()
|
D | _testcapimodule.c | 5262 return _PyObject_FastCall(func, stack, nargs); in test_pyobject_fastcall()
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | call.c | 305 _PyObject_FastCall(PyObject *func, PyObject *const *args, Py_ssize_t nargs) in _PyObject_FastCall() function
|
D | typeobject.c | 8620 PyObject *super = _PyObject_FastCall((PyObject *)&PySuper_Type, args, 2); in type_new_init_subclass()
|
/aosp_15_r20/external/python/cpython3/Parser/ |
D | pegen.c | 479 id2 = _PyObject_FastCall(p->normalize, args, 2); in _PyPegen_new_identifier()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | pythonrun.c | 826 result = _PyObject_FastCall(hook, stack, 3); in _PyErr_PrintEx()
|
D | ceval.c | 7445 res = _PyObject_FastCall(import_func, stack, 5);
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 1143 …<elf-symbol name='_PyObject_FastCall' type='func-type' binding='global-binding' visibility='defaul… 7295 …_PyObject_FastCall' mangled-name='_PyObject_FastCall' filepath='Objects/call.c' line='305' column=…
|