Home
last modified time | relevance | path

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

/art/runtime/
Djni_internal_test.cc678 EXPECT_PRIMITIVE_ARRAY(NewShortArray, GetShortArrayRegion, SetShortArrayRegion, in TEST_F()
831 env_->SetShortArrayRegion(reinterpret_cast<jshortArray>(array), 0, kLength, in TEST_F()
Djni_internal.cc2357 static void SetShortArrayRegion(JNIEnv* env, jshortArray array, jsize start, jsize length, in SetShortArrayRegion() function in art::JNI
2930 JNI::SetShortArrayRegion,
Dcheck_jni.cc1996 CheckJNI::SetShortArrayRegion,