Searched refs:jni_local (Results 1 – 3 of 3) sorted by relevance
310 if (info_.jni_local.method != nullptr) { in Java_art_Test913_followReferences()311 jvmti_env->GetMethodName(info_.jni_local.method, &name, nullptr, nullptr); in Java_art_Test913_followReferences()322 info_.jni_local.thread_tag, in Java_art_Test913_followReferences()323 info_.jni_local.depth, in Java_art_Test913_followReferences()
966 ref_info->jni_local.thread_id = thread_id; in GetReferenceKind()977 ref_info->jni_local.thread_tag = tag_table_->GetTagOrZero(thread_obj); in GetReferenceKind()983 ref_info->jni_local.depth = 0; in GetReferenceKind()988 ref_info->jni_local.method = art::jni::EncodeArtMethod(method); in GetReferenceKind()
583 jvmtiHeapReferenceInfoJniLocal jni_local; member