Searched refs:dex_filenames (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | oat_file.cc | 114 ArrayRef<const std::string> dex_filenames, 127 ArrayRef<const std::string> dex_filenames, 169 bool Setup(int zip_fd, ArrayRef<const std::string> dex_filenames, std::string* error_msg); 202 ArrayRef<const std::string> dex_filenames, in OpenOatFile() argument 228 if (!ret->Setup(zip_fd, dex_filenames, error_msg)) { in OpenOatFile() 244 ArrayRef<const std::string> dex_filenames, in OpenOatFile() argument 268 if (!ret->Setup(zip_fd, dex_filenames, error_msg)) { in OpenOatFile() 490 ArrayRef<const std::string> dex_filenames, in Setup() argument 620 if (!dex_filenames.empty()) { in Setup() 621 if (dex_filenames_pos == dex_filenames.size()) { in Setup() [all …]
|
D | oat_file.h | 110 ArrayRef<const std::string> dex_filenames, 156 ArrayRef<const std::string> dex_filenames,
|
D | runtime.cc | 985 std::vector<std::string> dex_filenames; in Start() local 986 Split(class_path_string_, ':', &dex_filenames); in Start() 987 RegisterAppInfo(dex_filenames, jit_options_->GetProfileSaverOptions().GetProfilePath()); in Start() 1119 static size_t OpenBootDexFiles(ArrayRef<const std::string> dex_filenames, in OpenBootDexFiles() argument 1125 for (size_t i = 0; i < dex_filenames.size(); i++) { in OpenBootDexFiles() 1126 const char* dex_filename = dex_filenames[i].c_str(); in OpenBootDexFiles()
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 256 std::vector<std::string> dex_filenames{ dex1, multidex1, dex2 }; in TEST_F() local 262 ArrayRef<const std::string>(dex_filenames), in TEST_F()
|
D | image_space.cc | 3118 ArrayRef<const std::string> dex_filenames, in OpenOatFile() argument 3145 dex_filenames, in OpenOatFile() 3155 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 | 2910 ArrayRef<const std::string> dex_filenames(&dex_filename_str, in DumpOat() local 2918 dex_filenames, in DumpOat() 2938 ArrayRef<const std::string> dex_filenames(&dex_filename_str, in SymbolizeOat() local 2946 dex_filenames, in SymbolizeOat() 2988 ArrayRef<const std::string> dex_filenames(&dex_filename_str, in Dump() local 2996 dex_filenames, in Dump()
|