Searched refs:LoadDexFiles (Results 1 – 5 of 5) sorted by relevance
/art/runtime/oat/ |
D | oat_file_assistant.h | 281 static std::vector<std::unique_ptr<const DexFile>> LoadDexFiles( 287 static bool LoadDexFiles(const OatFile& oat_file,
|
D | oat_file_assistant_test.cc | 308 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()
|
D | oat_file_assistant.cc | 399 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
|
D | oat_file_manager.cc | 386 dex_files = oat_file_assistant->LoadDexFiles(*oat_file.get(), dex_location); in OpenDexFilesFromOat()
|
/art/runtime/ |
D | hidden_api_test.cc | 67 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()
|