Searched defs:throwing_op_id (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/c1/ |
H A D | c1_LinearScan.cpp | 1893 void LinearScan::resolve_exception_edge(XHandler* handler, int throwing_op_id, int reg_num, Phi* phi, MoveResolver &move_resolver) { argument 1921 Interval* from_interval = interval_at_op_id(from_value->operand()->vreg_number(), throwing_op_id); 1928 Interval* from_interval = interval_at_op_id(reg_num, throwing_op_id); 1939 void LinearScan::resolve_exception_edge(XHandler* handler, int throwing_op_id, MoveResolver &move_resolver) { argument 1940 TRACE_LINEAR_SCAN(4, tty->print_cr("resolving exception handler B%d: throwing_op_id=%d", handler->entry_block()->block_id(), throwing_op_id)); 1944 DEBUG_ONLY(handler->set_lir_op_id(throwing_op_id)); 1951 resolve_exception_edge(handler, throwing_op_id, r, NULL, move_resolver); 1956 resolve_exception_edge(handler, throwing_op_id, phi->operand()->vreg_number(), phi, move_resolver)
|
Completed in 51 milliseconds