Searched defs:image_locations (Results 1 - 2 of 2) sorted by relevance

/art/compiler/
H A Dimage_test.cc46 std::vector<ScratchFile> image_locations; member in struct:art::CompilationHelper
133 image_locations.push_back(ScratchFile(cur_location));
137 for (ScratchFile& file : image_locations) {
378 image.append(helper.image_locations[0].GetFilename());
/art/runtime/
H A Druntime.cc817 std::vector<std::string> image_locations; local
818 image_locations.push_back(image_location);
820 for (size_t index = 0; index < image_locations.size(); ++index) {
827 bool found_image = gc::space::ImageSpace::FindImageFilename(image_locations[index].c_str(),
845 ImageHeader::GetOatLocationFromImageLocation(image_locations[index].c_str());
890 gc::space::ImageSpace::ExtractMultiImageLocations(image_locations[0],
892 &image_locations);

Completed in 39 milliseconds