Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc1312 std::unique_ptr<OatFile> odex_oat_file(OatFile::Open(odex_filename, odex_filename, nullptr, in OpenOatFileFromDexLocation() local
1315 if (odex_oat_file.get() != nullptr && CheckOatFile(runtime, odex_oat_file.get(), isa, in OpenOatFileFromDexLocation()
1319 return odex_oat_file.release(); in OpenOatFileFromDexLocation()
1326 if (odex_oat_file.get() != nullptr) { in OpenOatFileFromDexLocation()