Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h254 enum ImageSections { enum
278 ImageSection& GetImageSection(ImageSections index) { in GetImageSection()
283 const ImageSection& GetImageSection(ImageSections index) const { in GetImageSection()
584 std::ostream& operator<<(std::ostream& os, ImageHeader::ImageSections section);
/art/imgdiag/
Dimgdiag.cc1406 const ImageHeader::ImageSections section = static_cast<ImageHeader::ImageSections>(i); in ComputeDirtyBytes()
1430 const ImageHeader::ImageSections section = static_cast<ImageHeader::ImageSections>(i); in ComputeDirtyBytes()
/art/compiler/optimizing/
Dcode_generator.cc889 static uint32_t GetBootImageOffsetImpl(const void* object, ImageHeader::ImageSections section) { in GetBootImageOffsetImpl()
/art/runtime/gc/space/
Dimage_space.cc890 const auto section_idx = static_cast<ImageHeader::ImageSections>(i); in Init()
4160 auto section_type = static_cast<ImageHeader::ImageSections>(i); in DumpSections()
/art/oatdump/
Doatdump.cc1825 auto section = static_cast<ImageHeader::ImageSections>(i); in Dump()
/art/dex2oat/linker/
Dimage_writer.cc2678 LOG(INFO) << static_cast<ImageHeader::ImageSections>(idx) << " " << section; in CreateHeader()