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

/art/runtime/
H A Dimage.h214 enum ImageSections { enum
235 const ImageSection& GetImageSection(ImageSections index) const {
458 std::ostream& operator<<(std::ostream& os, const ImageHeader::ImageSections& section);
/art/imgdiag/
H A Dimgdiag.cc1366 const ImageHeader::ImageSections section = static_cast<ImageHeader::ImageSections>(i);
1390 const ImageHeader::ImageSections section = static_cast<ImageHeader::ImageSections>(i);
/art/runtime/gc/space/
H A Dimage_space.cc607 const auto section_idx = static_cast<ImageHeader::ImageSections>(i);
1982 auto section_type = static_cast<ImageHeader::ImageSections>(i);
/art/dex2oat/linker/
H A Dimage_writer.cc1946 LOG(INFO) << static_cast<ImageHeader::ImageSections>(idx) << " " << section;
/art/oatdump/
H A Doatdump.cc2000 auto section = static_cast<ImageHeader::ImageSections>(i);

Completed in 153 milliseconds