Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer_test.cc273 ASSERT_EQ(expected_oat_dexfile_count, opened_oat_file->GetOatDexFiles().size()); in CheckOatWriteResult()
283 opened_oat_file->GetOatDexFiles()[i]->OpenDexFile(&error_msg); in CheckOatWriteResult()
285 ASSERT_EQ(opened_oat_file->GetOatDexFiles()[i]->GetDexFileLocationChecksum(), in CheckOatWriteResult()
788 ASSERT_EQ(2u, opened_oat_file->GetOatDexFiles().size()); in TestZipFileInput()
790 opened_oat_file->GetOatDexFiles()[0]->OpenDexFile(&error_msg); in TestZipFileInput()
792 opened_oat_file->GetOatDexFiles()[1]->OpenDexFile(&error_msg); in TestZipFileInput()
837 ASSERT_EQ(2u, opened_oat_file->GetOatDexFiles().size()); in TestZipFileInput()
839 opened_oat_file->GetOatDexFiles()[0]->OpenDexFile(&error_msg); in TestZipFileInput()
841 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()
Doat_file.cc1565 const std::vector<const OatDexFile*>& oat_dex_files = GetOatDexFiles(); in IsClassVerifiedInVdex()
2243 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()
1429 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F()
1537 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F()
1800 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F()
1936 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()
1911 for (const OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) { in Dump()
2843 for (const OatDexFile* odf : oat_file_ptr->GetOatDexFiles()) { in InstallOatFile()