Home | History | Annotate | Download | only in runtime

Lines Matching refs:entry_count_

1193 MonitorInfo::MonitorInfo(mirror::Object* obj) : owner_(NULL), entry_count_(0) {
1205 entry_count_ = 1 + lock_word.ThinLockCount();
1211 entry_count_ = 1 + mon->lock_count_;