Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc825 uint32_t Monitor::GetThinLockId(uint32_t raw_lock_word) { in GetThinLockId() argument
826 if (LW_SHAPE(raw_lock_word) == LW_SHAPE_THIN) { in GetThinLockId()
827 return LW_LOCK_OWNER(raw_lock_word); in GetThinLockId()
829 Thread* owner = LW_MONITOR(raw_lock_word)->owner_; in GetThinLockId()
Dmonitor.h72 static uint32_t GetThinLockId(uint32_t raw_lock_word)