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