Home
last modified time | relevance | path

Searched refs:ImageSections (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dimage.h261 enum ImageSections { enum
285 static const char* GetImageSectionName(ImageSections index);
287 ImageSection& GetImageSection(ImageSections index) { in GetImageSection()
292 const ImageSection& GetImageSection(ImageSections index) const { in GetImageSection()
594 std::ostream& operator<<(std::ostream& os, ImageHeader::ImageSections section);
Dimage.cc235 const char* ImageHeader::GetImageSectionName(ImageSections index) { in GetImageSectionName()
/art/imgdiag/
Dimgdiag.cc1325 const ImageHeader::ImageSections section = static_cast<ImageHeader::ImageSections>(i); in ComputeDirtyBytes()
1355 const ImageHeader::ImageSections section = static_cast<ImageHeader::ImageSections>(i); in PrintMappingData()
/art/oatdump/
Doatdump.cc1783 auto section = static_cast<ImageHeader::ImageSections>(i); in Dump()
1936 for (size_t i = 0; i < ImageHeader::ImageSections::kSectionCount; i++) { in Dump()
1937 ImageHeader::ImageSections index = ImageHeader::ImageSections(i); in Dump()
/art/runtime/gc/space/
Dimage_space.cc724 const auto section_idx = static_cast<ImageHeader::ImageSections>(i); in Init()
3771 auto section_type = static_cast<ImageHeader::ImageSections>(i); in DumpSections()
/art/compiler/optimizing/
Dcode_generator.cc903 static uint32_t GetBootImageOffsetImpl(const void* object, ImageHeader::ImageSections section) { in GetBootImageOffsetImpl()
/art/dex2oat/linker/
Dimage_writer.cc2694 LOG(INFO) << static_cast<ImageHeader::ImageSections>(idx) << " " << section; in CreateHeader()