Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_internal_test.cc578 env_->SetDoubleArrayRegion(reinterpret_cast<jdoubleArray>(array), 0, kLength, in SetPrimitiveArrayRegionElementsOfWrongType()
1237 EXPECT_PRIMITIVE_ARRAY(NewDoubleArray, GetDoubleArrayRegion, SetDoubleArrayRegion, in TEST_F()
Djni_internal.cc2269 static void SetDoubleArrayRegion(JNIEnv* env, jdoubleArray array, jsize start, jsize length, in SetDoubleArrayRegion() function in art::JNI
2973 JNIImpl::SetDoubleArrayRegion,
Dcheck_jni.cc3757 baseEnv(env)->SetDoubleArrayRegion(env, down_cast<jdoubleArray>(array), start, len, in SetPrimitiveArrayRegion()
3985 CheckJNI::SetDoubleArrayRegion,