Home | History | Annotate | Download | only in gc

Lines Matching refs:sort

757     std::sort(continuous_spaces_.begin(), continuous_spaces_.end(),
2506 // Lets sort our allocation stacks so that we can efficiently binary search them.
2507 allocation_stack_->Sort();
2508 live_stack_->Sort();
2635 // We need to sort the live stack since we binary search it.
2636 live_stack_->Sort();
2745 // Sort the live stack so that we can quickly binary search it later.