Home
last modified time | relevance | path

Searched refs:image_locations (Results 1 – 9 of 9) sorted by relevance

/art/dex2oat/linker/
Dimage_test.h66 std::vector<ScratchFile> image_locations; member
170 std::vector<std::string> image_locations = in DoCompile() local
175 out_helper.image_locations.push_back(ScratchFile(image_locations[i])); in DoCompile()
179 for (ScratchFile& file : out_helper.image_locations) { in DoCompile()
Dimage_write_read_test.cc71 image.append(helper.image_locations[0].GetFilename()); in TestWriteRead()
/art/runtime/
Doat_file_assistant_context.h41 const std::vector<std::string>& image_locations; member
Doat_file_assistant_context.cc54 .image_locations = runtime->GetImageLocations(), in OatFileAssistantContext()
121 ArrayRef<const std::string>(runtime_options_->image_locations), in GetBootImageInfoList()
Dparsed_options.cc785 std::string image_locations = in DoParse() local
787 args.Set(M::Image, ParseStringList<':'>::Split(image_locations)); in DoParse()
Doat_file_assistant_test.cc190 .image_locations = runtime_->GetImageLocations(), in CreateOatFileAssistantContext()
/art/runtime/gc/space/
Dimage_space.h143 const std::vector<std::string>& image_locations,
344 BootImageLayout(ArrayRef<const std::string> image_locations,
352 : image_locations_(image_locations), in image_locations_() argument
Dimage_space.cc2210 const std::vector<std::string>& image_locations, in BootImageLoader() argument
2220 image_locations_(image_locations), in BootImageLoader()
3286 const std::vector<std::string>& image_locations, in LoadBootImage() argument
3302 if (image_locations.empty()) { in LoadBootImage()
3312 image_locations, in LoadBootImage()
3343 << Join(image_locations, kComponentSeparator) << "'. Attempting to fall back to imageless " in LoadBootImage()
/art/artd/
Dartd.cc1109 .image_locations = *OR_RETURN(GetBootImageLocations()), in GetOatFileAssistantContext()