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

/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.hpp133 int* total_entry_count_addr() { return &_total_entry_count; } function in class:VALUE_OBJ_CLASS_SPEC
153 static int* total_entry_count_addr();
H A DbiasedLocking.cpp743 int* BiasedLocking::total_entry_count_addr() { return _counters.total_entry_count_addr(); } function in class:BiasedLocking

Completed in 62 milliseconds