Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DSort.java179 public static final Comparator<Site> SITE_BY_TOTAL_SIZE = new Comparator<Site>() { field in Sort
204 comparators.add(SITE_BY_TOTAL_SIZE); in defaultSiteCompare()
/art/tools/ahat/etc/
Dahat_api.txt278 field public static final Comparator<Site> SITE_BY_TOTAL_SIZE;