Searched refs:MapAllocator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dlithium.cc274 deprecation_dependencies_(MapLess(), MapAllocator(info->zone())),
275 stability_dependencies_(MapLess(), MapAllocator(info->zone())) {}
H A Dlithium.h683 typedef zone_allocator<Handle<Map> > MapAllocator; typedef in class:v8::internal::LChunk
684 typedef std::set<Handle<Map>, MapLess, MapAllocator> MapSet;

Completed in 392 milliseconds