Home
last modified time | relevance | path

Searched refs:FromThinLockId (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dlock_word.h111 static LockWord FromThinLockId(uint32_t thread_id, uint32_t count, uint32_t rb_state) { in FromThinLockId() function
Dmonitor.cc612 LockWord new_lw = LockWord::FromThinLockId(owner->GetThreadId(), monitor->lock_count_, in Deflate()
713 LockWord thin_locked(LockWord::FromThinLockId(thread_id, 0, lock_word.ReadBarrierState())); in MonitorEnter()
726 LockWord thin_locked(LockWord::FromThinLockId(thread_id, new_count, in MonitorEnter()
804 new_lw = LockWord::FromThinLockId(thread_id, new_count, lock_word.ReadBarrierState()); in MonitorExit()
Dthread_list.cc56 CHECK(Monitor::IsValidLockWord(LockWord::FromThinLockId(kMaxThreadId, 1, 0U))); in ThreadList()