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

/art/runtime/
H A Dsafe_map.h37 typedef typename ::std::map<K, V, Comparator, Allocator>::key_compare key_compare; typedef in class:art::SafeMap
48 explicit SafeMap(const key_compare& cmp, const allocator_type& allocator = allocator_type())
58 key_compare key_comp() const { return map_.key_comp(); }
/art/compiler/driver/
H A Dcompiler_driver.cc371 compiled_methods_(MethodTable::key_compare()),

Completed in 55 milliseconds