Searched refs:GetLongArrayElements (Results 1 – 3 of 3) sorted by relevance
675 GetLongArrayElements, ReleaseLongArrayElements, jlong, "[J"); in TEST_F()698 EXPECT_EQ(env_->GetLongArrayElements(reinterpret_cast<jlongArray>(array), &is_copy), nullptr); in TEST_F()
2230 static jlong* GetLongArrayElements(JNIEnv* env, jlongArray array, jboolean* is_copy) { in GetLongArrayElements() function in art::JNI2908 JNI::GetLongArrayElements,
1974 CheckJNI::GetLongArrayElements,