Searched refs:xhandlers (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp180 XHandlers* xhandlers() const { return _xhandlers; } function in class:IRScope
H A Dc1_GraphBuilder.cpp60 XHandlers* xhandlers() const { return scope()->xhandlers(); } function in class:VALUE_OBJ_CLASS_SPEC
136 XHandlers* list = xhandlers();
184 XHandlers* list = xhandlers();
220 bool has_xhandlers = xhandlers()->has_handlers();
738 XHandlers* GraphBuilder::ScopeData::xhandlers() const { function in class:GraphBuilder::ScopeData
741 return scope()->xhandlers();
754 _has_handler = parent_has_handler || scope->xhandlers()->has_handlers();
827 XHandlers* handlers = new XHandlers(scope()->xhandlers());
2209 XHandlers* list = cur_scope_data->xhandlers();
[all...]
H A Dc1_GraphBuilder.hpp123 XHandlers* xhandlers() const;
H A Dc1_LinearScan.cpp1999 XHandlers* xhandlers = visitor.all_xhandler(); local
2000 int n = xhandlers->length();
2002 resolve_exception_edge(xhandlers->handler_at(k), op_id, move_resolver);
2954 XHandlers* xhandlers = visitor.all_xhandler(); local
2955 int n = xhandlers->length();
2957 XHandler* handler = xhandlers->handler_at(k);
3627 XHandlers* xhandlers = visitor.all_xhandler(); local
3628 n = xhandlers->length();
3630 process_xhandler(xhandlers->handler_at(k), input_state);
H A Dc1_Instruction.hpp453 void set_exception_handlers(XHandlers *xhandlers) { _exception_handlers = xhandlers; } argument
1681 int number_of_exception_states() { assert(is_set(exception_entry_flag), "only for xhandlers"); return _exception_states == NULL ? 0 : _exception_states->length(); }
1682 ValueStack* exception_state_at(int idx) const { assert(is_set(exception_entry_flag), "only for xhandlers"); return _exception_states->at(idx); }
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp220 XHandlers* xhandlers = visitor.all_xhandler(); local
221 int n = xhandlers->length();
223 allocate_exception_handler(xhandlers->handler_at(k));

Completed in 323 milliseconds