Searched refs:NewShortArray (Results 1 – 3 of 3) sorted by relevance
2581 static jshortArray NewShortArray(JNIEnv* env, jsize length) { in NewShortArray() function in art::__anon01b981930111::CheckJNI3535 result.a = baseEnv(env)->NewShortArray(env, length); in NewPrimitiveArray()3949 CheckJNI::NewShortArray,
2257 static jshortArray NewShortArray(JNIEnv* env, jsize length) { in NewShortArray() function in art::JNI3062 JNI::NewShortArray,
1253 EXPECT_PRIMITIVE_ARRAY(NewShortArray, GetShortArrayRegion, SetShortArrayRegion, in TEST_F()