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

/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.hpp137 int* revoked_lock_entry_count_addr() { return &_revoked_lock_entry_count; } function in class:VALUE_OBJ_CLASS_SPEC
157 static int* revoked_lock_entry_count_addr();
H A DbiasedLocking.cpp747 int* BiasedLocking::revoked_lock_entry_count_addr() { return _counters.revoked_lock_entry_count_addr(); } function in class:BiasedLocking

Completed in 32 milliseconds