Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_interp.h193 struct type_cache { struct
307 struct type_cache type_cache; member
/third_party/python/Objects/
Dtypeobject.c223 static struct type_cache*
227 return &interp->type_cache; in get_type_cache()
232 type_cache_clear(struct type_cache *cache, int use_none) in type_cache_clear()
256 struct type_cache *cache = &interp->type_cache; in _PyType_InitCache()
273 struct type_cache *cache = &interp->type_cache; in _PyType_ClearCache()
410 assign_version_tag(struct type_cache *cache, PyTypeObject *type) in assign_version_tag()
3806 struct type_cache *cache = get_type_cache(); in _PyType_Lookup()