Home
last modified time | relevance | path

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

/art/runtime/
Djni_internal.cc2309 static void SetDoubleArrayRegion(JNIEnv* env, jdoubleArray array, jsize start, jsize length, in SetDoubleArrayRegion() function in art::JNI
2817 JNI::SetDoubleArrayRegion,
Dcheck_jni.cc2007 CheckJNI::SetDoubleArrayRegion,
Djni_internal_test.cc1080 EXPECT_PRIMITIVE_ARRAY(NewDoubleArray, GetDoubleArrayRegion, SetDoubleArrayRegion, in TEST_F()