Home
last modified time | relevance | path

Searched refs:LoadDexFiles (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Doat_file_assistant.h193 static std::vector<std::unique_ptr<const DexFile>> LoadDexFiles(
199 static bool LoadDexFiles(const OatFile& oat_file,
Dhidden_api_test.cc482 static bool LoadDexFiles(const std::string& path, in LoadDexFiles() function
554 ASSERT_TRUE(LoadDexFiles(data_location_path, soa, &dex_files, &class_loader, &error_msg)) in TEST_F()
577 ASSERT_TRUE(LoadDexFiles(system_location_path, soa, &dex_files, &class_loader, &error_msg)) in TEST_F()
601 ASSERT_TRUE(LoadDexFiles(system_framework_location_path, in TEST_F()
628 ASSERT_TRUE(LoadDexFiles(data_multi_location_path, soa, &dex_files, &class_loader, &error_msg)) in TEST_F()
653 ASSERT_TRUE(LoadDexFiles(system_multi_location_path, soa, &dex_files, &class_loader, &error_msg)) in TEST_F()
679 ASSERT_TRUE(LoadDexFiles(system_framework_multi_location_path, in TEST_F()
Doat_file_assistant_test.cc164 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()
908 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
948 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
1010 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
1062 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
1090 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
1119 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
1317 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
1338 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
Doat_file_assistant.cc259 std::vector<std::unique_ptr<const DexFile>> OatFileAssistant::LoadDexFiles( in LoadDexFiles() function in art::OatFileAssistant
262 if (LoadDexFiles(oat_file, dex_location, &dex_files)) { in LoadDexFiles()
269 bool OatFileAssistant::LoadDexFiles( in LoadDexFiles() function in art::OatFileAssistant
Doat_file_manager.cc611 dex_files = oat_file_assistant.LoadDexFiles(*source_oat_file, dex_location); in OpenDexFilesFromOat()
Dclass_loader_context.cc479 OatFileAssistant::LoadDexFiles(*oat_file, location, &oat_dex_files)) { in OpenDexFiles()
/art/dex2oat/
Ddex2oat_test.cc1204 OatFileAssistant::LoadDexFiles(*oat_file, stripped_classpath.c_str()); in TEST_F()