Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_internal_test.cc520 env_->GetDoubleArrayRegion(reinterpret_cast<jdoubleArray>(array), 0, kLength, in GetPrimitiveArrayRegionElementsOfWrongType()
1237 EXPECT_PRIMITIVE_ARRAY(NewDoubleArray, GetDoubleArrayRegion, SetDoubleArrayRegion, in TEST_F()
Djni_internal.cc2225 static void GetDoubleArrayRegion(JNIEnv* env, jdoubleArray array, jsize start, jsize length, in GetDoubleArrayRegion() function in art::JNI
2965 JNIImpl::GetDoubleArrayRegion,
Dcheck_jni.cc3706 baseEnv(env)->GetDoubleArrayRegion(env, down_cast<jdoubleArray>(array), start, len, in GetPrimitiveArrayRegion()
3977 CheckJNI::GetDoubleArrayRegion,