Searched refs:GCState (Results 1 – 3 of 3) sorted by relevance
174 LockWord fat(this, lw.GCState()); in Install()933 lw.GCState()); in Deflate()939 LockWord new_lw = LockWord::FromHashCode(monitor->GetHashCode(), lw.GCState()); in Deflate()945 LockWord new_lw = LockWord::FromDefault(lw.GCState()); in Deflate()1041 LockWord thin_locked(LockWord::FromThinLockId(thread_id, 0, lock_word.GCState())); in MonitorEnter()1057 lock_word.GCState())); in MonitorEnter()1153 new_lw = LockWord::FromThinLockId(thread_id, new_count, lock_word.GCState()); in MonitorExit()1155 new_lw = LockWord::FromDefault(lock_word.GCState()); in MonitorExit()
205 uint32_t GCState() const { in GCState() function
195 LockWord hash_word = LockWord::FromHashCode(GenerateIdentityHashCode(), lw.GCState()); in IdentityHashCode()