Searched defs:_total_entry_count (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.hpp113 int _total_entry_count; member in class:VALUE_OBJ_CLASS_SPEC
123 _total_entry_count(0),
133 int* total_entry_count_addr() { return &_total_entry_count; }
141 bool nonzero() { return _total_entry_count > 0; }

Completed in 22 milliseconds