Searched defs:thread_id_ (Results 1 - 2 of 2) sorted by relevance

/art/compiler/jit/
H A Djit_logger.cc90 // | uint32_t thread_id_; | .
165 uint32_t thread_id_; // Thread ID who performs the jit code load. member in struct:art::jit::PerfJitCodeLoad
280 jit_code.thread_id_ = static_cast<uint32_t>(art::GetTid());
/art/runtime/
H A Dgc_root.h59 // Only used by hprof. thread_id_ and type_ are only used by hprof.
64 : type_(type), thread_id_(thread_id) {
73 return thread_id_;
76 os << "Type=" << type_ << " thread_id=" << thread_id_; local
82 const uint32_t thread_id_; member in class:art::RootInfo

Completed in 41 milliseconds