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.cc1183 RelocationRange app_image_objects( in RelocateInPlace() local
1193 VLOG(image) << "App image objects " << app_image_objects; in RelocateInPlace()
1198 app_image_objects.Delta() != 0; in RelocateInPlace()
1206 ForwardObject forward_object(boot_image, app_image_objects); in RelocateInPlace()
1223 ObjPtr<mirror::ObjectArray<mirror::Object>> image_roots = app_image_objects.ToDest( in RelocateInPlace()
1244 if (!app_image_objects.InDest(klass.Ptr())) { in RelocateInPlace()
1254 app_image_objects.InDest(vtable.Ptr()) && in RelocateInPlace()
1259 if (iftable != nullptr && app_image_objects.InDest(iftable.Ptr())) { in RelocateInPlace()
1269 if (app_image_objects.InDest(ifarray.Ptr()) && in RelocateInPlace()
1290 CHECK(app_image_objects.InSource(reinterpret_cast<uintptr_t>( in RelocateInPlace()
[all …]