Searched defs:dex_filenames (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | oat_file.cc | 203 ArrayRef<const std::string> dex_filenames, in OpenOatFile() 245 ArrayRef<const std::string> dex_filenames, in OpenOatFile() 514 ArrayRef<const std::string> dex_filenames, in Setup() 1489 ArrayRef<const std::string> dex_filenames, in InitializeFromElfFile() 1735 ArrayRef<const std::string> dex_filenames, in Open() 1813 ArrayRef<const std::string> dex_filenames, in Open()
|
D | runtime.cc | 1006 std::vector<std::string> dex_filenames; in Start() local 1208 static size_t OpenBootDexFiles(ArrayRef<const std::string> dex_filenames, 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
|
D | image_space.cc | 2813 ArrayRef<const std::string> dex_filenames, in OpenOatFile()
|
/art/oatdump/ |
D | oatdump.cc | 2544 ArrayRef<const std::string> dex_filenames(&dex_filename_str, in DumpOat() local 2572 ArrayRef<const std::string> dex_filenames(&dex_filename_str, in SymbolizeOat() local 2622 ArrayRef<const std::string> dex_filenames(&dex_filename_str, in Dump() local
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 129 const std::vector<const char*>& dex_filenames, in WriteElf()
|