Home
last modified time | relevance | path

Searched refs:_PyCode_ConstantKey (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/python/cpython2/Objects/
Dcodeobject.c420 _PyCode_ConstantKey(PyObject *op) in _PyCode_ConstantKey() function
486 item_key = _PyCode_ConstantKey(item); in _PyCode_ConstantKey()
514 item_key = _PyCode_ConstantKey(item); in _PyCode_ConstantKey()
586 consts1 = _PyCode_ConstantKey(co->co_consts); in code_richcompare()
589 consts2 = _PyCode_ConstantKey(cp->co_consts); in code_richcompare()
/aosp_15_r20/external/python/cpython2/Include/
Dcode.h108 PyAPI_FUNC(PyObject*) _PyCode_ConstantKey(PyObject *obj);
/aosp_15_r20/external/python/cpython3/Objects/
Dcodeobject.c1712 consts1 = _PyCode_ConstantKey(co->co_consts); in code_richcompare()
1715 consts2 = _PyCode_ConstantKey(cp->co_consts); in code_richcompare()
2071 _PyCode_ConstantKey(PyObject *op) in _PyCode_ConstantKey() function
2140 item_key = _PyCode_ConstantKey(item); in _PyCode_ConstantKey()
2168 item_key = _PyCode_ConstantKey(item); in _PyCode_ConstantKey()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dcode.h198 PyAPI_FUNC(PyObject*) _PyCode_ConstantKey(PyObject *obj);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dcode.h198 PyAPI_FUNC(PyObject*) _PyCode_ConstantKey(PyObject *obj);
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dcode.h198 PyAPI_FUNC(PyObject*) _PyCode_ConstantKey(PyObject *obj);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dcode.h198 PyAPI_FUNC(PyObject*) _PyCode_ConstantKey(PyObject *obj);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dcode.h198 PyAPI_FUNC(PyObject*) _PyCode_ConstantKey(PyObject *obj);
/aosp_15_r20/external/python/cpython2/Python/
Dcompile.c341 k = _PyCode_ConstantKey(k); in list2dict()
402 tuple = _PyCode_ConstantKey(k); in dictbytype()
948 t = _PyCode_ConstantKey(o); in compiler_add_o()
1258 k = _PyCode_ConstantKey(name); in compiler_lookup_arg()
/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c1330 PyObject *key = _PyCode_ConstantKey(o); in merge_consts_recursive()
7904 PyObject *key = _PyCode_ConstantKey(*obj); in merge_const_one()
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi964 …<elf-symbol name='_PyCode_ConstantKey' type='func-type' binding='global-binding' visibility='defau…
7470_PyCode_ConstantKey' mangled-name='_PyCode_ConstantKey' filepath='Objects/codeobject.c' line='2020…