Home
last modified time | relevance | path

Searched refs:method_cache_entry (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Objects/
Dtypeobject.c28 struct method_cache_entry { struct
34 static struct method_cache_entry method_cache[1 << MCACHE_SIZE_EXP]; argument
/external/python/cpython3/Objects/
Dtypeobject.c45 struct method_cache_entry { struct
51 static struct method_cache_entry method_cache[1 << MCACHE_SIZE_EXP]; argument
/external/python/cpython3/Tools/c-analyzer/
DTODO145 Objects/typeobject.c:method_cache static struct method_cache_entry m…
Dknown.tsv493 Objects/typeobject.c - method_cache variable static struct method_cache_entry method_cache[1 << MCA…