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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.hpp168 static void verify_exception_state(SafePointNode* ex_map);
222 debug_only(verify_exception_state(ex_map));
229 debug_only(verify_exception_state(ex_map));
H A DgraphKit.cpp144 void GraphKit::verify_exception_state(SafePointNode* ex_map) { function in class:GraphKit
187 debug_only(verify_exception_state(ex_map));
234 verify_exception_state(ex_map);

Completed in 47 milliseconds