Searched refs:GetShortArrayElements (Results 1 – 3 of 3) sorted by relevance
/art/runtime/jni/ |
D | jni_internal_test.cc | 355 EXPECT_EQ(env_->GetShortArrayElements(reinterpret_cast<jshortArray>(array), &is_copy), nullptr); in GetPrimitiveArrayElementsOfWrongType() 1254 GetShortArrayElements, ReleaseShortArrayElements, jshort, "[S"); in TEST_F()
|
D | jni_internal.cc | 2169 static jshort* GetShortArrayElements(JNIEnv* env, jshortArray array, jboolean* is_copy) { in GetShortArrayElements() function in art::JNI 2912 JNIImpl::GetShortArrayElements,
|
D | check_jni.cc | 3580 ptr = baseEnv(env)->GetShortArrayElements(env, down_cast<jshortArray>(array), is_copy); in GetPrimitiveArrayElements() 3957 CheckJNI::GetShortArrayElements,
|