Home
last modified time | relevance | path

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

/art/compiler/utils/
Dintrusive_forward_list.h348 IntrusiveForwardList second_half; in sort() local
349 second_half.splice_after(second_half.before_begin(), *this, middle, end()); in sort()
351 second_half.sort(cmp); in sort()
352 merge(second_half, cmp); in sort()