Searched refs:GetFloatArrayElements (Results 1 – 2 of 2) sorted by relevance
371 EXPECT_EQ(env_->GetFloatArrayElements(reinterpret_cast<jfloatArray>(array), &is_copy), nullptr); in GetPrimitiveArrayElementsOfWrongType()1242 GetFloatArrayElements, ReleaseFloatArrayElements, jfloat, "[F"); in TEST_F()
2157 static jfloat* GetFloatArrayElements(JNIEnv* env, jfloatArray array, jboolean* is_copy) { in GetFloatArrayElements() function in art::JNI2915 JNIImpl::GetFloatArrayElements,