Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h196 enum ImageSections { enum
217 const ImageSection& GetImageSection(ImageSections index) const;
386 std::ostream& operator<<(std::ostream& os, const ImageHeader::ImageSections& section);
Dimage.cc143 const ImageSection& ImageHeader::GetImageSection(ImageSections index) const { in GetImageSection()
/art/runtime/gc/space/
Dimage_space.cc570 const auto section_idx = static_cast<ImageHeader::ImageSections>(i); in Init()
1896 auto section_type = static_cast<ImageHeader::ImageSections>(i); in DumpSections()
/art/compiler/
Dimage_writer.cc1810 LOG(INFO) << static_cast<ImageHeader::ImageSections>(idx) << " " << section; in CreateHeader()
/art/oatdump/
Doatdump.cc1743 auto section = static_cast<ImageHeader::ImageSections>(i); in Dump()