Searched refs:GetIntArrayElements (Results 1 – 3 of 3) sorted by relevance
671 GetIntArrayElements, ReleaseIntArrayElements, jint, "[I"); in TEST_F()695 EXPECT_EQ(env_->GetIntArrayElements(reinterpret_cast<jintArray>(array), &is_copy), nullptr); in TEST_F()
2226 static jint* GetIntArrayElements(JNIEnv* env, jintArray array, jboolean* is_copy) { in GetIntArrayElements() function in art::JNI2907 JNI::GetIntArrayElements,
1973 CheckJNI::GetIntArrayElements,