Home | History | Annotate | Download | only in Symbol

Lines Matching refs:sort

411         m_name_to_index.Sort();
413 m_selector_to_index.Sort();
415 m_basename_to_index.Sort();
417 m_method_to_index.Sort();
610 // No need to sort if we have zero or one items...
614 // Sort the indexes in place using std::stable_sort.
615 // NOTE: The use of std::stable_sort instead of std::sort here is strictly for performance,
617 // stable sort handles better.
961 m_file_addr_to_index.Sort();
991 // Sort again in case the range size changes the ordering
992 m_file_addr_to_index.Sort();
1203 std::sort(symbol_indexes.begin(), symbol_indexes.end());