Home
last modified time | relevance | path

Searched refs:SIZE_BY_SIZE (Results 1 – 2 of 2) sorted by relevance

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DSort.java38 public static final Comparator<Size> SIZE_BY_SIZE = new Comparator<Size>() { field in Sort
55 return SIZE_BY_SIZE.compare(b.getTotalRetainedSize(), a.getTotalRetainedSize());
74 return SIZE_BY_SIZE.compare(b.getRetainedSize(mHeap), a.getRetainedSize(mHeap)); in compare()
171 return SIZE_BY_SIZE.compare(b.getSize(mHeap), a.getSize(mHeap)); in compare()
182 return SIZE_BY_SIZE.compare(b.getTotalSize(), a.getTotalSize());
218 return SIZE_BY_SIZE.compare(b.numBytes, a.numBytes);
/art/tools/ahat/etc/
Dahat_api.txt279 field public static final Comparator<Size> SIZE_BY_SIZE;