Searched refs:Sort (Results 1 – 9 of 9) sorted by relevance
/art/tools/ahat/test/ |
D | SortTest.java | 48 Collections.sort(list, new Sort.ObjectsInfoBySize()); in objectsInfo() 56 Collections.sort(list, new Sort.ObjectsInfoByClassName()); in objectsInfo() 64 Collections.sort(list, new Sort.ObjectsInfoByHeapName()); in objectsInfo() 72 Collections.sort(list, new Sort.WithPriority<Site.ObjectsInfo>( in objectsInfo() 73 new Sort.ObjectsInfoByClassName(), in objectsInfo() 74 new Sort.ObjectsInfoBySize())); in objectsInfo()
|
/art/tools/ahat/src/ |
D | SiteHandler.java | 51 Collections.sort(children, new Sort.SiteBySize("app")); in handle() 88 Comparator<Site.ObjectsInfo> compare = new Sort.WithPriority<Site.ObjectsInfo>( in handle() 89 new Sort.ObjectsInfoByHeapName(), in handle() 90 new Sort.ObjectsInfoBySize(), in handle() 91 new Sort.ObjectsInfoByClassName()); in handle()
|
D | NativeAllocationsHandler.java | 61 = new Sort.WithPriority<InstanceUtils.NativeAllocation>( in handle() 62 new Sort.NativeAllocationByHeapName(), in handle() 63 new Sort.NativeAllocationBySize()); in handle()
|
D | DominatedList.java | 44 Collections.sort(insts, Sort.defaultInstanceCompare(snapshot)); in render()
|
D | ObjectsHandler.java | 51 Collections.sort(insts, Sort.defaultInstanceCompare(mSnapshot)); in handle()
|
D | Sort.java | 35 class Sort { class
|
/art/runtime/gc/accounting/ |
D | atomic_stack.h | 185 void Sort() { in Sort() function
|
/art/tools/ahat/ |
D | README.txt | 95 Sort objects in 'objects/' with default sort.
|
/art/runtime/gc/ |
D | heap.cc | 3081 allocation_stack_->Sort(); in VerifyHeapReferences() 3082 live_stack_->Sort(); in VerifyHeapReferences() 3211 live_stack_->Sort(); in VerifyMissingCardMarks()
|