Searched refs:vreg_ (Results 1 – 2 of 2) sorted by relevance
28 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()
50 : RootInfo(kRootJavaFrame, thread_id), stack_visitor_(stack_visitor), vreg_(vreg) { in JavaFrameRootInfo()56 return vreg_; in GetVReg()64 const size_t vreg_; variable