Home
last modified time | relevance | path

Searched refs:GetIntArrayElements (Results 1 – 6 of 6) sorted by relevance

/art/test/ti-agent/
Dsuspension_helper.cc58 jint* elems = env->GetIntArrayElements(ret, nullptr); in Java_art_Suspension_resumeList()
79 jint* elems = env->GetIntArrayElements(ret, nullptr); in Java_art_Suspension_suspendList()
Dbreakpoint_helper.cc95 jint* temp_lines = env->GetIntArrayElements(lines_array, /*isCopy*/nullptr); in Java_art_Breakpoint_getLineNumberTableNative()
/art/runtime/native/
Ddalvik_system_DexFile.cc225 elements_ = env_->GetIntArrayElements(array_, /* isCopy= */ nullptr); in ScopedIntArrayAccessor()
/art/runtime/jni/
Djni_internal_test.cc363 EXPECT_EQ(env_->GetIntArrayElements(reinterpret_cast<jintArray>(array), &is_copy), nullptr); in GetPrimitiveArrayElementsOfWrongType()
1246 GetIntArrayElements, ReleaseIntArrayElements, jint, "[I"); in TEST_F()
Djni_internal.cc2160 static jint* GetIntArrayElements(JNIEnv* env, jintArray array, jboolean* is_copy) { in GetIntArrayElements() function in art::JNI
2946 JNIImpl::GetIntArrayElements,
Dcheck_jni.cc3583 ptr = baseEnv(env)->GetIntArrayElements(env, down_cast<jintArray>(array), is_copy); in GetPrimitiveArrayElements()
3958 CheckJNI::GetIntArrayElements,