Home
last modified time | relevance | path

Searched refs:GetFloatArrayElements (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Djni_internal_test.cc366 EXPECT_EQ(env_->GetFloatArrayElements(reinterpret_cast<jfloatArray>(array), &is_copy), nullptr); in GetPrimitiveArrayElementsOfWrongType()
1089 GetFloatArrayElements, ReleaseFloatArrayElements, jfloat, "[F"); in TEST_F()
Djni_internal.cc1934 static jfloat* GetFloatArrayElements(JNIEnv* env, jfloatArray array, jboolean* is_copy) { in GetFloatArrayElements() function in art::JNI
2676 JNI::GetFloatArrayElements,
Dcheck_jni.cc3202 ptr = baseEnv(env)->GetFloatArrayElements(env, down_cast<jfloatArray>(array), is_copy); in GetPrimitiveArrayElements()
3570 CheckJNI::GetFloatArrayElements,