Searched refs:ThinLockCount (Results 1 – 4 of 4) sorted by relevance
31 inline uint32_t LockWord::ThinLockCount() const { in ThinLockCount() function
238 uint32_t ThinLockCount() const;
161 lock_count_ = lw.ThinLockCount(); in Install()1111 uint32_t new_count = lock_word.ThinLockCount() + 1; in MonitorEnter()1212 if (lock_word.ThinLockCount() != 0) { in MonitorExit()1213 uint32_t new_count = lock_word.ThinLockCount() - 1; in MonitorExit()1677 entry_count_ = 1 + lock_word.ThinLockCount(); in MonitorInfo()
610 EXPECT_EQ(lock_after.ThinLockCount(), 0U); // Thin lock starts count at zero in TEST_F()620 EXPECT_EQ(l_inc.ThinLockCount(), i); in TEST_F()770 EXPECT_EQ(counts[index] - 1, lock_iter.ThinLockCount()); in TestUnlockObject()