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

/art/runtime/
H A Dclass_linker.cc5384 const OatFile* class_oat_file = nullptr; local
5386 class_oat_file = class_oat_dex_file->GetOatFile();
5389 if (class_oat_file != nullptr) {
5396 if (loaded_super_oat_file != nullptr && class_oat_file != loaded_super_oat_file) {
5412 class_oat_file->GetLocation().c_str(),
5418 class_oat_file->GetLocation().c_str(),

Completed in 71 milliseconds