Home | History | Annotate | Download | only in runtime

Lines Matching refs:lock_count_

81       lock_count_(0),
104 lock_count_(0),
138 lock_count_ = lw.ThinLockCount();
322 CHECK_EQ(lock_count_, 0);
330 lock_count_++;
545 if (lock_count_ == 0) {
552 --lock_count_;
603 int prev_lock_count = lock_count_;
604 lock_count_ = 0;
693 lock_count_ = prev_lock_count;
762 if (monitor->lock_count_ > LockWord::kThinLockMaxCount) {
766 LockWord new_lw = LockWord::FromThinLockId(owner->GetThreadId(), monitor->lock_count_,
771 << monitor->lock_count_;
1386 entry_count_ = 1 + mon->lock_count_;