Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.h298 std::pair<size_t, std::vector<ImageSection>> CreateImageSections() const;
Dimage_writer.cc332 std::vector<ImageSection> image_sections = image_info.CreateImageSections().second; in CopyMetadata()
946 const size_t length = RoundUp(image_info.CreateImageSections().first, kPageSize); in AllocMemory()
2492 image_info.image_size_ = RoundUp(image_info.CreateImageSections().first, kPageSize); in CalculateNewObjectOffsets()
2515 std::pair<size_t, std::vector<ImageSection>> ImageWriter::ImageInfo::CreateImageSections() const { in CreateImageSections() function in art::linker::ImageWriter::ImageInfo
2666 auto section_info_pair = image_info.CreateImageSections(); in CreateHeader()