Searched refs:class_oat_file (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc5514 const OatFile* class_oat_file = nullptr; local
5516 class_oat_file = class_oat_dex_file->GetOatFile();
5519 if (class_oat_file != nullptr) {
5526 if (loaded_super_oat_file != nullptr && class_oat_file != loaded_super_oat_file) {
5542 class_oat_file->GetLocation().c_str(),
5548 class_oat_file->GetLocation().c_str(),

Completed in 22 milliseconds