Home | History | Annotate | Download | only in src

Lines Matching defs:Sort

1020 // up in the GCEpilogue, while preserving the sort order of the lol.
1041 // NOTE: we sort the lol in increasing order. So, if an object has been
1066 void LiveObjectList::Sort() {
1069 elements_v.Sort(CompareElement);
1078 lol->Sort();
1134 lol->Sort();
2344 // sort it to enable the use of NullifyMostRecent() below. We only
2345 // need to sort it once (except for one exception ... see below).
2458 lol->Sort(); // We've moved objects. Re-sort in case.