Searched refs:NewShortArray (Results 1 – 3 of 3) sorted by relevance
2222 static jshortArray NewShortArray(JNIEnv* env, jsize length) { in NewShortArray() function in art::CheckJNI3149 result.a = baseEnv(env)->NewShortArray(env, length); in NewPrimitiveArray()3559 CheckJNI::NewShortArray,
1879 static jshortArray NewShortArray(JNIEnv* env, jsize length) { in NewShortArray() function in art::JNI2665 JNI::NewShortArray,
1100 EXPECT_PRIMITIVE_ARRAY(NewShortArray, GetShortArrayRegion, SetShortArrayRegion, in TEST_F()