//leakcanary-repo/shark/HeapGraph/findObjectByHeapDumpIndex
findObjectByHeapDumpIndex¶
[jvm]\ abstract 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.