Home | History | Annotate | Download | only in space

Lines Matching refs:objects_end

1275       uintptr_t objects_end = reinterpret_cast<uintptr_t>(target_base + objects_section.End());
1277 bitmap->VisitMarkedRange(objects_begin, objects_end, fixup_object_visitor);
1692 uint32_t objects_end = image_header.GetObjectsSection().Size();
1693 DCHECK_ALIGNED(objects_end, kObjectAlignment);
1694 for (uint32_t pos = sizeof(ImageHeader); pos != objects_end; ) {