findObjectByHeapDumpIndex

open override fun findObjectByHeapDumpIndex(heapDumpIndex: Int): HeapObject

Returns the HeapObject corresponding to the provided heapDumpIndex, and throws IllegalArgumentException if heapDumpIndex is less than 1 or more than objectCount.

This is the object index that YourKit provides in its Java profiler.