Searched refs:thin_lock_id_ (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Dthread.h252 return thin_lock_id_;
431 return ThreadOffset(OFFSETOF_MEMBER(Thread, thin_lock_id_));
728 uint32_t thin_lock_id_; variable
H A Dthread_list.cc530 uint32_t thin_lock_id = self->thin_lock_id_;
531 self->thin_lock_id_ = 0;
H A Dthread.cc308 thin_lock_id_ = thread_list->AllocThreadId(this);
967 thin_lock_id_(0),
1720 DO_THREAD_OFFSET(thin_lock_id_);
2003 return object->GetThinLockId() == thin_lock_id_;
H A Druntime.cc903 CHECK_EQ(self->thin_lock_id_, ThreadList::kMainId);

Completed in 121 milliseconds