Searched refs:dex_locations_ (Results 1 – 2 of 2) sorted by relevance
/art/profman/ |
D | profman.cc | 245 dex_locations_.push_back(option.substr(strlen("--dex-location=")).ToString()); in ParseArgs() 317 CHECK_EQ(dex_locations_.size(), apks_fd_.size()); in OpenApkFilesFromLocations() 320 CHECK_EQ(dex_locations_.size(), apk_files_.size()); in OpenApkFilesFromLocations() 323 CHECK(dex_locations_.empty()); in OpenApkFilesFromLocations() 327 for (size_t i = 0; i < dex_locations_.size(); ++i) { in OpenApkFilesFromLocations() 332 dex_locations_[i], in OpenApkFilesFromLocations() 337 LOG(WARNING) << "OpenZip failed for '" << dex_locations_[i] << "' " << error_msg; in OpenApkFilesFromLocations() 342 dex_locations_[i], in OpenApkFilesFromLocations() 347 LOG(WARNING) << "Open failed for '" << dex_locations_[i] << "' " << error_msg; in OpenApkFilesFromLocations() 919 if (dex_locations_.empty()) { in CreateProfile() [all …]
|
/art/dex2oat/ |
D | dex2oat.cc | 878 if (dex_locations_.empty()) { in ProcessOptions() 880 dex_locations_.push_back(dex_file_name); in ProcessOptions() 882 } else if (dex_locations_.size() != dex_filenames_.size()) { in ProcessOptions() 1087 char_backing_storage_.reserve((dex_locations_.size() - 1) * num_expanded_files); in ExpandOatAndImageFilenames() 1090 for (size_t i = 1; i < dex_locations_.size(); ++i) { in ExpandOatAndImageFilenames() 1092 std::string image_name = CreateMultiImageName(dex_locations_[i], prefix, infix, ".art"); in ExpandOatAndImageFilenames() 1096 std::string oat_name = CreateMultiImageName(dex_locations_[i], prefix, infix, ".oat"); in ExpandOatAndImageFilenames() 1196 dex_locations_.push_back(option.substr(strlen("--dex-location=")).data()); in ParseArgs() 1556 gc::space::ImageSpace::GetMultiImageBootClassPath(dex_locations_, in Setup() 2476 DCHECK_EQ(dex_filenames_.size(), dex_locations_.size()); in PruneNonExistentDexFiles() [all …]
|