Home
last modified time | relevance | path

Searched refs:sort (Results 1 – 25 of 27) sorted by relevance

12

/art/tools/ahat/test/
DSortTest.java48 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()
/art/build/
DAndroid.common_build.mk241 ART_TARGET_CODEGEN_ARCHS := $(sort $(ART_TARGET_SUPPORTED_ARCH) $(ART_HOST_SUPPORTED_ARCH))
247 ART_TARGET_CODEGEN_ARCHS := $(sort $(ART_TARGET_ARCH_64) $(ART_TARGET_ARCH_32))
251 ART_HOST_CODEGEN_ARCHS := $(sort $(ART_TARGET_SUPPORTED_ARCH) $(ART_HOST_SUPPORTED_ARCH))
256 …ART_HOST_CODEGEN_ARCHS := $(sort $(ART_TARGET_CODEGEN_ARCHS) $(ART_HOST_ARCH_64) $(ART_HOST_ARCH_3…
269 ART_TARGET_CODEGEN_ARCHS := $(sort $(ART_TARGET_CODEGEN_ARCHS))
279 ART_HOST_CODEGEN_ARCHS := $(sort $(ART_HOST_CODEGEN_ARCHS))
/art/tools/ahat/
DREADME.txt17 * Let user re-sort sites objects info by clicking column headers.
18 * Let user re-sort "Objects" list.
42 if a baseline has been provided, and allow the user to sort by the diff.
58 * Request to be able to sort tables by size.
95 Sort objects in 'objects/' with default sort.
/art/tools/ahat/src/
DSiteHandler.java51 Collections.sort(children, new Sort.SiteBySize("app")); in handle()
92 Collections.sort(infos, compare); in handle()
DDominatedList.java44 Collections.sort(insts, Sort.defaultInstanceCompare(snapshot)); in render()
DObjectsHandler.java51 Collections.sort(insts, Sort.defaultInstanceCompare(mSnapshot)); in handle()
DNativeAllocationsHandler.java64 Collections.sort(allocs, compare); in handle()
/art/test/100-reflect2/src/
DMain.java163 private static Object[] sort(Object[] objects, Comparator<Object> comp) { in sort() method in Main
164 Arrays.sort(objects, comp); in sort()
179 System.out.println(Arrays.toString(sort(String.class.getDeclaredConstructors(), comp))); in testMethodReflection()
180 System.out.println(Arrays.toString(sort(String.class.getDeclaredFields(), comp))); in testMethodReflection()
181 System.out.println(Arrays.toString(sort(String.class.getDeclaredMethods(), comp))); in testMethodReflection()
/art/compiler/utils/
Dintrusive_forward_list.h339 void sort() { in sort() function
340 sort(std::less<value_type>()); in sort()
343 void sort(Compare cmp) { in sort() function
350 sort(cmp); in sort()
351 second_half.sort(cmp); in sort()
Dintrusive_forward_list_test.cc469 ref.sort(); in TEST()
470 ifl.sort(); in TEST()
485 ref.sort(cmp); in TEST()
486 ifl.sort(cmp); in TEST()
/art/runtime/gc/collector/
Dimmune_spaces.cc64 std::sort(intervals.begin(), intervals.end()); in CreateLargestImmuneRegion()
/art/test/530-checker-loops2/src/
DMain.java805 int[] sort = { 5, 4, 1, 9, 10, 2, 7, 6, 3, 8 }; in main() local
806 bubble(sort); in main()
808 expectEquals(sort[i], x[i]); in main()
/art/compiler/
DAndroid.mk233 $$(sort $$(foreach arch,$$(art_codegen_targets), $$(LIBART_COMPILER_SRC_FILES_$$(arch))))
238 …$$(sort $$(foreach arch,$$(art_codegen_targets), $$(LIBART_COMPILER_ENUM_OPERATOR_OUT_HEADER_FILES…
/art/runtime/base/
Dstl_util.h30 std::sort(v->begin(), v->end()); in STLSortAndRemoveDuplicates()
/art/runtime/
Dreference_table.cc209 std::sort(sorted_entries.begin(), sorted_entries.end(), GcRootComparator()); in Dump()
/art/runtime/gc/accounting/
Datomic_stack.h188 std::sort(Begin(), End(), ObjectComparator()); in Sort()
/art/compiler/debug/
Delf_debug_line_writer.h114 std::sort(pc2dex_map.begin(), pc2dex_map.end()); in WriteCompilationUnit()
/art/test/031-class-attributes/src/
DClassAttrs.java340 Collections.sort(typeStringList); in stringifyTypeArray()
/art/test/044-proxy/src/
DBasicTest.java76 Arrays.sort(methods, new Comparator<Method>() { in main()
/art/compiler/optimizing/
Dgraph_checker.cc53 std::sort(sorted_predecessors.begin(), sorted_predecessors.end()); in VisitBasicBlock()
76 std::sort(sorted_successors.begin(), sorted_successors.end()); in VisitBasicBlock()
Doptimizing_compiler.cc572 std::sort(linker_patches.begin(), linker_patches.end(), in EmitAndSortLinkerPatches()
/art/runtime/mirror/
Dobject_test.cc309 ArtMethod* sort = java_util_Arrays->FindDirectMethod("sort", "([I)V", sizeof(void*)); in TEST_F() local
314 type_idx, 3, sort, Thread::Current(), false, in TEST_F()
/art/tools/dexfuzz/src/dexfuzz/program/
DCodeTranslator.java533 Collections.sort(dataInsns, new Comparator<MInsn>() { in alignDataInstructions()
/art/imgdiag/
Dimgdiag.cc892 std::sort(value_key_vector.rbegin(), value_key_vector.rend());
/art/oatdump/
Doatdump.cc1161 std::sort(indexes_.begin(), in StackMapsHelper()

12