Searched refs:dex_filenames (Results 1 – 7 of 7) sorted by relevance
/aosp12/art/runtime/ |
H A D | oat_file.cc | 229 if (!ret->Setup(zip_fd, dex_filenames, error_msg)) { in OpenOatFile() 269 if (!ret->Setup(zip_fd, dex_filenames, error_msg)) { in OpenOatFile() 571 ArrayRef<const std::string> dex_filenames, in Setup() argument 701 if (!dex_filenames.empty()) { in Setup() 702 if (dex_filenames_pos == dex_filenames.size()) { in Setup() 707 dex_filenames.size()); in Setup() 726 if (!dex_filenames.empty()) { in Setup() 819 (zip_fd != -1) || (!dex_filenames.empty() && dex_filenames_pos == dex_filenames.size()); in Setup() 1009 if (!dex_filenames.empty() && dex_filenames_pos != dex_filenames.size()) { in Setup() 1013 dex_filenames.size()); in Setup() [all …]
|
H A D | oat_file.h | 107 ArrayRef<const std::string> dex_filenames, 153 ArrayRef<const std::string> dex_filenames,
|
H A D | runtime.cc | 1006 std::vector<std::string> dex_filenames; in Start() local 1007 Split(class_path_string_, ':', &dex_filenames); in Start() 1017 dex_filenames, in Start() 1208 static size_t OpenBootDexFiles(ArrayRef<const std::string> dex_filenames, in OpenBootDexFiles() argument 1214 for (size_t i = 0; i < dex_filenames.size(); i++) { in OpenBootDexFiles() 1215 const char* dex_filename = dex_filenames[i].c_str(); in OpenBootDexFiles()
|
/aosp12/art/runtime/gc/space/ |
H A D | image_space_test.cc | 252 std::vector<std::string> dex_filenames{ dex1, multidex1, dex2 }; in TEST_F() local 258 ArrayRef<const std::string>(dex_filenames), in TEST_F()
|
H A D | image_space.cc | 2813 ArrayRef<const std::string> dex_filenames, in OpenOatFile() argument 2840 dex_filenames, in OpenOatFile() 2850 dex_filenames, in OpenOatFile()
|
/aosp12/art/dex2oat/linker/ |
H A D | oat_writer_test.cc | 129 const std::vector<const char*>& dex_filenames, in WriteElf() argument 140 for (const char* dex_filename : dex_filenames) { in WriteElf()
|
/aosp12/art/oatdump/ |
H A D | oatdump.cc | 2544 ArrayRef<const std::string> dex_filenames(&dex_filename_str, in DumpOat() local 2552 dex_filenames, in DumpOat() 2572 ArrayRef<const std::string> dex_filenames(&dex_filename_str, in SymbolizeOat() local 2580 dex_filenames, in SymbolizeOat() 2622 ArrayRef<const std::string> dex_filenames(&dex_filename_str, in Dump() local 2630 dex_filenames, in Dump()
|