Home
last modified time | relevance | path

Searched refs:key_comp (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dsafe_map.h59 key_compare key_comp() const { return map_.key_comp(); } in key_comp() function
105 DCHECK(pos == map_.end() || map_.key_comp()(k, pos->first)); in PutBefore()
106 DCHECK(pos == map_.begin() || map_.key_comp()((--const_iterator(pos))->first, k)); in PutBefore()
111 DCHECK(pos == map_.end() || map_.key_comp()(k, pos->first)); in PutBefore()
112 DCHECK(pos == map_.begin() || map_.key_comp()((--const_iterator(pos))->first, k)); in PutBefore()
133 if (lb != end() && !key_comp()(k, lb->first)) { in GetOrCreate()
/art/compiler/optimizing/
Ddex_cache_array_fixups_arm.cc88 !dex_cache_array_bases_.key_comp()(&dex_file, lb->first)) { in GetOrCreateDexCacheArrayBase()
/art/compiler/utils/
Dswap_space.cc139 if (free_by_size_.key_comp()(*prev, new_value)) { in Alloc()
/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc335 if (lb == thunks_.end() || thunks_.key_comp()(key, lb->first)) { in ProcessPatches()