Searched defs:tid_ (Results 1 - 2 of 2) sorted by last modified time

/art/runtime/gc/
H A Dallocation_record.h80 : tid_(r.tid_),
84 : tid_(r.tid_),
88 return tid_;
92 tid_ = t;
116 return tid_ == other.tid_ && stack_ == other.stack_;
120 pid_t tid_ = 0; member in class:art::gc::AllocRecordStackTrace
/art/runtime/
H A Dthread.cc2815 RootCallbackVisitor(RootVisitor* visitor, uint32_t tid) : visitor_(visitor), tid_(tid) {}
2819 visitor_->VisitRoot(obj, JavaFrameRootInfo(tid_, stack_visitor, vreg));
2824 const uint32_t tid_; member in class:art::RootCallbackVisitor

Completed in 48 milliseconds