Searched refs:copylen (Results 1 – 1 of 1) sorted by relevance
3069 int copylen = topFilters.length - pos - 1; in dumpImpl() local3070 if (copylen > 0) { in dumpImpl()3071 System.arraycopy(topFilters, pos, topFilters, pos + 1, copylen); in dumpImpl()3316 int copylen = topFilters.length - pos - 1; in dumpProto() local3317 if (copylen > 0) { in dumpProto()3318 System.arraycopy(topFilters, pos, topFilters, pos + 1, copylen); in dumpProto()