Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc244 LockWord fat(this, lw.GCState()); in Install()
260 LockWord fat(this, lw.GCState()); in Install()
1018 LockWord new_lw = LockWord::FromHashCode(monitor->GetHashCode(), lw.GCState()); in Deflate()
1024 LockWord new_lw = LockWord::FromDefault(lw.GCState()); in Deflate()
1127 LockWord thin_locked(LockWord::FromThinLockId(thread_id, 0, lock_word.GCState())); in MonitorEnter()
1143 lock_word.GCState())); in MonitorEnter()
1242 new_lw = LockWord::FromThinLockId(thread_id, new_count, lock_word.GCState()); in MonitorExit()
1244 new_lw = LockWord::FromDefault(lock_word.GCState()); in MonitorExit()
Dlock_word.h212 uint32_t GCState() const { in GCState() function
/art/runtime/mirror/
Dobject.cc197 LockWord hash_word = LockWord::FromHashCode(GenerateIdentityHashCode(), lw.GCState()); in IdentityHashCodeHelper()