Searched refs:LoadDexFiles (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | oat_file_assistant.h | 191 static std::vector<std::unique_ptr<const DexFile>> LoadDexFiles( 197 static bool LoadDexFiles(const OatFile& oat_file,
|
D | hidden_api_test.cc | 506 static bool LoadDexFiles(const std::string& path, in LoadDexFiles() function 586 ASSERT_TRUE(LoadDexFiles(data_location_path, soa, &dex_files, &class_loader, &error_msg)) in TEST_F() 609 ASSERT_TRUE(LoadDexFiles(system_location_path, soa, &dex_files, &class_loader, &error_msg)) in TEST_F() 632 ASSERT_TRUE(LoadDexFiles(system_ext_location_path, soa, &dex_files, &class_loader, &error_msg)) in TEST_F() 657 ASSERT_TRUE(LoadDexFiles(system_framework_location_path, in TEST_F() 684 ASSERT_TRUE(LoadDexFiles(system_ext_framework_location_path, in TEST_F() 711 ASSERT_TRUE(LoadDexFiles(data_multi_location_path, soa, &dex_files, &class_loader, &error_msg)) in TEST_F() 736 ASSERT_TRUE(LoadDexFiles(system_multi_location_path, soa, &dex_files, &class_loader, &error_msg)) in TEST_F() 761 …ASSERT_TRUE(LoadDexFiles(system_ext_multi_location_path, soa, &dex_files, &class_loader, &error_ms… in TEST_F() 787 ASSERT_TRUE(LoadDexFiles(system_framework_multi_location_path, in TEST_F() [all …]
|
D | oat_file_assistant_test.cc | 164 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F() 658 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F() 907 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F() 959 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F() 987 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F() 1016 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F() 1214 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F() 1235 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
|
D | oat_file_assistant.cc | 252 std::vector<std::unique_ptr<const DexFile>> OatFileAssistant::LoadDexFiles( in LoadDexFiles() function in art::OatFileAssistant 255 if (LoadDexFiles(oat_file, dex_location, &dex_files)) { in LoadDexFiles() 262 bool OatFileAssistant::LoadDexFiles( in LoadDexFiles() function in art::OatFileAssistant
|
D | oat_file_manager.cc | 338 dex_files = oat_file_assistant.LoadDexFiles(*oat_file.get(), dex_location); in OpenDexFilesFromOat()
|
D | class_loader_context.cc | 480 OatFileAssistant::LoadDexFiles(*oat_file, location, &oat_dex_files)) { in OpenDexFiles()
|
/art/dex2oat/ |
D | dex2oat_test.cc | 1198 OatFileAssistant::LoadDexFiles(*oat_file, stripped_classpath.c_str()); in TEST_F()
|