Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc1243 auto canonical_it = oat_dex_files_.find(canonical_key); in GetOatDexFile() local
1244 if (canonical_it != oat_dex_files_.end()) { in GetOatDexFile()
1245 oat_dex_file = canonical_it->second; in GetOatDexFile()