Home
last modified time | relevance | path

Searched refs:ImageSections (Results 1 – 5 of 5) 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, const 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.cc838 static uint32_t GetBootImageOffsetImpl(const void* object, ImageHeader::ImageSections section) { in GetBootImageOffsetImpl()
/art/oatdump/
Doatdump.cc1821 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()