public class ImageHeapObject
extends Object
It represents an object snapshot. It stores the replaced object, i.e., the result of applying
object replacers on the original object, and the instance field values or array elements of this
object. The field values are stored as JavaConstant to also encode primitive values.
ImageHeapObject are created only after an object is processed through the object replacers.