HomeSort by relevance Sort by last modified time
    Searched refs:ThinLockCount (Results 1 - 4 of 4) sorted by null

  /art/runtime/
lock_word-inl.h 31 inline uint32_t LockWord::ThinLockCount() const {
lock_word.h 233 uint32_t ThinLockCount() const;
monitor.cc 141 lock_count_ = lw.ThinLockCount();
    [all...]
  /art/runtime/arch/
stub_test.cc 606 EXPECT_EQ(lock_after.ThinLockCount(), 0U); // Thin lock starts count at zero
616 EXPECT_EQ(l_inc.ThinLockCount(), i);
766 EXPECT_EQ(counts[index] - 1, lock_iter.ThinLockCount());
    [all...]

Completed in 182 milliseconds