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

/openjdk7/hotspot/src/share/vm/runtime/
H A DbiasedLocking.hpp138 int* fast_path_entry_count_addr() { return &_fast_path_entry_count; } function in class:VALUE_OBJ_CLASS_SPEC
158 static int* fast_path_entry_count_addr();
H A DbiasedLocking.cpp748 int* BiasedLocking::fast_path_entry_count_addr() { return _counters.fast_path_entry_count_addr(); } function in class:BiasedLocking

Completed in 314 milliseconds