Home
last modified time | relevance | path

Searched refs:jni_local (Results 1 – 3 of 3) sorted by relevance

/art/test/913-heaps/
Dheaps.cc310 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()
/art/openjdkjvmti/
Dti_heap.cc992 ref_info->jni_local.thread_id = thread_id; in GetReferenceKind()
1003 ref_info->jni_local.thread_tag = tag_table_->GetTagOrZero(thread_obj); in GetReferenceKind()
1009 ref_info->jni_local.depth = 0; in GetReferenceKind()
1014 ref_info->jni_local.method = art::jni::EncodeArtMethod(method); in GetReferenceKind()
/art/openjdkjvmti/include/
Djvmti.h583 jvmtiHeapReferenceInfoJniLocal jni_local; member