Searched refs:topFilters (Results 1 – 1 of 1) sorted by relevance
940 final FilterStats[] topFilters = new FilterStats[10]; in dumpImpl() local960 ? Arrays.binarySearch(topFilters, 0, len, fs, comparator) : 0; in dumpImpl()964 if (pos < topFilters.length) { in dumpImpl()965 int copylen = topFilters.length - pos - 1; in dumpImpl()967 System.arraycopy(topFilters, pos, topFilters, pos+1, copylen); in dumpImpl()969 topFilters[pos] = fs; in dumpImpl()970 if (len < topFilters.length) { in dumpImpl()980 FilterStats fs = topFilters[i]; in dumpImpl()