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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp6489 bool has_xhandlers = false;
6500 has_xhandlers = true;
6624 if (has_xhandlers) {
H A Dc1_GraphBuilder.cpp220 bool has_xhandlers = xhandlers()->has_handlers(); local
238 if (has_xhandlers && GraphBuilder::can_trap(method(), s.cur_bc())) {

Completed in 261 milliseconds