Home
last modified time | relevance | path

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

/art/runtime/
Dgc_root.h64 : type_(type), thread_id_(thread_id) { in type_()
73 return thread_id_; in GetThreadId()
76 os << "Type=" << type_ << " thread_id=" << thread_id_; in Describe()
82 const uint32_t thread_id_; variable
/art/compiler/jit/
Djit_logger.cc164 uint32_t thread_id_; // Thread ID who performs the jit code load. member
279 jit_code.thread_id_ = static_cast<uint32_t>(art::GetTid()); in WriteJitDumpLog()