Lines Matching refs:reps
28 public void timeSystemCharArrayCopy(int reps) { in timeSystemCharArrayCopy() argument
32 for (int rep = 0; rep < reps; ++rep) { in timeSystemCharArrayCopy()
37 public void timeSystemByteArrayCopy(int reps) { in timeSystemByteArrayCopy() argument
41 for (int rep = 0; rep < reps; ++rep) { in timeSystemByteArrayCopy()
46 public void timeSystemShortArrayCopy(int reps) { in timeSystemShortArrayCopy() argument
50 for (int rep = 0; rep < reps; ++rep) { in timeSystemShortArrayCopy()
55 public void timeSystemIntArrayCopy(int reps) { in timeSystemIntArrayCopy() argument
59 for (int rep = 0; rep < reps; ++rep) { in timeSystemIntArrayCopy()
64 public void timeSystemLongArrayCopy(int reps) { in timeSystemLongArrayCopy() argument
68 for (int rep = 0; rep < reps; ++rep) { in timeSystemLongArrayCopy()
73 public void timeSystemFloatArrayCopy(int reps) { in timeSystemFloatArrayCopy() argument
77 for (int rep = 0; rep < reps; ++rep) { in timeSystemFloatArrayCopy()
82 public void timeSystemDoubleArrayCopy(int reps) { in timeSystemDoubleArrayCopy() argument
86 for (int rep = 0; rep < reps; ++rep) { in timeSystemDoubleArrayCopy()
91 public void timeSystemBooleanArrayCopy(int reps) { in timeSystemBooleanArrayCopy() argument
95 for (int rep = 0; rep < reps; ++rep) { in timeSystemBooleanArrayCopy()