Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1182 RelocationRange app_image_objects( in RelocateInPlace() local
1192 VLOG(image) << "App image objects " << app_image_objects; in RelocateInPlace()
1197 app_image_objects.Delta() != 0; in RelocateInPlace()
1205 ForwardObject forward_object(boot_image, app_image_objects); in RelocateInPlace()
1233 if (!app_image_objects.InDest(klass)) { in RelocateInPlace()
1243 app_image_objects.InDest(vtable.Ptr()) && in RelocateInPlace()
1248 if (iftable != nullptr && app_image_objects.InDest(iftable.Ptr())) { in RelocateInPlace()
1258 if (app_image_objects.InDest(ifarray.Ptr()) && in RelocateInPlace()
1279 CHECK(app_image_objects.InSource(reinterpret_cast<uintptr_t>( in RelocateInPlace()
1281 image_header.RelocateImageObjects(app_image_objects.Delta()); in RelocateInPlace()