Searched refs:topFilters (Results 1 – 1 of 1) sorted by relevance
1510 final FilterStats[] topFilters = new FilterStats[10]; in dumpImpl() local1530 ? Arrays.binarySearch(topFilters, 0, len, fs, comparator) : 0; in dumpImpl()1534 if (pos < topFilters.length) { in dumpImpl()1535 int copylen = topFilters.length - pos - 1; in dumpImpl()1537 System.arraycopy(topFilters, pos, topFilters, pos+1, copylen); in dumpImpl()1539 topFilters[pos] = fs; in dumpImpl()1540 if (len < topFilters.length) { in dumpImpl()1550 FilterStats fs = topFilters[i]; in dumpImpl()