Searched refs:total_entry_count_addr (Results 1 - 3 of 3) sorted by relevance

/openjdk7/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
153 static int* total_entry_count_addr();
H A DbiasedLocking.cpp743 int* BiasedLocking::total_entry_count_addr() { return _counters.total_entry_count_addr(); } function in class:BiasedLocking
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp3520 inc_counter((address) counters->total_entry_count_addr(), Rmark, Rscratch);

Completed in 44 milliseconds