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

/openjdk9/hotspot/src/share/vm/opto/
H A DdoCall.cpp765 Node *ex_oop = _gvn.transform(new CreateExNode(extypes->at(i), ctrl, i_o)); local
925 Node* ex_oop = _gvn.transform(new CheckCastPPNode(control(), ex_node, tinst)); local
H A Dparse1.cpp885 Node* ex_oop = kit.use_exception_state(ex_map); local
949 Node* ex_oop = saved_ex_oop(ex_map); local
1070 Node* ex_oop = kit.use_exception_state(ex_map); local
H A DgraphKit.hpp200 void push_ex_oop(Node* ex_oop) { argument
H A Dcallnode.hpp178 TailJumpNode( Node *cntrl, Node *i_o, Node *memory, Node *frameptr, Node *target, Node *ex_oop) argument
H A DgraphKit.cpp189 void GraphKit::set_saved_ex_oop(SafePointNode* ex_map, Node* ex_oop) { argument
197 Node* ex_oop = ex_map->in(ex_map->req()-1); local
224 SafePointNode* GraphKit::make_exception_state(Node* ex_oop) { argument
247 Node* ex_oop local
445 Node* ex_oop = clear_saved_ex_oop(phi_map); local
1883 Node* ex_oop = ekit.use_exception_state(ex_map); local
2514 Node* ex_oop = new CreateExNode(ex_type, control(), i_o); local
[all...]

Completed in 119 milliseconds