Searched refs:objects_end (Results 1 – 2 of 2) sorted by relevance
1034 uint32_t objects_end = new_space->GetImageHeader().GetObjectsSection().Size(); in RemapInternedStringDuplicates() local1035 DCHECK_ALIGNED(objects_end, kObjectAlignment); in RemapInternedStringDuplicates()1036 for (uint32_t pos = sizeof(ImageHeader); pos != objects_end; ) { in RemapInternedStringDuplicates()1510 uintptr_t objects_end = reinterpret_cast<uintptr_t>(target_base + objects_section.End()); in RelocateInPlace() local1512 bitmap->VisitMarkedRange(objects_begin, objects_end, fixup_object_visitor); in RelocateInPlace()2947 uint32_t objects_end = image_header.GetObjectsSection().Size(); in DoRelocateSpaces() local2948 DCHECK_ALIGNED(objects_end, kObjectAlignment); in DoRelocateSpaces()2949 for (uint32_t pos = sizeof(ImageHeader); pos != objects_end; ) { in DoRelocateSpaces()
1493 auto objects_end = reinterpret_cast<uintptr_t>(target_base + objects_section.End()); in CountInternedStringReferences() local1497 objects_end, in CountInternedStringReferences()