Home
last modified time | relevance | path

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

/external/junit/src/main/java/org/junit/runners/
DParentRunner.java404 List<T> sortedChildren = new ArrayList<T>(getFilteredChildren());
405 Collections.sort(sortedChildren, comparator(sorter));
406 filteredChildren = Collections.unmodifiableCollection(sortedChildren);
/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java1598 PriorityQueue<LiveIntervals> sortedChildren = in insertMoves() local
1600 sortedChildren.addAll(current.getSplitChildren()); in insertMoves()
1601 for (LiveIntervals split = sortedChildren.poll(); in insertMoves()
1603 split = sortedChildren.poll()) { in insertMoves()