Searched refs:SetShortArrayRegion (Results 1 – 3 of 3) sorted by relevance
/art/runtime/jni/ |
D | jni_internal_test.cc | 554 env_->SetShortArrayRegion(reinterpret_cast<jshortArray>(array), 0, kLength, in SetPrimitiveArrayRegionElementsOfWrongType() 1254 EXPECT_PRIMITIVE_ARRAY(NewShortArray, GetShortArrayRegion, SetShortArrayRegion, in TEST_F()
|
D | jni_internal.cc | 2457 static void SetShortArrayRegion(JNIEnv* env, jshortArray array, jsize start, jsize length, in SetShortArrayRegion() function in art::JNI 3135 JNIImpl::SetShortArrayRegion,
|
D | check_jni.cc | 3791 baseEnv(env)->SetShortArrayRegion(env, down_cast<jshortArray>(array), start, len, in SetPrimitiveArrayRegion() 4031 CheckJNI::SetShortArrayRegion,
|