Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Dti_heap.cc947 auto& java_info = static_cast<const art::JavaFrameRootInfo&>(info); in GetReferenceKind() local
948 ref_info->stack_local.slot = static_cast<jint>(java_info.GetVReg()); in GetReferenceKind()
949 const art::StackVisitor* visitor = java_info.GetVisitor(); in GetReferenceKind()