Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.h94 auto oat_it = dex_file_oat_index_map_.find(dex_file); in GetDexCacheArrayElementImageAddress() local
95 DCHECK(oat_it != dex_file_oat_index_map_.end()); in GetDexCacheArrayElementImageAddress()
96 const ImageInfo& image_info = GetImageInfo(oat_it->second); in GetDexCacheArrayElementImageAddress()