Home | History | Annotate | Download | only in runtime

Lines Matching refs:entry_count_

1368 MonitorInfo::MonitorInfo(mirror::Object* obj) : owner_(nullptr), entry_count_(0) {
1380 entry_count_ = 1 + lock_word.ThinLockCount();
1386 entry_count_ = 1 + mon->lock_count_;