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