Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h205 static std::vector<std::unique_ptr<const DexFile>> LoadDexFiles(
211 static bool LoadDexFiles(const OatFile& oat_file,
Doat_file_assistant_test.cc185 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
736 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
1026 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
1084 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
1115 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
1147 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
1357 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
1381 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
Doat_file_assistant.cc269 std::vector<std::unique_ptr<const DexFile>> OatFileAssistant::LoadDexFiles( in LoadDexFiles() function in art::OatFileAssistant
272 if (LoadDexFiles(oat_file, dex_location, &dex_files)) { in LoadDexFiles()
279 bool OatFileAssistant::LoadDexFiles( in LoadDexFiles() function in art::OatFileAssistant
Dhidden_api_test.cc61 static bool LoadDexFiles(const std::string& path, in LoadDexFiles() function
200 ASSERT_TRUE(LoadDexFiles(location, soa, &dex_files, &class_loader, &error_msg)) in TestLocation()
Doat_file_manager.cc323 dex_files = oat_file_assistant.LoadDexFiles(*oat_file.get(), dex_location); in OpenDexFilesFromOat()