Home | History | Annotate | Download | only in src

Lines Matching refs:MapCache

1689 Handle<MapCache> Factory::NewMapCache(int at_least_space_for) {
1691 MapCache::Allocate(isolate()->heap(),
1693 MapCache);
1702 MapCache::cast(context->map_cache())->Put(keys, map);
1705 context->set_map_cache(MapCache::cast(result));
1710 Handle<MapCache> Factory::AddToMapCache(Handle<Context> context,
1714 UpdateMapCacheWith(*context, *keys, *map), MapCache);
1722 Handle<MapCache> new_cache = NewMapCache(24);
1726 Handle<MapCache> cache =
1727 Handle<MapCache>(MapCache::cast(context->map_cache()));