Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_internal_test.cc376 … EXPECT_EQ(env_->GetDoubleArrayElements(reinterpret_cast<jdoubleArray>(array), &is_copy), nullptr); in GetPrimitiveArrayElementsOfWrongType()
1239 GetDoubleArrayElements, ReleaseDoubleArrayElements, jdouble, "[D"); in TEST_F()
Djni_internal.cc2318 static jdouble* GetDoubleArrayElements(JNIEnv* env, jdoubleArray array, jboolean* is_copy) { in GetDoubleArrayElements() function in art::JNI
3115 JNIImpl::GetDoubleArrayElements,
Dcheck_jni.cc3642 ptr = baseEnv(env)->GetDoubleArrayElements(env, down_cast<jdoubleArray>(array), is_copy); in GetPrimitiveArrayElements()
4011 CheckJNI::GetDoubleArrayElements,