Home
last modified time | relevance | path

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

/libcore/benchmarks/src/benchmarks/regression/
DCharacterBenchmark.java31 @Param private Overload overload;
39 public enum Overload { CHAR, INT } enum 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()
[all …]