Home
last modified time | relevance | path

Searched refs:dex_locations (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/space/
Dimage_space.h130 static std::string GetMultiImageBootClassPath(const std::vector<const char*>& dex_locations,
Dimage_space.cc1832 const std::vector<const char*>& dex_locations, in GetMultiImageBootClassPath() argument
1840 for (size_t i = 0; i < dex_locations.size(); ++i) { in GetMultiImageBootClassPath()
1845 std::string dex_loc = dex_locations[i]; in GetMultiImageBootClassPath()
/art/runtime/
Druntime.cc1070 const std::vector<std::string>& dex_locations, in OpenDexFiles() argument
1082 const char* dex_location = dex_locations[i].c_str(); in OpenDexFiles()
1456 std::vector<std::string> dex_locations; in Init() local
1457 dex_locations.reserve(boot_class_path.size()); in Init()
1459 dex_locations.push_back(dex_file->GetLocation()); in Init()
1461 boot_class_path_string_ = android::base::Join(dex_locations, ':'); in Init()
1476 std::vector<std::string> dex_locations; in Init() local
1478 dex_locations = dex_filenames; in Init()
1480 dex_locations = runtime_options.GetOrDefault(Opt::BootClassPathLocations); in Init()
1481 CHECK_EQ(dex_filenames.size(), dex_locations.size()); in Init()
[all …]
/art/dex2oat/
Ddex2oat_test.cc66 int GenerateOdexForTestWithStatus(const std::vector<std::string>& dex_locations, in GenerateOdexForTestWithStatus() argument
75 for (const std::string& dex_location : dex_locations) {