Home
last modified time | relevance | path

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

/art/runtime/
Dlock_word.h142 static LockWord FromThinLockId(uint32_t thread_id, uint32_t count, uint32_t gc_state) { in FromThinLockId() function
Dmonitor.cc1127 LockWord thin_locked(LockWord::FromThinLockId(thread_id, 0, lock_word.GCState())); in MonitorEnter()
1141 LockWord thin_locked(LockWord::FromThinLockId(thread_id, in MonitorEnter()
1242 new_lw = LockWord::FromThinLockId(thread_id, new_count, lock_word.GCState()); in MonitorExit()
Dthread_list.cc80 CHECK(Monitor::IsValidLockWord(LockWord::FromThinLockId(kMaxThreadId, 1, 0U))); in ThreadList()