Searched refs:oat_it (Results 1 – 1 of 1) sorted by relevance
94 auto oat_it = dex_file_oat_index_map_.find(dex_file); in GetDexCacheArrayElementImageAddress() local95 DCHECK(oat_it != dex_file_oat_index_map_.end()); in GetDexCacheArrayElementImageAddress()96 const ImageInfo& image_info = GetImageInfo(oat_it->second); in GetDexCacheArrayElementImageAddress()