Searched refs:fast_path_entry_count_addr (Results 1 - 6 of 6) 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
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_MacroAssembler_x86.cpp72 ExternalAddress((address)BiasedLocking::fast_path_entry_count_addr()));
H A Dinterp_masm_x86_32.cpp707 ExternalAddress((address) BiasedLocking::fast_path_entry_count_addr()));
728 ExternalAddress((address) BiasedLocking::fast_path_entry_count_addr()));
H A Dinterp_masm_x86_64.cpp709 ExternalAddress((address) BiasedLocking::fast_path_entry_count_addr()));
730 ExternalAddress((address) BiasedLocking::fast_path_entry_count_addr()));
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp3667 cond_inc(Assembler::equal, (address) counters->fast_path_entry_count_addr(), Rmark, Rscratch);
3697 cond_inc(Assembler::equal, (address) counters->fast_path_entry_count_addr(), Rmark, Rscratch);

Completed in 57 milliseconds