Searched defs:prof_table_index (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp189 void Parse::jump_if_true_fork(IfNode *iff, int dest_bci_if_true, int prof_table_index) { argument
194 profile_switch_case(prof_table_index);
203 void Parse::jump_if_false_fork(IfNode *iff, int dest_bci_if_true, int prof_table_index) { argument
208 profile_switch_case(prof_table_index);
217 void Parse::jump_if_always_fork(int dest_bci, int prof_table_index) { argument
219 profile_switch_case(prof_table_index);

Completed in 380 milliseconds