accumulateArray

open fun accumulateArray(array: Any, shallowSize: Long, values: MutableList<Any>, queue: MutableCollection<Any>): Long

Accumulate transitive references for the provided values of the given array into queue * and return the shallow size of this array.