Home
last modified time | relevance | path

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

/art/runtime/
Djni_internal_test.cc575 env_->SetDoubleArrayRegion(reinterpret_cast<jdoubleArray>(array), 0, kLength, in SetPrimitiveArrayRegionElementsOfWrongType()
1145 EXPECT_PRIMITIVE_ARRAY(NewDoubleArray, GetDoubleArrayRegion, SetDoubleArrayRegion, in TEST_F()
Djni_internal.cc2060 static void SetDoubleArrayRegion(JNIEnv* env, jdoubleArray array, jsize start, jsize length, in SetDoubleArrayRegion() function in art::JNI
2710 JNI::SetDoubleArrayRegion,
Dcheck_jni.cc3559 baseEnv(env)->SetDoubleArrayRegion(env, down_cast<jdoubleArray>(array), start, len, in SetPrimitiveArrayRegion()
3787 CheckJNI::SetDoubleArrayRegion,