Searched refs:entry_count (Results 1 – 4 of 4) sorted by relevance
179 size_t entry_count = locals.Capacity(); in AddLocalReference()180 if (entry_count > 16) { in AddLocalReference()182 << entry_count << " (most recent was a " << PrettyTypeOf(obj) << ")\n" in AddLocalReference()
207 size_t entry_count; variable
1037 MonitorInfo::MonitorInfo(mirror::Object* o) : owner(NULL), entry_count(0) { in MonitorInfo()1043 entry_count = 1 + LW_LOCK_COUNT(lock_word); in MonitorInfo()1050 entry_count = 1 + monitor->lock_count_; in MonitorInfo()
682 expandBufAdd4BE(reply, monitor_info.entry_count); in GetMonitorInfo()