Searched refs:GetFloatArrayElements (Results 1 – 3 of 3) sorted by relevance
| /art/runtime/jni/ |
| D | jni_internal_test.cc | 372 EXPECT_EQ(env_->GetFloatArrayElements(reinterpret_cast<jfloatArray>(array), &is_copy), nullptr); in GetPrimitiveArrayElementsOfWrongType() 1243 GetFloatArrayElements, ReleaseFloatArrayElements, jfloat, "[F"); in TEST_F()
|
| D | check_jni.cc | 3650 ptr = baseEnv(env)->GetFloatArrayElements(env, down_cast<jfloatArray>(array), is_copy); in GetPrimitiveArrayElements() 4021 CheckJNI::GetFloatArrayElements,
|
| D | jni_internal.cc | 2418 static jfloat* GetFloatArrayElements(JNIEnv* env, jfloatArray array, jboolean* is_copy) { in GetFloatArrayElements() function in art::JNI 3219 JNIImpl::GetFloatArrayElements,
|