Home
last modified time | relevance | path

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

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