Searched defs:objects_section (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/space/
H A Dimage_space.cc1022 const ImageSection& objects_section = image_header.GetImageSection(ImageHeader::kSectionObjects); local
1023 uintptr_t objects_begin = reinterpret_cast<uintptr_t>(target_base + objects_section.Offset());
1024 uintptr_t objects_end = reinterpret_cast<uintptr_t>(target_base + objects_section.End());
/art/compiler/
H A Dimage_writer.cc1566 ImageSection* objects_section = &out_sections[ImageHeader::kSectionObjects]; local
1567 *objects_section = ImageSection(0u, image_end_);

Completed in 76 milliseconds