accumulateObject
open fun accumulateObject(o: Any, shallowSize: Long, fieldValues: Collection<Any>, queue: MutableCollection<Any>): Long
Accumulate transitive references for the provided fields of the given object into queue * and return the shallow size of this object.