Searched defs:dex_filenames (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | oat_file.cc | 201 ArrayRef<const std::string> dex_filenames, in OpenOatFile() 243 ArrayRef<const std::string> dex_filenames, in OpenOatFile() 489 ArrayRef<const std::string> dex_filenames, in Setup() 1422 ArrayRef<const std::string> dex_filenames, in InitializeFromElfFile() 1611 ArrayRef<const std::string> dex_filenames, in Open() 1679 ArrayRef<const std::string> dex_filenames, in Open()
|
D | runtime.cc | 986 std::vector<std::string> dex_filenames; in Start() local 1120 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
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 129 const std::vector<const char*>& dex_filenames, in WriteElf()
|
/art/oatdump/ |
D | oatdump.cc | 2896 ArrayRef<const std::string> dex_filenames(&dex_filename_str, in DumpOat() local 2924 ArrayRef<const std::string> dex_filenames(&dex_filename_str, in SymbolizeOat() local 2974 ArrayRef<const std::string> dex_filenames(&dex_filename_str, in Dump() local
|