Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer_test.cc650 ASSERT_EQ(2u, opened_oat_file->GetOatDexFiles().size()); in TestDexFileInput()
652 opened_oat_file->GetOatDexFiles()[0]->OpenDexFile(&error_msg); in TestDexFileInput()
654 opened_oat_file->GetOatDexFiles()[1]->OpenDexFile(&error_msg); in TestDexFileInput()
656 ASSERT_EQ(opened_oat_file->GetOatDexFiles()[0]->GetDexFileLocationChecksum(), in TestDexFileInput()
658 ASSERT_EQ(opened_oat_file->GetOatDexFiles()[1]->GetDexFileLocationChecksum(), in TestDexFileInput()
777 ASSERT_EQ(2u, opened_oat_file->GetOatDexFiles().size()); in TestZipFileInput()
779 opened_oat_file->GetOatDexFiles()[0]->OpenDexFile(&error_msg); in TestZipFileInput()
781 opened_oat_file->GetOatDexFiles()[1]->OpenDexFile(&error_msg); in TestZipFileInput()
827 ASSERT_EQ(2u, opened_oat_file->GetOatDexFiles().size()); in TestZipFileInput()
829 opened_oat_file->GetOatDexFiles()[0]->OpenDexFile(&error_msg); in TestZipFileInput()
[all …]
/art/runtime/
Doat_file_test.cc115 ASSERT_EQ(2u, odex_file->GetOatDexFiles().size()); in TEST_F()
Doat_file_manager.cc95 const std::vector<const OatDexFile*>& oat_dex_files = oat_file->GetOatDexFiles(); in FindOpenedOatFileFromDexLocation()
259 for (const OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) { in AddDexFilesFromOat()
Doat_file.h274 const std::vector<const OatDexFile*>& GetOatDexFiles() const { in GetOatDexFiles() function
Druntime.cc1039 for (const OatFile::OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) { in OpenDexFilesFromImage()
/art/dex2oat/
Ddex2oat_test.cc566 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult()
837 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult()
990 ASSERT_GE(odex_file->GetOatDexFiles().size(), 1u); in CheckResult()
993 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult()
1384 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F()
1498 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F()
1744 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F()
1886 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F()
/art/oatdump/
Doatdump.cc234 std::vector<const OatFile::OatDexFile*> oat_dex_files = oat_file_->GetOatDexFiles(); in Walk()
391 oat_dex_files_(oat_file.GetOatDexFiles()), in OatDumper()
2103 for (const OatFile::OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) { in Dump()
3029 for (const OatFile::OatDexFile* odf : oat_file_ptr->GetOatDexFiles()) { in InstallOatFile()
/art/runtime/gc/space/
Dimage_space.cc1878 for (const OatFile::OatDexFile* oat_dex_file : oat_file.GetOatDexFiles()) { in ValidateOatFile()