Home
last modified time | relevance | path

Searched refs:entry_count (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dscoped_thread_state_change.h179 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()
Dmonitor.h207 size_t entry_count; variable
Dmonitor.cc1037 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()
Ddebugger.cc682 expandBufAdd4BE(reply, monitor_info.entry_count); in GetMonitorInfo()