Home
last modified time | relevance | path

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

/art/test/ti-agent/
Dredefinition_helper.cc158 classes.push_back(static_cast<jclass>(env->GetObjectArrayElement(targets, i))); in Java_art_Redefinition_doCommonMultiClassRedefinition()
159 dex_files.push_back(static_cast<jbyteArray>(env->GetObjectArrayElement(dex_file_bytes, i))); in Java_art_Redefinition_doCommonMultiClassRedefinition()
160 class_files.push_back(static_cast<jbyteArray>(env->GetObjectArrayElement(class_file_bytes, i))); in Java_art_Redefinition_doCommonMultiClassRedefinition()
306 classes.push_back(static_cast<jclass>(env->GetObjectArrayElement(targets, i))); in DoClassRetransformation()
Dsuspension_helper.cc41 ret.push_back(reinterpret_cast<jthread>(env->GetObjectArrayElement(thrs, i))); in CopyToVector()
/art/test/911-get-stack-trace/
Dstack_trace.cc176 threads[i] = env->GetObjectArrayElement(jthreads, i); in Java_art_ThreadListTraces_getThreadListStackTraces()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc87 jstring exemption = reinterpret_cast<jstring>(env->GetObjectArrayElement(exemptions, i)); in VMRuntime_setHiddenApiExemptions()
632 jstring code_path = reinterpret_cast<jstring>(env->GetObjectArrayElement(code_paths, i)); in VMRuntime_registerAppInfo()
/art/runtime/
Dcheck_jni.cc2530 static jobject GetObjectArrayElement(JNIEnv* env, jobjectArray array, jsize index) { in GetObjectArrayElement() function in art::__anona2e1a4fa0111::CheckJNI
2537 result.L = baseEnv(env)->GetObjectArrayElement(env, array, index); in GetObjectArrayElement()
3939 CheckJNI::GetObjectArrayElement,
Djni_internal.cc1967 static jobject GetObjectArrayElement(JNIEnv* env, jobjectArray java_array, jsize index) { in GetObjectArrayElement() function in art::JNI
2862 JNI::GetObjectArrayElement,