Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc4480 const OatDexFile* other_oat_dex_file = entry.first->GetOatDexFile(); in FindDexCache() local
4482 (other_oat_dex_file == nullptr) ? nullptr : other_oat_dex_file->GetOatFile(); in FindDexCache()
4485 << " oat_dex_file=" << other_oat_dex_file in FindDexCache()