Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1206 ForwardObject forward_object(boot_image, app_image_objects); in RelocateInPlace() local
1211 forward_object, in RelocateInPlace()
1235 ClassTableVisitor class_table_visitor(forward_object); in RelocateInPlace()
1268 ObjPtr<mirror::PointerArray> ifarray = forward_object(unpatched_ifarray.Ptr()); in RelocateInPlace()
1287 FixupObjectVisitor<ForwardObject> fixup_object_visitor(&visited_bitmap, forward_object); in RelocateInPlace()
1350 root = GcRoot<mirror::String>(forward_object(root.Read<kWithoutReadBarrier>())); in RelocateInPlace()