Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.cc532 std::vector<size_t> reverse_sorted_strings; in ProcessStrings() local
537 reverse_sorted_strings.push_back(i); in ProcessStrings()
541 std::sort(reverse_sorted_strings.rbegin(), reverse_sorted_strings.rend(), comparator); in ProcessStrings()
551 mirror::String* s = strings->GetWithoutChecks(reverse_sorted_strings[i]); in ProcessStrings()