Searched refs:GetDoubleArrayElements (Results 1 – 3 of 3) sorted by relevance
663 GetDoubleArrayElements, ReleaseDoubleArrayElements, jdouble, "[D"); in TEST_F()704 EXPECT_EQ(env_->GetDoubleArrayElements(reinterpret_cast<jdoubleArray>(array), &is_copy), nullptr); in TEST_F()
2218 static jdouble* GetDoubleArrayElements(JNIEnv* env, jdoubleArray array, jboolean* is_copy) { in GetDoubleArrayElements() function in art::JNI2910 JNI::GetDoubleArrayElements,
1976 CheckJNI::GetDoubleArrayElements,