Searched refs:GetIntArrayElements (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | jni_internal_test.cc | 360 EXPECT_EQ(env_->GetIntArrayElements(reinterpret_cast<jintArray>(array), &is_copy), nullptr); in GetPrimitiveArrayElementsOfWrongType() 1154 GetIntArrayElements, ReleaseIntArrayElements, jint, "[I"); in TEST_F()
|
D | jni_internal.cc | 1951 static jint* GetIntArrayElements(JNIEnv* env, jintArray array, jboolean* is_copy) { in GetIntArrayElements() function in art::JNI 2683 JNI::GetIntArrayElements,
|
D | check_jni.cc | 3388 ptr = baseEnv(env)->GetIntArrayElements(env, down_cast<jintArray>(array), is_copy); in GetPrimitiveArrayElements() 3760 CheckJNI::GetIntArrayElements,
|