Searched refs:profile_ret (Results 1 - 12 of 12) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.hpp216 void profile_ret(Register return_bci, Register mdp);
H A Dinterp_masm_x86_64.hpp226 void profile_ret(Register return_bci, Register mdp);
H A Dinterp_masm_x86_32.cpp1186 void InterpreterMacroAssembler::profile_ret(Register return_bci, Register mdp) { function in class:InterpreterMacroAssembler
H A Dinterp_masm_x86_64.cpp1244 void InterpreterMacroAssembler::profile_ret(Register return_bci, function in class:InterpreterMacroAssembler
H A DtemplateTable_x86_32.cpp1823 __ profile_ret(rbx, rcx);
1836 __ profile_ret(rbx, rcx);
H A DtemplateTable_x86_64.cpp1860 __ profile_ret(rbx, rcx);
1872 __ profile_ret(rbx, rcx);
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse.hpp568 void profile_ret(int target_bci);
H A DparseHelper.cpp525 //---------------------------------profile_ret---------------------------------
526 void Parse::profile_ret(int target_bci) { function in class:Parse
H A Dparse2.cpp759 profile_ret(target->flow()->start());
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.hpp311 void profile_ret(TosState state, Register return_bci, Register scratch);
H A Dinterp_masm_sparc.cpp1733 void InterpreterMacroAssembler::profile_ret(TosState state, function in class:InterpreterMacroAssembler
H A DtemplateTable_sparc.cpp1799 __ profile_ret(vtos, Otos_i, G4_scratch);
1814 __ profile_ret(vtos, Otos_i, G4_scratch);

Completed in 97 milliseconds