Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc798 uint32_t objects_end = new_space->GetImageHeader().GetObjectsSection().Size(); in RemapInternedStringDuplicates() local
1286 uintptr_t objects_end = reinterpret_cast<uintptr_t>(target_base + objects_section.End()); in RelocateInPlace() local
2654 uint32_t objects_end = image_header.GetObjectsSection().Size(); in DoRelocateSpaces() local
/art/runtime/
Dclass_linker.cc1444 auto objects_end = reinterpret_cast<uintptr_t>(target_base + objects_section.End()); in CountInternedStringReferences() local