Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/
DCountedLoopIterationCountsTest.java74 static int step(int stepCount, int counter) { in step() argument
75 return stepCount + 1; in step()