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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp1208 Goto *goto_node = i->as_Goto(); local
1209 if (goto_node != NULL) {
1211 goto_node->set_profiled_bci(bci());
1213 goto_node->set_profiled_method(method());
1214 goto_node->set_should_profile(true);
1216 if (goto_node->default_sux() == tsux) {
1217 goto_node->set_direction(Goto::taken);
1218 } else if (goto_node->default_sux() == fsux) {
1219 goto_node->set_direction(Goto::not_taken);

Completed in 40 milliseconds