Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.h261 size_t CreateImageSections(ImageSection* out_sections) const;
Dimage_writer.cc693 image_info.CreateImageSections(unused_sections), kPageSize); in AllocMemory()
1834 image_info.image_size_ = RoundUp(image_info.CreateImageSections(unused_sections), kPageSize); in CalculateNewObjectOffsets()
1865 size_t ImageWriter::ImageInfo::CreateImageSections(ImageSection* out_sections) const { in CreateImageSections() function in art::ImageWriter::ImageInfo
1928 const size_t image_end = image_info.CreateImageSections(sections); in CreateHeader()