Home
last modified time | relevance | path

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

/art/runtime/base/
Dstl_util.h28 std::sort(v->begin(), v->end()); in STLSortAndRemoveDuplicates()
/art/runtime/
Dreference_table.cc209 std::sort(sorted_entries.begin(), sorted_entries.end(), GcRootComparator()); in Dump()
Dclass_linker.cc5139 std::sort(grouped_and_sorted_fields.begin(), grouped_and_sorted_fields.end(), in LinkFields()
/art/runtime/gc/accounting/
Datomic_stack.h185 std::sort(Begin(), End(), ObjectComparator()); in Sort()
/art/test/044-proxy/src/
DBasicTest.java76 Arrays.sort(methods, new Comparator<Method>() { in main()
/art/test/031-class-attributes/src/
DClassAttrs.java336 Collections.sort(typeStringList); in stringifyTypeArray()
/art/compiler/dex/quick/
Dcodegen_util.cc646 std::sort(dex_pcs.begin(), dex_pcs.end()); in VerifyCatchEntries()
1125 std::sort(core_vmap_table_.begin(), core_vmap_table_.end()); in GetCompiledMethod()
1140 std::sort(fp_vmap_table_.begin(), fp_vmap_table_.end()); in GetCompiledMethod()
1156 std::sort(patches_.begin(), patches_.end(), [](const LinkerPatch& lhs, const LinkerPatch& rhs) { in GetCompiledMethod()
/art/runtime/mirror/
Dobject_test.cc309 ArtMethod* sort = java_util_Arrays->FindDirectMethod("sort", "([I)V", sizeof(void*)); in TEST_F() local
317 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.cc714 std::sort(value_key_vector.rbegin(), value_key_vector.rend()); in SortByValueDesc()
/art/runtime/gc/
Dheap.cc893 std::sort(continuous_spaces_.begin(), continuous_spaces_.end(), in AddSpace()