Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1275 uintptr_t objects_end = reinterpret_cast<uintptr_t>(target_base + objects_section.End()); in RelocateInPlace() local
1277 bitmap->VisitMarkedRange(objects_begin, objects_end, fixup_object_visitor); in RelocateInPlace()
1692 uint32_t objects_end = image_header.GetObjectsSection().Size(); in DoRelocateSpaces() local
1693 DCHECK_ALIGNED(objects_end, kObjectAlignment); in DoRelocateSpaces()
1694 for (uint32_t pos = sizeof(ImageHeader); pos != objects_end; ) { in DoRelocateSpaces()
/art/runtime/
Dclass_linker.cc1407 auto objects_end = reinterpret_cast<uintptr_t>(target_base + objects_section.End()); in VerifyStringInterning() local
1411 objects_end, in VerifyStringInterning()