Searched refs:image_locations (Results 1 – 9 of 9) sorted by relevance
/art/dex2oat/linker/ |
D | image_test.h | 66 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()
|
D | image_write_read_test.cc | 71 image.append(helper.image_locations[0].GetFilename()); in TestWriteRead()
|
/art/runtime/ |
D | oat_file_assistant_context.h | 41 const std::vector<std::string>& image_locations; member
|
D | oat_file_assistant_context.cc | 54 .image_locations = runtime->GetImageLocations(), in OatFileAssistantContext() 121 ArrayRef<const std::string>(runtime_options_->image_locations), in GetBootImageInfoList()
|
D | parsed_options.cc | 785 std::string image_locations = in DoParse() local 787 args.Set(M::Image, ParseStringList<':'>::Split(image_locations)); in DoParse()
|
D | oat_file_assistant_test.cc | 190 .image_locations = runtime_->GetImageLocations(), in CreateOatFileAssistantContext()
|
/art/runtime/gc/space/ |
D | image_space.h | 143 const std::vector<std::string>& image_locations, 344 BootImageLayout(ArrayRef<const std::string> image_locations, 352 : image_locations_(image_locations), in image_locations_() argument
|
D | image_space.cc | 2210 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/ |
D | artd.cc | 1109 .image_locations = *OR_RETURN(GetBootImageLocations()), in GetOatFileAssistantContext()
|