OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shortToChar
(Results
1 - 2
of
2
) sorted by null
/art/test/551-checker-shifter-operand/src/
Main.java
62
static char $noinline$
shortToChar
(short v) { if (doThrow) throw new Error(); return (char)v; }
483
assertIntEquals(a + $noinline$
shortToChar
(b), a + (char)b);
530
assertLongEquals(a + $noinline$
shortToChar
(b), a + (char)b);
[
all
...]
/art/test/422-type-conversion/src/
Main.java
136
shortToChar
();
[
all
...]
Completed in 2324 milliseconds