Searched refs:jni_local (Results 1 – 3 of 3) sorted by relevance
265 if (info_.jni_local.method != nullptr) { in Java_art_Test913_followReferences()266 jvmti_env->GetMethodName(info_.jni_local.method, &name, nullptr, nullptr); in Java_art_Test913_followReferences()277 info_.jni_local.thread_tag, in Java_art_Test913_followReferences()278 info_.jni_local.depth, in Java_art_Test913_followReferences()
902 ref_info->jni_local.thread_id = thread_id; in GetReferenceKind()913 ref_info->jni_local.thread_tag = tag_table_->GetTagOrZero(thread_obj); in GetReferenceKind()919 ref_info->jni_local.depth = 0; in GetReferenceKind()922 ref_info->jni_local.method = art::jni::EncodeArtMethod(method); in GetReferenceKind()
583 jvmtiHeapReferenceInfoJniLocal jni_local; member