pub(crate) fn find_object_from_internal_pointer<VM: VMBinding>(
start: Address,
search_limit_bytes: usize
) -> Option<ObjectReference>
Expand description
Find the base reference to the object from a potential internal pointer.
pub(crate) fn find_object_from_internal_pointer<VM: VMBinding>(
start: Address,
search_limit_bytes: usize
) -> Option<ObjectReference>
Find the base reference to the object from a potential internal pointer.