Home
last modified time | relevance | path

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

/art/runtime/
Djni_internal_test.cc354 EXPECT_EQ(env_->GetCharArrayElements(reinterpret_cast<jcharArray>(array), &is_copy), nullptr); in GetPrimitiveArrayElementsOfWrongType()
1081 GetCharArrayElements, ReleaseCharArrayElements, jchar, "[C"); in TEST_F()
Djni_internal.cc1926 static jchar* GetCharArrayElements(JNIEnv* env, jcharArray array, jboolean* is_copy) { in GetCharArrayElements() function in art::JNI
2672 JNI::GetCharArrayElements,
Dcheck_jni.cc3190 ptr = baseEnv(env)->GetCharArrayElements(env, down_cast<jcharArray>(array), is_copy); in GetPrimitiveArrayElements()
3566 CheckJNI::GetCharArrayElements,