Searched refs:GetDoubleArrayElements (Results 1 – 3 of 3) sorted by relevance
/art/runtime/jni/ |
D | jni_internal_test.cc | 375 … EXPECT_EQ(env_->GetDoubleArrayElements(reinterpret_cast<jdoubleArray>(array), &is_copy), nullptr); in GetPrimitiveArrayElementsOfWrongType() 1238 GetDoubleArrayElements, ReleaseDoubleArrayElements, jdouble, "[D"); in TEST_F()
|
D | jni_internal.cc | 2314 static jdouble* GetDoubleArrayElements(JNIEnv* env, jdoubleArray array, jboolean* is_copy) { in GetDoubleArrayElements() function in art::JNI 3074 JNI::GetDoubleArrayElements,
|
D | check_jni.cc | 3592 ptr = baseEnv(env)->GetDoubleArrayElements(env, down_cast<jdoubleArray>(array), is_copy); in GetPrimitiveArrayElements() 3961 CheckJNI::GetDoubleArrayElements,
|