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

/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp700 int BlockBegin::add_exception_state(ValueStack* state) { function in class:BlockBegin
H A Dc1_Instruction.hpp1772 int add_exception_state(ValueStack* state);
H A Dc1_GraphBuilder.cpp2430 int phi_operand = entry->add_exception_state(cur_state);
/openjdk10/hotspot/src/share/vm/opto/
H A DgraphKit.hpp231 void add_exception_state(SafePointNode* ex_map);
H A Dparse1.cpp954 _exits.add_exception_state(caller_ex_map);
1061 // See GraphKit::add_exception_state, which performs the commoning.
1109 _exits.add_exception_state(ex_map);
H A DgraphKit.cpp232 //--------------------------add_exception_state--------------------------------
234 void GraphKit::add_exception_state(SafePointNode* ex_map) { function in class:GraphKit
277 add_exception_state(ex_map);
610 add_exception_state(make_exception_state(ex_node));
2563 add_exception_state(make_exception_state(_gvn.transform(ex_oop)));
H A Dparse2.cpp2244 add_exception_state(make_exception_state(peek()));

Completed in 257 milliseconds