Lines Matching refs:MapCache
1318 Handle<MapCache> Factory::NewMapCache(int at_least_space_for) {
1320 MapCache::Allocate(at_least_space_for), MapCache);
1329 MapCache::cast(context->map_cache())->Put(keys, map);
1332 context->set_map_cache(MapCache::cast(result));
1337 Handle<MapCache> Factory::AddToMapCache(Handle<Context> context,
1341 UpdateMapCacheWith(*context, *keys, *map), MapCache);
1349 Handle<MapCache> new_cache = NewMapCache(24);
1353 Handle<MapCache> cache =
1354 Handle<MapCache>(MapCache::cast(context->map_cache()));