Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.cc871 uint32_t objects_end = new_space->GetImageHeader().GetObjectsSection().Size(); in RemapInternedStringDuplicates() local
1378 uintptr_t objects_end = reinterpret_cast<uintptr_t>(target_base + objects_section.End()); in RelocateInPlace() local
2697 uint32_t objects_end = image_header.GetObjectsSection().Size(); in DoRelocateSpaces() local
/aosp_15_r20/art/runtime/
H A Dclass_linker.cc1619 auto objects_end = reinterpret_cast<uintptr_t>(target_base + objects_section.End()); in CountInternedStringReferences() local
1996 uintptr_t objects_end = objects_begin + objects_section.Size(); in CheckObjects() local