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

/openjdk10/hotspot/src/share/vm/runtime/
H A DbiasedLocking.hpp139 int* slow_path_entry_count_addr() { return &_slow_path_entry_count; } function in class:VALUE_OBJ_CLASS_SPEC
H A DbiasedLocking.cpp785 int* BiasedLocking::slow_path_entry_count_addr() { return _counters.slow_path_entry_count_addr(); } function in class:BiasedLocking

Completed in 91 milliseconds