Home
last modified time | relevance | path

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

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