Searched refs:combine_exception_states (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.hpp239 // (This is done via combine_exception_states.)
248 combine_exception_states(ex_map, phi_map);
255 void combine_exception_states(SafePointNode* ex_map, SafePointNode* phi_map);
258 // in it (created by combine_exception_states), transform them now.
H A DgraphKit.cpp255 combine_exception_states(ex_map, e2);
323 //-----------------------combine_exception_states------------------------------
329 void GraphKit::combine_exception_states(SafePointNode* ex_map, SafePointNode* phi_map) { function in class:GraphKit

Completed in 47 milliseconds