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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.hpp278 // and branch to an uncommon_trap if it is true (with the specified reason and must_throw)
280 bool must_throw) ;
288 // If must_throw is true, the call is guaranteed not to return normally.
290 bool must_throw = false);
625 bool must_throw = false, bool separate_io_proj = false);
653 // Optional must_throw is the same as with add_safepoint_edges.
656 bool must_throw = false, bool keep_exact_action = false);
662 bool must_throw = false, bool keep_exact_action = false) {
664 klass, reason_string, must_throw, keep_exact_action); local
H A DgraphKit.cpp484 bool must_throw) {
507 (ciKlass*)NULL, (char*)NULL, must_throw);
514 bool must_throw = true; local
518 uncommon_trap_if_should_post_on_exceptions(reason, must_throw);
625 // "must_throw" prunes the JVM state to include only the stack, if there
630 uncommon_trap(reason, action, (ciKlass*)NULL, (char*)NULL, must_throw);
828 void GraphKit::add_safepoint_edges(SafePointNode* call, bool must_throw) { argument
855 if (must_throw) {
1648 void GraphKit::set_edges_for_java_call(CallJavaNode* call, bool must_throw, bool separate_io_proj) { argument
1657 add_safepoint_edges(call, must_throw);
483 uncommon_trap_if_should_post_on_exceptions(Deoptimization::DeoptReason reason, bool must_throw) argument
1875 uncommon_trap(int trap_request, ciKlass* klass, const char* comment, bool must_throw, bool keep_exact_action) argument
[all...]

Completed in 42 milliseconds