Home
last modified time | relevance | path

Searched refs:nextOperation (Results 1 – 1 of 1) sorted by relevance

/art/test/004-ThreadStress/src/
DMain.java430 while (threadStress.nextOperation < operationsPerThread) { in runTest()
438 + (operationsPerThread - threadStress.nextOperation) in runTest()
474 private int nextOperation; field in Main
487 while (nextOperation < operations.length) { in run()
488 Operation operation = operations[nextOperation]; in run()
491 + " operation " + nextOperation in run()
494 nextOperation++; in run()