Searched defs:keep_exact_action (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.cpp992 bool keep_exact_action = true; local
993 kit.uncommon_trap(_reason, _action, NULL, "monomorphic vcall checkcast", false, keep_exact_action);
H A DgraphKit.hpp656 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.cpp1878 bool keep_exact_action) {
1909 if (!keep_exact_action &&
1875 uncommon_trap(int trap_request, ciKlass* klass, const char* comment, bool must_throw, bool keep_exact_action) argument

Completed in 53 milliseconds