Searched refs:numBytes (Results 1 – 7 of 7) 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);
397 int numBytes = hprof.getU4(); in parseInternal() local399 hprof.skip(numBytes); in parseInternal()
49 public String readString(int numBytes) throws IOException { in readString() argument50 byte[] buffer = new byte[numBytes]; in readString()66 public int readNumber(int numBytes) throws IOException { in readNumber() argument68 for (int i = 0; i < numBytes; i++) { in readNumber()
101 SizeTable.row(doc, info.numBytes, baseinfo.numBytes, in handle()
250 field public com.android.ahat.heapdump.Size numBytes;
1378 Ldalvik/system/EmulatedStackFrame$Range;->numBytes:I