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

/openjdk10/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
H A DbiasedLocking.cpp779 int* BiasedLocking::total_entry_count_addr() { return _counters.total_entry_count_addr(); } function in class:BiasedLocking

Completed in 46 milliseconds