Home
last modified time | relevance | path

Searched refs:NewShortArray (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jni/
Djni_internal.cc2096 static jshortArray NewShortArray(JNIEnv* env, jsize length) { in NewShortArray() function in art::JNI
2904 JNIImpl::NewShortArray,
Djni_internal_test.cc1253 EXPECT_PRIMITIVE_ARRAY(NewShortArray, GetShortArrayRegion, SetShortArrayRegion, in TEST_F()