Searched defs:type_cache (Results 1 – 4 of 4) sorted by relevance
33 struct type_cache { struct34 struct type_cache_entry hashtable[1 << MCACHE_SIZE_EXP]; argument36 size_t hits;37 size_t misses;38 size_t collisions;
176 struct type_cache type_cache; member
337 TypeCache const* type_cache = TypeCache::Get(); in ForJSArrayLength() local
196 TypeCache const* type_cache, Zone* type_zone) { in CanOverflowSigned32()