Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h151 const std::vector<std::string>& dex_locations,
218 ArrayRef<const std::string> dex_locations,
Dimage_space.cc2317 const std::vector<std::string>& dex_locations, in ExpandMultiImageLocations() argument
2319 return ExpandMultiImageLocations(ArrayRef<const std::string>(dex_locations), image_location); in ExpandMultiImageLocations()
2323 ArrayRef<const std::string> dex_locations, in ExpandMultiImageLocations() argument
2325 DCHECK(!dex_locations.empty()); in ExpandMultiImageLocations()
2352 locations.reserve(dex_locations.size()); in ExpandMultiImageLocations()
2356 for (size_t i = 1u; i < dex_locations.size(); ++i) { in ExpandMultiImageLocations()
2359 std::string name = dex_locations[i]; in ExpandMultiImageLocations()
/art/runtime/
Druntime.cc1045 ArrayRef<const std::string> dex_locations, in OpenBootDexFiles() argument
1052 const char* dex_location = dex_locations[i].c_str(); in OpenBootDexFiles()
/art/dex2oat/
Ddex2oat_test.cc72 int GenerateOdexForTestWithStatus(const std::vector<std::string>& dex_locations, in GenerateOdexForTestWithStatus() argument
81 for (const std::string& dex_location : dex_locations) {