Class Dump Record
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
Content copied to clipboard
Types
Field Record
Link copied to clipboard
Static Field Record
Link copied to clipboard
data class StaticFieldRecord(nameStringId: Long, type: Int, value: ValueHolder)
Content copied to clipboard
Properties
classLoaderId
Link copied to clipboard
fields
Link copied to clipboard
val fields: List<HprofRecord.HeapDumpRecord.ObjectRecord.ClassDumpRecord.FieldRecord>
Content copied to clipboard
instanceSize
Link copied to clipboard
protectionDomainId
Link copied to clipboard
stackTraceSerialNumber
Link copied to clipboard
staticFields
Link copied to clipboard
val staticFields: List<HprofRecord.HeapDumpRecord.ObjectRecord.ClassDumpRecord.StaticFieldRecord>
Content copied to clipboard
superclassId
Link copied to clipboard