Searched refs:copylen (Results 1 – 1 of 1) sorted by relevance
3395 int copylen = topFilters.length - pos - 1; in dumpImpl() local3396 if (copylen > 0) { in dumpImpl()3397 System.arraycopy(topFilters, pos, topFilters, pos + 1, copylen); in dumpImpl()3642 int copylen = topFilters.length - pos - 1; in dumpProto() local3643 if (copylen > 0) { in dumpProto()3644 System.arraycopy(topFilters, pos, topFilters, pos + 1, copylen); in dumpProto()