Searched defs:dex_filenames (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/art/runtime/oat/ |
H A D | oat_file.cc | 221 ArrayRef<const std::string> dex_filenames, in OpenOatFile() 264 ArrayRef<const std::string> dex_filenames, in OpenOatFile() 624 ArrayRef<const std::string> dex_filenames, in Setup() 1636 ArrayRef<const std::string> dex_filenames, in InitializeFromElfFile() 1930 ArrayRef<const std::string> dex_filenames, in Open() 2000 ArrayRef<const std::string> dex_filenames, in Open()
|
/aosp_15_r20/art/runtime/gc/space/ |
H A D | image_space_test.cc | 255 std::vector<std::string> dex_filenames{dex1, multidex1, dex2}; in TEST_F() local
|
H A D | image_space.cc | 1779 auto dex_filenames = in ValidateOatFile() local 2863 ArrayRef<const std::string> dex_filenames, in OpenOatFile() 3455 ArrayRef<const std::string> dex_filenames, in ValidateOatFile()
|
/aosp_15_r20/art/runtime/ |
H A D | runtime.cc | 1172 std::vector<std::string> dex_filenames; in Start() local 1373 static size_t OpenBootDexFiles(ArrayRef<const std::string> dex_filenames, in OpenBootDexFiles()
|
/aosp_15_r20/art/dex2oat/linker/ |
H A D | oat_writer_test.cc | 124 const std::vector<const char*>& dex_filenames, in WriteElf()
|
/aosp_15_r20/art/oatdump/ |
H A D | oatdump.cc | 2511 ArrayRef<const std::string> dex_filenames = in OpenOat() local
|