Lines Matching defs:cache
814 // If the source descriptors had an enum cache we copy it. This ensures
816 // on a cache always being available once it is set. If the map has more
817 // enumerated descriptors than available in the original cache, the cache
818 // will be lazily replaced by the extended cache when needed.
1188 Handle<NormalizedMapCache> cache;
1189 if (use_cache) cache = Handle<NormalizedMapCache>::cast(maybe_cache);
1193 cache->Get(fast_map, new_elements_kind, mode).ToHandle(&new_map)) {
1200 // except for the code cache, which can contain some ICs which can be
1201 // applied to the shared map, dependent code and weak cell cache.
1211 // that we got from the {cache} was already embedded into optimized
1214 // {cache} has already been marked as a migration target.
1245 cache->Set(fast_map, new_map);
1286 // Never even try to cache it in the transition tree, as it is intended