Searched refs:objects_section (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/space/
H A Dimage_space.cc1265 const ImageSection& objects_section = image_header.GetObjectsSection(); local
1266 uintptr_t objects_begin = reinterpret_cast<uintptr_t>(target_base + objects_section.Offset());
1267 uintptr_t objects_end = reinterpret_cast<uintptr_t>(target_base + objects_section.End());
/art/dex2oat/linker/
H A Dimage_writer.cc1876 ImageSection* objects_section = &out_sections[ImageHeader::kSectionObjects]; local
1877 *objects_section = ImageSection(0u, image_end_);
/art/runtime/
H A Dclass_linker.cc1347 const ImageSection& objects_section = image_header.GetObjectsSection(); local
1349 uintptr_t objects_begin = reinterpret_cast<uintptr_t>(target_base + objects_section.Offset());
1350 uintptr_t objects_end = reinterpret_cast<uintptr_t>(target_base + objects_section.End());

Completed in 60 milliseconds