Searched refs:shortMethod (Results 1 – 4 of 4) sorted by relevance
/art/test/518-null-array-get/smali/ |
D | NullArraySuccessShort.smali | 21 .method public static shortMethod(S)V 31 invoke-static { v0 }, LNullArraySuccessShort;->shortMethod(S)V
|
/art/test/115-native-bridge/src/ |
D | NativeBridgeMain.java | 112 …native static short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6, short … in shortMethod() method in Main 118 short result = shortMethod((short)i, (short)2, (short)(-3), (short)4, (short)(-5), (short)6, in testShortMethod()
|
/art/test/004-JniTest/src/ |
D | Main.java | 168 …private static native short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6… in shortMethod() method in Main 174 short result = shortMethod((short)i, (short)2, (short)(-3), (short)4, (short)(-5), (short)6, in testShortMethod()
|
/art/test/115-native-bridge/ |
D | expected.txt | 10 name:shortMethod, signature:(SSSSSSSSSS)S, shorty:SSSSSSSSSSS.
|