Searched refs:ThinLockCount (Results 1 – 4 of 4) sorted by relevance
30 inline uint32_t LockWord::ThinLockCount() const { in ThinLockCount() function
132 uint32_t ThinLockCount() const;
145 lock_count_ = lw.ThinLockCount(); in Install()742 uint32_t new_count = lock_word.ThinLockCount() + 1; in MonitorEnter()809 if (lock_word.ThinLockCount() != 0) { in MonitorExit()810 uint32_t new_count = lock_word.ThinLockCount() - 1; in MonitorExit()1205 entry_count_ = 1 + lock_word.ThinLockCount(); in MonitorInfo()
623 EXPECT_EQ(lock_after.ThinLockCount(), 0U); // Thin lock starts count at zero in TEST_F()633 EXPECT_EQ(l_inc.ThinLockCount(), i); in TEST_F()782 EXPECT_EQ(counts[index] - 1, lock_iter.ThinLockCount()); in TestUnlockObject()