Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc1001 auto it = dex_file_oat_index_map_.find(dex_file); in PrepareDexCacheArraySlots()
1002 DCHECK(it != dex_file_oat_index_map_.end()) << dex_file->GetLocation(); in PrepareDexCacheArraySlots()
1020 CHECK(dex_file_oat_index_map_.find(dex_file) != dex_file_oat_index_map_.end()) in PrepareDexCacheArraySlots()
1467 dex_file_oat_index_map_.find(dex_cache->GetDexFile()) == dex_file_oat_index_map_.end(); in PruneAppImageClassInternal()
1765 return dex_file_oat_index_map_.find(obj->AsDexCache()->GetDexFile()) == in PruneNonImageClasses()
1766 dex_file_oat_index_map_.end(); in PruneNonImageClasses()
1859 for (auto& pair : dex_file_oat_index_map_) { in CollectDexCaches()
2346 auto it = dex_file_oat_index_map_.find(dex_file); in CalculateNewObjectOffsets()
2347 DCHECK(it != dex_file_oat_index_map_.end()) << dex_file->GetLocation(); in CalculateNewObjectOffsets()
3549 auto it = dex_file_oat_index_map_.find(dex_file); in GetOatIndexForDexFile()
[all …]
Dimage_writer.h798 const std::unordered_map<const DexFile*, size_t>& dex_file_oat_index_map_; variable
/art/dex2oat/
Ddex2oat.cc1598 dex_file_oat_index_map_.emplace(dex_file.get(), i); in Setup()
1982 dex_file_oat_index_map_, in WriteOutputFiles()
2808 std::unordered_map<const DexFile*, size_t> dex_file_oat_index_map_; member in art::Dex2Oat