Searched refs:GetObjectArrayElement (Results 1 – 8 of 8) 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/904-object-allocation/ |
D | tracking.cc | 132 thread_lst.push_back(reinterpret_cast<jthread>(env->GetObjectArrayElement(threads, i))); in Java_art_Test904_getTrackingEventMessages()
|
/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 | 89 jstring exemption = reinterpret_cast<jstring>(env->GetObjectArrayElement(exemptions, i)); in VMRuntime_setHiddenApiExemptions() 645 jstring code_path = reinterpret_cast<jstring>(env->GetObjectArrayElement(code_paths, i)); in VMRuntime_registerAppInfo()
|
D | dalvik_system_DexFile.cc | 260 jobject buffer = env->GetObjectArrayElement(buffers, i); in DexFile_openInMemoryDexFilesNative() 261 jbyteArray array = reinterpret_cast<jbyteArray>(env->GetObjectArrayElement(arrays, i)); in DexFile_openInMemoryDexFilesNative()
|
/art/test/1953-pop-frame/ |
D | pop_frame.cc | 402 jstring name_obj = reinterpret_cast<jstring>(env->GetObjectArrayElement(interesting_names, i)); in Java_art_Test1953_setupSuspendClassEvent()
|
/art/runtime/jni/ |
D | jni_internal.cc | 2162 static jobject GetObjectArrayElement(JNIEnv* env, jobjectArray java_array, jsize index) { in GetObjectArrayElement() function in art::JNI 3057 JNI::GetObjectArrayElement,
|