OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shortToChar
(Results
1 - 3
of
3
) sorted by null
/art/test/711-checker-type-conversion/src/
Main.java
189
/// CHECK-START: void Main.
shortToChar
() instruction_simplifier$before_codegen (after)
191
private static void
shortToChar
() {
253
shortToChar
();
/art/test/551-checker-shifter-operand/src/
Main.java
62
static char $noinline$
shortToChar
(short v) { if (doThrow) throw new Error(); return (char)v; }
488
assertIntEquals(a + $noinline$
shortToChar
(b), a + (char)b);
535
assertLongEquals(a + $noinline$
shortToChar
(b), a + (char)b);
[
all
...]
/art/test/422-type-conversion/src/
Main.java
136
shortToChar
();
[
all
...]
Completed in 528 milliseconds