Searched refs:oldRepeat (Results 1 – 1 of 1) sorted by relevance
39 @Benchmark void oldRepeat(int reps) { in oldRepeat() method in StringsRepeatBenchmark41 String x = oldRepeat(originalString, count); in oldRepeat()87 private static String oldRepeat(String string, int count) { in oldRepeat() method in StringsRepeatBenchmark