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

/art/runtime/
H A Dimage.h141 enum ImageSections { enum
153 const ImageSection& GetImageSection(ImageSections index) const;
221 std::ostream& operator<<(std::ostream& os, const ImageHeader::ImageSections& section);
H A Dimage.cc141 const ImageSection& ImageHeader::GetImageSection(ImageSections index) const {
/art/runtime/gc/space/
H A Dimage_space.cc694 const auto section_idx = static_cast<ImageHeader::ImageSections>(i);
/art/compiler/
H A Dimage_writer.cc1004 LOG(INFO) << static_cast<ImageHeader::ImageSections>(idx) << " " << section;
/art/oatdump/
H A Doatdump.cc1383 auto section = static_cast<ImageHeader::ImageSections>(i);

Completed in 71 milliseconds