Searched refs:GetObjectArrayElement (Results 1 – 6 of 6) sorted by relevance
/art/test/ti-agent/ |
D | redefinition_helper.cc | 158 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()
|
D | suspension_helper.cc | 41 ret.push_back(reinterpret_cast<jthread>(env->GetObjectArrayElement(thrs, i))); in CopyToVector()
|
/art/test/911-get-stack-trace/ |
D | stack_trace.cc | 176 threads[i] = env->GetObjectArrayElement(jthreads, i); in Java_art_ThreadListTraces_getThreadListStackTraces()
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 87 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/ |
D | check_jni.cc | 2530 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,
|
D | jni_internal.cc | 1967 static jobject GetObjectArrayElement(JNIEnv* env, jobjectArray java_array, jsize index) { in GetObjectArrayElement() function in art::JNI 2862 JNI::GetObjectArrayElement,
|