findObjectById

abstract fun findObjectById(objectId: Long): HeapObject

Returns the HeapObject corresponding to the provided objectId, and throws IllegalArgumentException otherwise.