Home
last modified time | relevance | path

Searched refs:SetShortArrayRegion (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jni/
Djni_internal_test.cc553 env_->SetShortArrayRegion(reinterpret_cast<jshortArray>(array), 0, kLength, in SetPrimitiveArrayRegionElementsOfWrongType()
1253 EXPECT_PRIMITIVE_ARRAY(NewShortArray, GetShortArrayRegion, SetShortArrayRegion, in TEST_F()
Djni_internal.cc2291 static void SetShortArrayRegion(JNIEnv* env, jshortArray array, jsize start, jsize length, in SetShortArrayRegion() function in art::JNI
2969 JNIImpl::SetShortArrayRegion,
Dcheck_jni.cc3741 baseEnv(env)->SetShortArrayRegion(env, down_cast<jshortArray>(array), start, len, in SetPrimitiveArrayRegion()
3981 CheckJNI::SetShortArrayRegion,