Home
last modified time | relevance | path

Searched defs:nreps (Results 1 – 6 of 6) sorted by relevance

/libcore/benchmarks/src/benchmarks/
DInvokeInterface.java26 public void timeCall0Concrete(int nreps) { in timeCall0Concrete()
33 public void timeCall0Interface(int nreps) { in timeCall0Interface()
40 public void timeCall1Interface(int nreps) { in timeCall1Interface()
47 public void timeCall2Interface(int nreps) { in timeCall2Interface()
54 public void timeCall3Interface(int nreps) { in timeCall3Interface()
61 public void timeCall4Interface(int nreps) { in timeCall4Interface()
68 public void timeCall5Interface(int nreps) { in timeCall5Interface()
75 public void timeCall6Interface(int nreps) { in timeCall6Interface()
82 public void timeCall7Interface(int nreps) { in timeCall7Interface()
89 public void timeCall8Interface(int nreps) { in timeCall8Interface()
[all …]
DImtConflictBenchmark.java266 public void timeConflictDepth01(int nreps) { in timeConflictDepth01()
291 public void timeConflictDepth02(int nreps) { in timeConflictDepth02()
316 public void timeConflictDepth03(int nreps) { in timeConflictDepth03()
341 public void timeConflictDepth04(int nreps) { in timeConflictDepth04()
366 public void timeConflictDepth05(int nreps) { in timeConflictDepth05()
391 public void timeConflictDepth06(int nreps) { in timeConflictDepth06()
416 public void timeConflictDepth07(int nreps) { in timeConflictDepth07()
441 public void timeConflictDepth08(int nreps) { in timeConflictDepth08()
466 public void timeConflictDepth09(int nreps) { in timeConflictDepth09()
491 public void timeConflictDepth10(int nreps) { in timeConflictDepth10()
[all …]
/libcore/benchmarks/src/benchmarks/regression/
DCollectionsBenchmark.java41 public void timeSort_arrayList(int nreps) throws Exception { in timeSort_arrayList()
48 public void timeSortWithComparator_arrayList(int nreps) throws Exception { in timeSortWithComparator_arrayList()
55 public void timeSort_vector(int nreps) throws Exception { in timeSort_vector()
62 public void timeSortWithComparator_vector(int nreps) throws Exception { in timeSortWithComparator_vector()
DFileBenchmark.java22 public void timeFileCreationWithEmptyChild(int nreps) { in timeFileCreationWithEmptyChild()
28 public void timeFileCreationWithNormalizationNecessary(int nreps) { in timeFileCreationWithNormalizationNecessary()
DStringToBytesBenchmark.java60 public void timeGetBytesUtf8(int nreps) { in timeGetBytesUtf8()
66 public void timeGetBytesIso88591(int nreps) { in timeGetBytesIso88591()
72 public void timeGetBytesAscii(int nreps) { in timeGetBytesAscii()
DBreakIteratorBenchmark.java50 public void timeBreakIterator(int nreps) { in timeBreakIterator()
60 public void timeIcuBreakIterator(int nreps) { in timeIcuBreakIterator()