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