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

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

Completed in 34 milliseconds