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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp972 x->set_exception_handlers(new XHandlers(x->exception_handlers()));
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp1109 x->set_exception_handlers(new XHandlers(x->exception_handlers()));
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp453 void set_exception_handlers(XHandlers *xhandlers) { _exception_handlers = xhandlers; } function in class:Instruction
H A Dc1_GraphBuilder.cpp2149 i1->set_exception_handlers(handle_exception(i1));

Completed in 885 milliseconds