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