Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h247 enum ImageSections { enum
271 ImageSection& GetImageSection(ImageSections index) { in GetImageSection()
276 const ImageSection& GetImageSection(ImageSections index) const { in GetImageSection()
567 std::ostream& operator<<(std::ostream& os, const ImageHeader::ImageSections& section);
/art/imgdiag/
Dimgdiag.cc1400 const ImageHeader::ImageSections section = static_cast<ImageHeader::ImageSections>(i); in ComputeDirtyBytes()
1424 const ImageHeader::ImageSections section = static_cast<ImageHeader::ImageSections>(i); in ComputeDirtyBytes()
/art/runtime/gc/space/
Dimage_space.cc804 const auto section_idx = static_cast<ImageHeader::ImageSections>(i); in Init()
2377 auto section_type = static_cast<ImageHeader::ImageSections>(i); in DumpSections()
/art/compiler/optimizing/
Dcode_generator.cc793 static uint32_t GetBootImageOffsetImpl(const void* object, ImageHeader::ImageSections section) { in GetBootImageOffsetImpl()
/art/oatdump/
Doatdump.cc1822 auto section = static_cast<ImageHeader::ImageSections>(i); in Dump()
/art/dex2oat/linker/
Dimage_writer.cc2689 LOG(INFO) << static_cast<ImageHeader::ImageSections>(idx) << " " << section; in CreateHeader()