Searched defs:dex_filenames (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | oat_file.cc | 205 ArrayRef<const std::string> dex_filenames, in OpenOatFile() 248 ArrayRef<const std::string> dex_filenames, in OpenOatFile() 575 ArrayRef<const std::string> dex_filenames, in Setup() 1621 ArrayRef<const std::string> dex_filenames, in InitializeFromElfFile() 1903 ArrayRef<const std::string> dex_filenames, in Open() 1973 ArrayRef<const std::string> dex_filenames, in Open()
|
D | runtime.cc | 1078 std::vector<std::string> dex_filenames; in Start() local 1276 static size_t OpenBootDexFiles(ArrayRef<const std::string> dex_filenames, in OpenBootDexFiles()
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 255 std::vector<std::string> dex_filenames{dex1, multidex1, dex2}; in TEST_F() local
|
D | image_space.cc | 1748 auto dex_filenames = in ValidateOatFile() local 2835 ArrayRef<const std::string> dex_filenames, in OpenOatFile() 3435 ArrayRef<const std::string> dex_filenames, in ValidateOatFile()
|
/art/oatdump/ |
D | oatdump.cc | 2606 ArrayRef<const std::string> dex_filenames(&dex_filename_str, in DumpOat() local 2635 ArrayRef<const std::string> dex_filenames(&dex_filename_str, in SymbolizeOat() local 2686 ArrayRef<const std::string> dex_filenames(&dex_filename_str, in Dump() local
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 130 const std::vector<const char*>& dex_filenames, in WriteElf()
|