Home
last modified time | relevance | path

Searched defs:dictoffset (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/cpython2/Objects/
Dobject.c1284 Py_ssize_t dictoffset; in _PyObject_GetDictPtr() local
1338 Py_ssize_t dictoffset; in _PyObject_GenericGetAttrWithDict() local
/aosp_15_r20/external/python/cpython3/Objects/
Dobject.c1064 Py_ssize_t dictoffset; in _PyObject_DictPointer() local
Dtypeobject.c3385 Py_ssize_t nmembers, weaklistoffset, dictoffset, vectorcalloffset; in PyType_FromModuleAndSpec() local
/aosp_15_r20/external/python/cpython3/Python/
Dspecialize.c971 Py_ssize_t dictoffset = owner_cls->tp_dictoffset; in _Py_Specialize_LoadMethod() local
Dceval.c4581 int dictoffset = *(int16_t *)&cache->dict_offset; local