HomeSort by relevance Sort by last modified time
    Searched full:image_locations (Results 1 - 2 of 2) sorted by null

  /art/compiler/
image_test.cc 46 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/
runtime.cc 814 std::vector<std::string> image_locations; local
815 image_locations.push_back(image_location);
817 for (size_t index = 0; index < image_locations.size(); ++index) {
824 bool found_image = gc::space::ImageSpace::FindImageFilename(image_locations[index].c_str(),
842 ImageHeader::GetOatLocationFromImageLocation(image_locations[index].c_str());
887 gc::space::ImageSpace::ExtractMultiImageLocations(image_locations[0],
889 &image_locations);
    [all...]

Completed in 220 milliseconds