Home
last modified time | relevance | path

Searched defs:type_cache (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/internal/
Dpycore_typeobject.h33 struct type_cache { struct
34 struct type_cache_entry hashtable[1 << MCACHE_SIZE_EXP]; argument
36 size_t hits;
37 size_t misses;
38 size_t collisions;
Dpycore_interp.h176 struct type_cache type_cache; member
/third_party/node/deps/v8/src/compiler/
Daccess-builder.cc337 TypeCache const* type_cache = TypeCache::Get(); in ForJSArrayLength() local
Dsimplified-lowering.cc196 TypeCache const* type_cache, Zone* type_zone) { in CanOverflowSigned32()