Searched refs:dex_filenames (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | oat_file.cc | 115 ArrayRef<const std::string> dex_filenames, 128 ArrayRef<const std::string> dex_filenames, 169 bool Setup(int zip_fd, ArrayRef<const std::string> dex_filenames, std::string* error_msg); 203 ArrayRef<const std::string> dex_filenames, in OpenOatFile() argument 229 if (!ret->Setup(zip_fd, dex_filenames, error_msg)) { in OpenOatFile() 245 ArrayRef<const std::string> dex_filenames, in OpenOatFile() argument 269 if (!ret->Setup(zip_fd, dex_filenames, error_msg)) { in OpenOatFile() 514 ArrayRef<const std::string> dex_filenames, in Setup() argument 644 if (!dex_filenames.empty()) { in Setup() 645 if (dex_filenames_pos == dex_filenames.size()) { in Setup() [all …]
|
D | oat_file.h | 107 ArrayRef<const std::string> dex_filenames, 153 ArrayRef<const std::string> dex_filenames,
|
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()
|
/art/runtime/gc/space/ |
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()
|
D | image_space.cc | 2813 ArrayRef<const std::string> dex_filenames, in OpenOatFile() argument 2840 dex_filenames, in OpenOatFile() 2850 dex_filenames, in OpenOatFile()
|
/art/dex2oat/linker/ |
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()
|
/art/oatdump/ |
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()
|