Home | History | Annotate | Download | only in runtime

Lines Matching refs:tid_

3733   RootCallbackVisitor(RootVisitor* visitor, uint32_t tid) : visitor_(visitor), tid_(tid) {}
3737 visitor_->VisitRoot(obj, JavaFrameRootInfo(tid_, stack_visitor, vreg));
3742 const uint32_t tid_;