Searched refs:Sort (Results 1 – 9 of 9) sorted by relevance
22 import com.android.ahat.heapdump.Sort;57 Collections.sort(children, Sort.defaultSiteCompare(mSnapshot)); in handle()91 Comparator<Site.ObjectsInfo> compare = Sort.withPriority( in handle()92 Sort.OBJECTS_INFO_BY_HEAP_NAME, in handle()93 Sort.OBJECTS_INFO_BY_SIZE, in handle()94 Sort.OBJECTS_INFO_BY_CLASS_NAME); in handle()
22 import com.android.ahat.heapdump.Sort;46 Collections.sort(insts, Sort.defaultInstanceCompare(snapshot)); in render()
23 import com.android.ahat.heapdump.Sort;71 Collections.sort(insts, Sort.defaultInstanceCompare(mSnapshot)); in handle()
92 = Sort.withPriority(Sort.FIELD_VALUE_BY_NAME, Sort.FIELD_VALUE_BY_TYPE);
223 Collections.sort(pair.a, Sort.INSTANCE_BY_TOTAL_RETAINED_SIZE); in instances()224 Collections.sort(pair.b, Sort.INSTANCE_BY_TOTAL_RETAINED_SIZE); in instances()
33 public class Sort { class
198 void Sort() { in Sort() function
133 Sort objects in 'objects/' with default sort.
263 public class Sort {264 ctor public Sort();