Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c38 struct method_cache_entry { struct
44 static struct method_cache_entry method_cache[1 << MCACHE_SIZE_EXP]; argument
/external/python/cpython2/Objects/
Dtypeobject.c28 struct method_cache_entry { struct
34 static struct method_cache_entry method_cache[1 << MCACHE_SIZE_EXP]; argument