Home
last modified time | relevance | path

Searched refs:result_it (Results 1 – 2 of 2) sorted by relevance

/art/compiler/sea_ir/types/
Dtypes.h39 art::SafeMap<int, const Type*>::const_iterator result_it = type_map_.find(instruction_id); in FindTypeOf() local
40 if (type_map_.end() != result_it) { in FindTypeOf()
41 return result_it->second; in FindTypeOf()
/art/compiler/utils/
Dscoped_hashtable.h41 typename std::map<K, V>::const_iterator result_it = (*scopes_it).find(k); in Lookup() local
42 if (result_it != (*scopes_it).end()) { in Lookup()
43 return (*result_it).second; in Lookup()