Searched refs:MapAllocator (Results 1 – 2 of 2) sorted by relevance
274 deprecation_dependencies_(MapLess(), MapAllocator(info->zone())), in LChunk()275 stability_dependencies_(MapLess(), MapAllocator(info->zone())) {} in LChunk()
683 typedef zone_allocator<Handle<Map> > MapAllocator; typedef684 typedef std::set<Handle<Map>, MapLess, MapAllocator> MapSet;