Home
last modified time | relevance | path

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

/art/runtime/
Djava_frame_root_info.cc28 if (vreg_ == JavaFrameRootInfo::kUnknownVreg) { in Describe()
30 } else if (vreg_ == JavaFrameRootInfo::kImpreciseVreg) { in Describe()
32 } else if (vreg_ == JavaFrameRootInfo::kProxyReferenceArgument) { in Describe()
34 } else if (vreg_ == JavaFrameRootInfo::kMethodDeclaringClass) { in Describe()
37 os << vreg_; in Describe()
Djava_frame_root_info.h48 : RootInfo(kRootJavaFrame, thread_id), stack_visitor_(stack_visitor), vreg_(vreg) { in JavaFrameRootInfo()
54 return vreg_; in GetVReg()
62 const size_t vreg_; variable