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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.hpp210 void profile_taken_branch(Register mdp, Register bumped_count);
H A Dinterp_masm_x86_64.hpp219 void profile_taken_branch(Register mdp, Register bumped_count);
H A Dinterp_masm_x86_32.cpp984 void InterpreterMacroAssembler::profile_taken_branch(Register mdp, Register bumped_count) { function in class:InterpreterMacroAssembler
H A Dinterp_masm_x86_64.cpp1004 void InterpreterMacroAssembler::profile_taken_branch(Register mdp, function in class:InterpreterMacroAssembler
H A DtemplateTable_x86_32.cpp1577 __ profile_taken_branch(rax,rbx); // EAX holds updated MDP, EBX holds bumped taken count
H A DtemplateTable_x86_64.cpp1601 __ profile_taken_branch(rax, rbx); // rax holds updated MDP, rbx
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp736 profile_taken_branch(jsr_bci);
986 profile_taken_branch(target_bci, !ProfileInterpreter);
1021 profile_taken_branch(target_bci);
1068 profile_taken_branch(target_bci, !ProfileInterpreter);
1144 profile_taken_branch(target_bci);
1206 profile_taken_branch(iter().get_dest(), !ProfileInterpreter);
2205 profile_taken_branch(target_bci);
H A Dparse.hpp563 void profile_taken_branch(int target_bci, bool force_update = false);
H A DparseHelper.cpp409 //----------------------------profile_taken_branch-----------------------------
410 void Parse::profile_taken_branch(int target_bci, bool force_update) { function in class:Parse
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.hpp306 void profile_taken_branch(Register scratch, Register bumped_count);
H A Dinterp_masm_sparc.cpp1534 void InterpreterMacroAssembler::profile_taken_branch(Register scratch, Register bumped_count) { function in class:InterpreterMacroAssembler
H A DtemplateTable_sparc.cpp1609 __ profile_taken_branch(G3_scratch, O2_bumped_count);

Completed in 70 milliseconds