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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp1459 Goto* goto_callee = new Goto(continuation(), false);
1469 append_with_bci(goto_callee, scope_data()->continuation()->bci());
3804 Goto* goto_callee = new Goto(callee_start_block, false); local
3807 append_with_bci(goto_callee, 0);
3808 _block->set_end(goto_callee);

Completed in 57 milliseconds