Lines Matching full:jshort
224 jshort short_returns[kShortReturnSize] = { 0, 1, 2, 127, 32767, -1, -2, -128,
225 static_cast<jshort>(0x8000) };
228 extern "C" jshort JNICALL Java_Main_shortMethod(JNIEnv*, jclass, jshort s1, jshort s2,
229 jshort s3, jshort s4, jshort s5, jshort s6,
230 jshort s7, jshort s8, jshort s9, jshort s10) {
243 CHECK_LT(s1, static_cast<jshort>(kShortReturnSize));