Searched refs:topFilters (Results 1 – 1 of 1) sorted by relevance
3537 final FilterStats[] topFilters = new FilterStats[10]; in dumpImpl() local3562 if (pos < topFilters.length) { in dumpImpl()3565 System.arraycopy(topFilters, pos, topFilters, pos + 1, copylen); in dumpImpl()3567 topFilters[pos] = fs; in dumpImpl()3568 if (len < topFilters.length) { in dumpImpl()3579 FilterStats fs = topFilters[i]; in dumpImpl()3809 if (pos < topFilters.length) { in dumpProto()3812 System.arraycopy(topFilters, pos, topFilters, pos + 1, copylen); in dumpProto()3814 topFilters[pos] = fs; in dumpProto()3815 if (len < topFilters.length) { in dumpProto()[all …]