Home
last modified time | relevance | path

Searched refs:oat_dex_file (Results 26 – 26 of 26) sorted by relevance

12

/art/runtime/
Dclass_linker.cc1837 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(location, nullptr, error_msg); in OpenOatDexFile() local
1838 if (oat_dex_file == nullptr) { in OpenOatDexFile()
1842 dex_file = oat_dex_file->OpenDexFile(&inner_error_msg); in OpenOatDexFile()
1851 if (dex_file->GetLocationChecksum() != oat_dex_file->GetDexFileLocationChecksum()) { in OpenOatDexFile()
1855 oat_dex_file->GetDexFileLocationChecksum()); in OpenOatDexFile()
4945 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in VerifyClassUsingOatFile() local
4947 if (oat_dex_file == nullptr || oat_dex_file->GetOatFile() == nullptr) { in VerifyClassUsingOatFile()
4952 oat_file_class_status = oat_dex_file->GetOatClass(class_def_index).GetStatus(); in VerifyClassUsingOatFile()

12