Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file_assistant.h281 static std::vector<std::unique_ptr<const DexFile>> LoadDexFiles(
287 static bool LoadDexFiles(const OatFile& oat_file,
Doat_file_assistant_test.cc308 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_P()
1005 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_P()
1331 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_P()
1365 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_P()
1399 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_P()
1434 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_P()
1657 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_P()
1684 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_P()
Doat_file_assistant.cc399 std::vector<std::unique_ptr<const DexFile>> OatFileAssistant::LoadDexFiles( in LoadDexFiles() function in art::OatFileAssistant
402 if (LoadDexFiles(oat_file, dex_location, &dex_files)) { in LoadDexFiles()
409 bool OatFileAssistant::LoadDexFiles(const OatFile& oat_file, in LoadDexFiles() function in art::OatFileAssistant
Doat_file_manager.cc386 dex_files = oat_file_assistant->LoadDexFiles(*oat_file.get(), dex_location); in OpenDexFilesFromOat()
/art/runtime/
Dhidden_api_test.cc67 static bool LoadDexFiles(const std::string& path, in LoadDexFiles() function
236 LoadDexFiles(unique_location.get(), soa.Self(), &dex_files, &class_loader, &error_msg)) in TestLocation()