Home
last modified time | relevance | path

Searched refs:GetDoubleArrayElements (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Djni_internal.cc2119 static jdouble* GetDoubleArrayElements(JNIEnv* env, jdoubleArray array, jboolean* is_copy) { in GetDoubleArrayElements() function in art::JNI
2879 JNI::GetDoubleArrayElements,
Dcheck_jni.cc3587 ptr = baseEnv(env)->GetDoubleArrayElements(env, down_cast<jdoubleArray>(array), is_copy); in GetPrimitiveArrayElements()
3956 CheckJNI::GetDoubleArrayElements,