Searched refs:CreateImageSections (Results 1 – 2 of 2) sorted by relevance
249 size_t CreateImageSections(ImageSection* out_sections) const;
659 image_info.CreateImageSections(unused_sections), kPageSize); in AllocMemory()1416 image_info.image_size_ = RoundUp(image_info.CreateImageSections(unused_sections), kPageSize); in CalculateNewObjectOffsets()1443 size_t ImageWriter::ImageInfo::CreateImageSections(ImageSection* out_sections) const { in CreateImageSections() function in art::ImageWriter::ImageInfo1503 const size_t image_end = image_info.CreateImageSections(sections); in CreateHeader()