Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_test.h66 std::vector<ScratchFile> image_locations; member
181 std::vector<std::string> image_locations = in DoCompile() local
186 out_helper.image_locations.push_back(ScratchFile(image_locations[i])); in DoCompile()
190 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/oat/
Doat_file_assistant_context.h42 const std::vector<std::string>& image_locations; member
Doat_file_assistant_context.cc56 .image_locations = runtime->GetImageLocations(), in OatFileAssistantContext()
123 ArrayRef<const std::string>(runtime_options_->image_locations), in GetBootImageInfoList()
Doat_file_assistant_test.cc194 .image_locations = runtime_->GetImageLocations(), in CreateOatFileAssistantContext()
/art/runtime/gc/space/
Dimage_space.h142 const std::vector<std::string>& image_locations,
347 BootImageLayout(ArrayRef<const std::string> image_locations, in BootImageLayout() argument
355 : image_locations_(image_locations), in BootImageLayout()
Dimage_space.cc2230 const std::vector<std::string>& image_locations, in BootImageLoader() argument
2241 image_locations_(image_locations), in BootImageLoader()
3304 const std::vector<std::string>& image_locations, in LoadBootImage() argument
3321 if (image_locations.empty()) { in LoadBootImage()
3331 image_locations, in LoadBootImage()
3347 << Join(image_locations, kComponentSeparator) in LoadBootImage()
/art/cmdline/
Dcmdline.h280 .image_locations = boot_image_locations_, in GetOatFileAssistantContext()
/art/runtime/
Dparsed_options.cc788 std::string image_locations = in DoParse() local
790 args.Set(M::Image, ParseStringList<':'>::Split(image_locations)); in DoParse()
/art/artd/
Dartd.cc1508 .image_locations = *OR_RETURN(GetBootImageLocations()), in GetOatFileAssistantContext()