Searched refs:use_exception_state (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DdoCall.cpp724 ex_node = use_exception_state(ex_map);
H A DgraphKit.hpp260 Node* use_exception_state(SafePointNode* ex_map);
H A Dparse1.cpp829 Node* ex_oop = kit.use_exception_state(ex_map);
957 Node* ex_oop = kit.use_exception_state(ex_map);
H A DgraphKit.cpp141 assert(!is_hidden_merge(control()), "call use_exception_state, not set_map");
328 // regions do not appear except in this function, and in use_exception_state.
432 //--------------------------use_exception_state--------------------------------
433 Node* GraphKit::use_exception_state(SafePointNode* phi_map) { function in class:GraphKit
1816 Node* ex_oop = ekit.use_exception_state(ex_map);

Completed in 60 milliseconds