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

/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.hpp136 int* rebiased_lock_entry_count_addr() { return &_rebiased_lock_entry_count; } function in class:VALUE_OBJ_CLASS_SPEC
156 static int* rebiased_lock_entry_count_addr();
H A DbiasedLocking.cpp746 int* BiasedLocking::rebiased_lock_entry_count_addr() { return _counters.rebiased_lock_entry_count_addr(); } function in class:BiasedLocking

Completed in 32 milliseconds