Searched refs:add_exception_state (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp227 //--------------------------add_exception_state--------------------------------
229 void GraphKit::add_exception_state(SafePointNode* ex_map) { function in class:GraphKit
272 add_exception_state(ex_map);
600 add_exception_state(make_exception_state(ex_node));
2279 add_exception_state(make_exception_state(_gvn.transform(ex_oop)));
H A DgraphKit.hpp240 void add_exception_state(SafePointNode* ex_map);
H A Dparse1.cpp892 _exits.add_exception_state(caller_ex_map);
946 // See GraphKit::add_exception_state, which performs the commoning.
991 _exits.add_exception_state(ex_map);
H A Dparse2.cpp2194 add_exception_state(make_exception_state(peek()));
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp684 int BlockBegin::add_exception_state(ValueStack* state) { function in class:BlockBegin
H A Dc1_Instruction.hpp1683 int add_exception_state(ValueStack* state);
H A Dc1_GraphBuilder.cpp2251 int phi_operand = entry->add_exception_state(cur_state);

Completed in 79 milliseconds