pub fn write_forwarding_pointer<VM: VMBinding>(
object: ObjectReference,
new_object: ObjectReference,
)Expand description
Write the forwarding pointer of an object. This function is called on being_forwarded objects.
pub fn write_forwarding_pointer<VM: VMBinding>(
object: ObjectReference,
new_object: ObjectReference,
)Write the forwarding pointer of an object. This function is called on being_forwarded objects.