Home
last modified time | relevance | path

Searched refs:dex_filenames (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Doat_file.cc115 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()
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()
[all …]
Doat_file.h107 ArrayRef<const std::string> dex_filenames,
153 ArrayRef<const std::string> dex_filenames,
Druntime.cc1006 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/
Dimage_space_test.cc252 std::vector<std::string> dex_filenames{ dex1, multidex1, dex2 }; in TEST_F() local
258 ArrayRef<const std::string>(dex_filenames), in TEST_F()
Dimage_space.cc2813 ArrayRef<const std::string> dex_filenames, in OpenOatFile() argument
2840 dex_filenames, in OpenOatFile()
2850 dex_filenames, in OpenOatFile()
/art/dex2oat/linker/
Doat_writer_test.cc129 const std::vector<const char*>& dex_filenames, in WriteElf() argument
140 for (const char* dex_filename : dex_filenames) { in WriteElf()
/art/oatdump/
Doatdump.cc2544 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()