Searched refs:numBytes (Results 1 – 5 of 5) sorted by relevance
94 public Size numBytes; field in Site.ObjectsInfo106 this.numBytes = Size.ZERO; in ObjectsInfo()224 info.numBytes = info.numBytes.plus(size); in prepareForUse()235 info.numBytes = info.numBytes.plus(childInfo.numBytes); in prepareForUse()
218 return SIZE_BY_SIZE.compare(b.numBytes, a.numBytes);
396 int numBytes = hprof.getU4(); in parseInternal() local398 hprof.skip(numBytes); in parseInternal()
101 SizeTable.row(doc, info.numBytes, baseinfo.numBytes, in handle()
248 field public com.android.ahat.heapdump.Size numBytes;