Searched refs:profile_not_taken_branch (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.hpp211 void profile_not_taken_branch(Register mdp);
H A Dinterp_masm_x86_64.hpp220 void profile_not_taken_branch(Register mdp);
H A DtemplateTable_x86_32.cpp1777 __ profile_not_taken_branch(rax);
1790 __ profile_not_taken_branch(rax);
1802 __ profile_not_taken_branch(rax);
1815 __ profile_not_taken_branch(rax);
H A DtemplateTable_x86_64.cpp1818 __ profile_not_taken_branch(rax);
1830 __ profile_not_taken_branch(rax);
1841 __ profile_not_taken_branch(rax);
1853 __ profile_not_taken_branch(rax);
H A Dinterp_masm_x86_32.cpp1011 void InterpreterMacroAssembler::profile_not_taken_branch(Register mdp) { function in class:InterpreterMacroAssembler
H A Dinterp_masm_x86_64.cpp1031 void InterpreterMacroAssembler::profile_not_taken_branch(Register mdp) { function in class:InterpreterMacroAssembler
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse.hpp564 void profile_not_taken_branch(bool force_update = false);
H A DparseHelper.cpp455 //--------------------------profile_not_taken_branch---------------------------
456 void Parse::profile_not_taken_branch(bool force_update) { function in class:Parse
H A Dparse2.cpp1041 profile_not_taken_branch();
1163 profile_not_taken_branch();
1204 profile_not_taken_branch(!ProfileInterpreter);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.hpp307 void profile_not_taken_branch(Register scratch);
H A Dinterp_masm_sparc.cpp660 profile_not_taken_branch(G3_scratch);
1553 void InterpreterMacroAssembler::profile_not_taken_branch(Register scratch) { function in class:InterpreterMacroAssembler

Completed in 82 milliseconds