Home
last modified time | relevance | path

Searched refs:objects_section (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/space/
Dimage_space.cc1034 const ImageSection& objects_section = image_header.GetImageSection(ImageHeader::kSectionObjects); in RelocateInPlace() local
1035 uintptr_t objects_begin = reinterpret_cast<uintptr_t>(target_base + objects_section.Offset()); in RelocateInPlace()
1036 uintptr_t objects_end = reinterpret_cast<uintptr_t>(target_base + objects_section.End()); in RelocateInPlace()
/art/compiler/
Dimage_writer.cc1450 ImageSection* objects_section = &out_sections[ImageHeader::kSectionObjects]; in CreateImageSections() local
1451 *objects_section = ImageSection(0u, image_end_); in CreateImageSections()