ObjectRecord

sealed class ObjectRecord : HprofRecord.HeapDumpRecord

Types

ClassDumpRecord
Link copied to clipboard
class ClassDumpRecord(id: Long, stackTraceSerialNumber: Int, superclassId: Long, classLoaderId: Long, signersId: Long, protectionDomainId: Long, instanceSize: Int, staticFields: List<HprofRecord.HeapDumpRecord.ObjectRecord.ClassDumpRecord.StaticFieldRecord>, fields: List<HprofRecord.HeapDumpRecord.ObjectRecord.ClassDumpRecord.FieldRecord>) : HprofRecord.HeapDumpRecord.ObjectRecord
InstanceDumpRecord
Link copied to clipboard
class InstanceDumpRecord(id: Long, stackTraceSerialNumber: Int, classId: Long, fieldValues: ByteArray) : HprofRecord.HeapDumpRecord.ObjectRecord
ObjectArrayDumpRecord
Link copied to clipboard
class ObjectArrayDumpRecord(id: Long, stackTraceSerialNumber: Int, arrayClassId: Long, elementIds: LongArray) : HprofRecord.HeapDumpRecord.ObjectRecord
PrimitiveArrayDumpRecord
Link copied to clipboard
sealed class PrimitiveArrayDumpRecord : HprofRecord.HeapDumpRecord.ObjectRecord

Inheritors

ClassDumpRecord
Link copied to clipboard
InstanceDumpRecord
Link copied to clipboard
ObjectArrayDumpRecord
Link copied to clipboard
PrimitiveArrayDumpRecord
Link copied to clipboard