Home
last modified time | relevance | path

Searched defs:dex_filenames (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.cc1002 static size_t OpenDexFiles(const std::vector<std::string>& dex_filenames, in OpenDexFiles()
1346 std::vector<std::string> dex_filenames; in Init() local
2266 std::vector<std::string> dex_filenames; in CreateJit() local
/art/compiler/
Doat_test.cc151 const std::vector<const char*>& dex_filenames, in WriteElf()