Home | History | Annotate | Download | only in src

Lines Matching refs:MapCache

78 //           - MapCache
973 V(MapCache) \
3464 // MapCache.
3468 class MapCache: public HashTable<MapCache, MapCacheShape, HashTableKey*> {
3472 static Handle<MapCache> Put(
3473 Handle<MapCache> map_cache, Handle<FixedArray> key, Handle<Map> value);
3474 DECLARE_CAST(MapCache)
3477 DISALLOW_IMPLICIT_CONSTRUCTORS(MapCache);