Searched refs:GetCharArrayElements (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | jni_internal_test.cc | 354 EXPECT_EQ(env_->GetCharArrayElements(reinterpret_cast<jcharArray>(array), &is_copy), nullptr); in GetPrimitiveArrayElementsOfWrongType() 1081 GetCharArrayElements, ReleaseCharArrayElements, jchar, "[C"); in TEST_F()
|
D | jni_internal.cc | 1926 static jchar* GetCharArrayElements(JNIEnv* env, jcharArray array, jboolean* is_copy) { in GetCharArrayElements() function in art::JNI 2672 JNI::GetCharArrayElements,
|
D | check_jni.cc | 3190 ptr = baseEnv(env)->GetCharArrayElements(env, down_cast<jcharArray>(array), is_copy); in GetPrimitiveArrayElements() 3566 CheckJNI::GetCharArrayElements,
|