Home | History | Annotate | Download | only in linker

Lines Matching full:oat_dex_file

443   const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation().c_str(),
445 ASSERT_TRUE(oat_dex_file != nullptr);
446 CHECK_EQ(dex_file.GetLocationChecksum(), oat_dex_file->GetDexFileLocationChecksum());
464 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(i);