Searched refs:copylen (Results 1 – 1 of 1) sorted by relevance
3563 int copylen = topFilters.length - pos - 1; in dumpImpl() local3564 if (copylen > 0) { in dumpImpl()3565 System.arraycopy(topFilters, pos, topFilters, pos + 1, copylen); in dumpImpl()3810 int copylen = topFilters.length - pos - 1; in dumpProto() local3811 if (copylen > 0) { in dumpProto()3812 System.arraycopy(topFilters, pos, topFilters, pos + 1, copylen); in dumpProto()