Searched refs:copylen (Results 1 – 1 of 1) sorted by relevance
2475 int copylen = topFilters.length - pos - 1; in dumpImpl() local2476 if (copylen > 0) { in dumpImpl()2477 System.arraycopy(topFilters, pos, topFilters, pos+1, copylen); in dumpImpl()2750 int copylen = topFilters.length - pos - 1; in dumpProto() local2751 if (copylen > 0) { in dumpProto()2752 System.arraycopy(topFilters, pos, topFilters, pos+1, copylen); in dumpProto()