Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:stack_local

932           ref_info->stack_local.thread_id = thread_id;
943 ref_info->stack_local.thread_tag = tag_table_->GetTagOrZero(thread_obj);
948 ref_info->stack_local.slot = static_cast<jint>(java_info.GetVReg());
950 ref_info->stack_local.location =
952 ref_info->stack_local.depth = static_cast<jint>(visitor->GetFrameDepth());
955 ref_info->stack_local.method = art::jni::EncodeArtMethod(method);