Searched refs:CreateImageSections (Results 1 - 2 of 2) sorted by relevance

/art/compiler/
H A Dimage_writer.cc659 image_info.CreateImageSections(unused_sections), kPageSize);
1416 image_info.image_size_ = RoundUp(image_info.CreateImageSections(unused_sections), kPageSize);
1443 size_t ImageWriter::ImageInfo::CreateImageSections(ImageSection* out_sections) const { function in class:art::ImageWriter::ImageInfo
1503 const size_t image_end = image_info.CreateImageSections(sections);
H A Dimage_writer.h249 size_t CreateImageSections(ImageSection* out_sections) const;

Completed in 69 milliseconds