Searched refs:image_locations (Results 1 – 10 of 10) sorted by relevance
/art/dex2oat/linker/ |
D | image_test.h | 66 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()
|
D | image_write_read_test.cc | 71 image.append(helper.image_locations[0].GetFilename()); in TestWriteRead()
|
/art/runtime/oat/ |
D | oat_file_assistant_context.h | 42 const std::vector<std::string>& image_locations; member
|
D | oat_file_assistant_context.cc | 56 .image_locations = runtime->GetImageLocations(), in OatFileAssistantContext() 123 ArrayRef<const std::string>(runtime_options_->image_locations), in GetBootImageInfoList()
|
D | oat_file_assistant_test.cc | 194 .image_locations = runtime_->GetImageLocations(), in CreateOatFileAssistantContext()
|
/art/runtime/gc/space/ |
D | image_space.h | 142 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()
|
D | image_space.cc | 2230 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/ |
D | cmdline.h | 280 .image_locations = boot_image_locations_, in GetOatFileAssistantContext()
|
/art/runtime/ |
D | parsed_options.cc | 788 std::string image_locations = in DoParse() local 790 args.Set(M::Image, ParseStringList<':'>::Split(image_locations)); in DoParse()
|
/art/artd/ |
D | artd.cc | 1508 .image_locations = *OR_RETURN(GetBootImageLocations()), in GetOatFileAssistantContext()
|