Searched refs:shortMethod (Results 1 - 2 of 2) sorted by relevance

/art/test/115-native-bridge/src/
H A DNativeBridgeMain.java109 native static short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6, short s7, method in class:Main
115 short result = shortMethod((short)i, (short)2, (short)(-3), (short)4, (short)(-5), (short)6,
/art/test/004-JniTest/src/
H A DMain.java124 private static native short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6, short s7, method in class:Main
130 short result = shortMethod((short)i, (short)2, (short)(-3), (short)4, (short)(-5), (short)6,

Completed in 29 milliseconds