HomeSort by relevance Sort by last modified time
    Searched refs:MapAllocator (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
lithium.cc 274 deprecation_dependencies_(MapLess(), MapAllocator(info->zone())),
275 stability_dependencies_(MapLess(), MapAllocator(info->zone())) {}
lithium.h 683 typedef zone_allocator<Handle<Map> > MapAllocator;
684 typedef std::set<Handle<Map>, MapLess, MapAllocator> MapSet;

Completed in 131 milliseconds