Searched refs:shortMethod (Results 1 - 2 of 2) sorted by relevance
/art/test/115-native-bridge/src/ |
H A D | NativeBridgeMain.java | 112 native static short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6, short s7, method in class:Main 118 short result = shortMethod((short)i, (short)2, (short)(-3), (short)4, (short)(-5), (short)6,
|
/art/test/004-JniTest/src/ |
H A D | Main.java | 168 private static native short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6, short s7, method in class:Main 174 short result = shortMethod((short)i, (short)2, (short)(-3), (short)4, (short)(-5), (short)6,
|
Completed in 14 milliseconds