Searched refs:app_image_objects (Results 1 – 1 of 1) sorted by relevance
1407 RelocationRange app_image_objects( in RelocateInPlace() local1417 VLOG(image) << "App image objects " << app_image_objects; in RelocateInPlace()1422 app_image_objects.Delta() != 0; in RelocateInPlace()1430 ForwardObject forward_object(boot_image, app_image_objects); in RelocateInPlace()1447 ObjPtr<mirror::ObjectArray<mirror::Object>> image_roots = app_image_objects.ToDest( in RelocateInPlace()1468 if (!app_image_objects.InDest(klass.Ptr())) { in RelocateInPlace()1478 app_image_objects.InDest(vtable.Ptr()) && in RelocateInPlace()1483 if (iftable != nullptr && app_image_objects.InDest(iftable.Ptr())) { in RelocateInPlace()1493 if (app_image_objects.InDest(ifarray.Ptr()) && in RelocateInPlace()1514 CHECK(app_image_objects.InSource(reinterpret_cast<uintptr_t>( in RelocateInPlace()[all …]