Searched refs:LoadDexFiles (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | oat_file_assistant_test.cc | 563 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F() 614 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F() 728 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F() 795 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F() 900 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F() 932 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F() 974 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F() 1049 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F() 1068 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F() 1087 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F() [all …]
|
D | oat_file_assistant.h | 196 static std::vector<std::unique_ptr<const DexFile>> LoadDexFiles(
|
D | oat_file_manager.cc | 686 dex_files = oat_file_assistant.LoadDexFiles(*source_oat_file, dex_location); in OpenDexFilesFromOat()
|
D | oat_file_assistant.cc | 268 std::vector<std::unique_ptr<const DexFile>> OatFileAssistant::LoadDexFiles( in LoadDexFiles() function in art::OatFileAssistant
|
/art/dex2oat/ |
D | dex2oat.cc | 2005 oat_file_assistant.LoadDexFiles(*oat_file, location.c_str()); in OpenClassPathFiles()
|