Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1169 const ImageSection& objects_section = image_header.GetObjectsSection(); in RelocateInPlace() local
1171 uint8_t* objects_location = target_base + objects_section.Offset(); in RelocateInPlace()
1178 reinterpret_cast<uintptr_t>(image_header.GetImageBegin()) + objects_section.End(), in RelocateInPlace()
1179 reinterpret_cast<uintptr_t>(target_base) + objects_section.End(), in RelocateInPlace()
1180 image_header.GetImageSize() - objects_section.End()); in RelocateInPlace()
1183 reinterpret_cast<uintptr_t>(image_header.GetImageBegin()) + objects_section.Offset(), in RelocateInPlace()
1185 objects_section.Size()); in RelocateInPlace()
1274 uintptr_t objects_begin = reinterpret_cast<uintptr_t>(target_base + objects_section.Offset()); in RelocateInPlace()
1275 uintptr_t objects_end = reinterpret_cast<uintptr_t>(target_base + objects_section.End()); in RelocateInPlace()
/art/runtime/
Dclass_linker.cc1404 const ImageSection& objects_section = image_header.GetObjectsSection(); in VerifyStringInterning() local
1406 auto objects_begin = reinterpret_cast<uintptr_t>(target_base + objects_section.Offset()); in VerifyStringInterning()
1407 auto objects_end = reinterpret_cast<uintptr_t>(target_base + objects_section.End()); in VerifyStringInterning()