Home
last modified time | relevance | path

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

/libcore/benchmarks/src/benchmarks/regression/
DCharacterBenchmark.java30 @Param private Overload overload; field in CharacterBenchmark
60 if (overload == Overload.CHAR) { in timeIsSpace()
77 if (overload == Overload.CHAR) { in timeDigit()
93 if (overload == Overload.CHAR) { in timeGetNumericValue()
109 if (overload == Overload.CHAR) { in timeIsDigit()
125 if (overload == Overload.CHAR) { in timeIsIdentifierIgnorable()
141 if (overload == Overload.CHAR) { in timeIsJavaIdentifierPart()
157 if (overload == Overload.CHAR) { in timeIsJavaIdentifierStart()
173 if (overload == Overload.CHAR) { in timeIsLetter()
189 if (overload == Overload.CHAR) { in timeIsLetterOrDigit()
[all …]