Searched refs:GetOatDexFiles (Results 1 – 7 of 7) sorted by relevance
619 ASSERT_EQ(2u, opened_oat_file->GetOatDexFiles().size()); in TestDexFileInput()621 opened_oat_file->GetOatDexFiles()[0]->OpenDexFile(&error_msg); in TestDexFileInput()623 opened_oat_file->GetOatDexFiles()[1]->OpenDexFile(&error_msg); in TestDexFileInput()625 ASSERT_EQ(opened_oat_file->GetOatDexFiles()[0]->GetDexFileLocationChecksum(), in TestDexFileInput()627 ASSERT_EQ(opened_oat_file->GetOatDexFiles()[1]->GetDexFileLocationChecksum(), in TestDexFileInput()745 ASSERT_EQ(2u, opened_oat_file->GetOatDexFiles().size()); in TestZipFileInput()747 opened_oat_file->GetOatDexFiles()[0]->OpenDexFile(&error_msg); in TestZipFileInput()749 opened_oat_file->GetOatDexFiles()[1]->OpenDexFile(&error_msg); in TestZipFileInput()795 ASSERT_EQ(2u, opened_oat_file->GetOatDexFiles().size()); in TestZipFileInput()797 opened_oat_file->GetOatDexFiles()[0]->OpenDexFile(&error_msg); in TestZipFileInput()[all …]
180 ASSERT_EQ(2u, odex_file->GetOatDexFiles().size()); in TEST_F()
278 const std::vector<const OatDexFile*>& GetOatDexFiles() const { in GetOatDexFiles() function
102 const std::vector<const OatDexFile*>& oat_dex_files = oat_file->GetOatDexFiles(); in FindOpenedOatFileFromDexLocation()268 for (const OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) { in AddDexFilesFromOat()
1450 const std::vector<const OatDexFile*>& oat_dex_files = GetOatDexFiles(); in IsClassVerifiedInVdex()2243 for (const OatDexFile* odf : GetOatDexFiles()) { in InitializeRelocations()
534 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult()806 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult()958 ASSERT_GE(odex_file->GetOatDexFiles().size(), 1u); in CheckResult()961 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult()1409 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F()1518 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F()1778 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F()1916 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F()
237 std::vector<const OatDexFile*> oat_dex_files = oat_file_->GetOatDexFiles(); in Walk()387 oat_dex_files_(oat_file.GetOatDexFiles()), in OatDumper()1910 for (const OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) { in Dump()2820 for (const OatDexFile* odf : oat_file_ptr->GetOatDexFiles()) { in InstallOatFile()