Searched refs:CreateImageSections (Results 1 – 2 of 2) sorted by relevance
295 std::pair<size_t, dchecked_vector<ImageSection>> CreateImageSections() const;
343 dchecked_vector<ImageSection> image_sections = image_info.CreateImageSections().second; in CopyMetadata()868 const size_t length = RoundUp(image_info.CreateImageSections().first, kPageSize); in AllocMemory()2508 image_info.image_size_ = RoundUp(image_info.CreateImageSections().first, kPageSize); in CalculateNewObjectOffsets()2531 ImageWriter::ImageInfo::CreateImageSections() const { in CreateImageSections() function in art::linker::ImageWriter::ImageInfo2673 auto section_info_pair = image_info.CreateImageSections(); in CreateHeader()