Searched defs:exception_handlers (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp442 XHandlers* handlers = info->exception_handlers();
536 void Compilation::add_exception_handlers_for_pco(int pco, XHandlers* exception_handlers) { argument
543 exception_info_list()->push(new ExceptionInfo(pco, exception_handlers));
H A Dc1_Compilation.hpp158 void add_exception_handlers_for_pco(int pco, XHandlers* exception_handlers);
290 ExceptionInfo(int pco, XHandlers* exception_handlers) argument
292 , _exception_handlers(exception_handlers)
296 XHandlers* exception_handlers() { return _exception_handlers; } function in class:ExceptionInfo
H A Dc1_IR.hpp264 CodeEmitInfo(ValueStack* stack, XHandlers* exception_handlers);
273 XHandlers* exception_handlers() const { return _exception_handlers; } function in class:CodeEmitInfo
H A Dc1_IR.cpp185 CodeEmitInfo::CodeEmitInfo(ValueStack* stack, XHandlers* exception_handlers) argument
190 , _exception_handlers(exception_handlers)
H A Dc1_Instruction.hpp421 XHandlers* exception_handlers() const { return _exception_handlers; } function in class:Instruction

Completed in 5699 milliseconds