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

/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp219 XHandlers* xhandlers = visitor.all_xhandler(); local
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp179 XHandlers* xhandlers() const { return _xhandlers; } function in class:IRScope
H A Dc1_Instruction.hpp518 void set_exception_handlers(XHandlers *xhandlers) { _exception_handlers = xhandlers; } argument
H A Dc1_GraphBuilder.cpp63 XHandlers* xhandlers() const { return scope()->xhandlers(); } function in class:VALUE_OBJ_CLASS_SPEC
744 XHandlers* GraphBuilder::ScopeData::xhandlers() const { function in class:GraphBuilder::ScopeData
[all...]
H A Dc1_LinearScan.cpp2016 XHandlers* xhandlers = visitor.all_xhandler(); local
2989 XHandlers* xhandlers = visitor.all_xhandler(); local
3663 XHandlers* xhandlers = visitor.all_xhandler(); local

Completed in 113 milliseconds