Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer_test.cc281 ASSERT_EQ(expected_oat_dexfile_count, opened_oat_file->GetOatDexFiles().size()); in CheckOatWriteResult()
291 opened_oat_file->GetOatDexFiles()[i]->OpenDexFile(&error_msg); in CheckOatWriteResult()
293 ASSERT_EQ(opened_oat_file->GetOatDexFiles()[i]->GetDexFileLocationChecksum(), in CheckOatWriteResult()
796 ASSERT_EQ(2u, opened_oat_file->GetOatDexFiles().size()); in TestZipFileInput()
798 opened_oat_file->GetOatDexFiles()[0]->OpenDexFile(&error_msg); in TestZipFileInput()
800 opened_oat_file->GetOatDexFiles()[1]->OpenDexFile(&error_msg); in TestZipFileInput()
845 ASSERT_EQ(2u, opened_oat_file->GetOatDexFiles().size()); in TestZipFileInput()
847 opened_oat_file->GetOatDexFiles()[0]->OpenDexFile(&error_msg); in TestZipFileInput()
849 opened_oat_file->GetOatDexFiles()[1]->OpenDexFile(&error_msg); in TestZipFileInput()
/art/runtime/
Doat_file_test.cc77 ASSERT_EQ(2u, odex_file->GetOatDexFiles().size()); in TEST_F()
Dmodule_exclusion_test.cc182 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in TEST_F()
Doat_file.h308 const std::vector<const OatDexFile*>& GetOatDexFiles() const { in GetOatDexFiles() function
Doat_file_manager.cc102 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()
Doat_file.cc1552 const std::vector<const OatDexFile*>& oat_dex_files = GetOatDexFiles(); in IsClassVerifiedInVdex()
2228 for (const OatDexFile* odf : GetOatDexFiles()) { in InitializeRelocations()
/art/dex2oat/
Ddex2oat_test.cc548 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult()
817 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult()
977 ASSERT_GE(odex_file->GetOatDexFiles().size(), 1u); in CheckResult()
980 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult()
1004 ASSERT_GE(odex_file->GetOatDexFiles().size(), 1u); in GetDexFileChecksums()
1005 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in GetDexFileChecksums()
1440 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F()
1548 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F()
1811 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F()
1947 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F()
/art/runtime/gc/space/
Dimage_space.cc3756 for (const OatDexFile* oat_dex_file : oat_file.GetOatDexFiles()) { in ValidateOatFile()
3824 DCHECK_NE(main_space->oat_file_non_owned_->GetOatDexFiles().size(), 0u); in GetBootClassPathChecksums()
3825 DCHECK_EQ(main_space->oat_file_non_owned_->GetOatDexFiles()[0]->GetDexFileLocation(), in GetBootClassPathChecksums()
3839 size_t num_dex_files = oat_file->GetOatDexFiles().size(); in GetBootClassPathChecksums()
3842 CHECK_LE(oat_file->GetOatDexFiles().size(), boot_class_path.size() - bcp_pos); in GetBootClassPathChecksums()
3844 CHECK_EQ(oat_file->GetOatDexFiles()[i]->GetDexFileLocation(), in GetBootClassPathChecksums()
4055 size_t num_dex_files = oat_file->GetOatDexFiles().size(); in VerifyBootClassPathChecksums()
4057 const std::string main_location = oat_file->GetOatDexFiles()[0]->GetDexFileLocation(); in VerifyBootClassPathChecksums()
4063 oat_file->GetOatDexFiles()[i]->GetDexFileLocation().c_str())) { in VerifyBootClassPathChecksums()
/art/oatdump/
Doatdump.cc234 std::vector<const OatDexFile*> oat_dex_files = oat_file_->GetOatDexFiles(); in Walk()
384 oat_dex_files_(oat_file.GetOatDexFiles()), in OatDumper()
1907 for (const OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) { in Dump()
2829 for (const OatDexFile* odf : oat_file_ptr->GetOatDexFiles()) { in InstallOatFile()