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

/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp2317 bool has_exceptions = exceptions->length() > 0; local
2327 if (has_exceptions && can_trap(str)) {
2357 assert(!has_exceptions || exceptions_used, "Not removing exceptions");
2367 if (has_exceptions && can_trap(str)) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp424 bool has_exceptions() const { return next_exception() != NULL; } function in class:SafePointNode
H A DgraphKit.hpp82 assert(!has_exceptions(), "user must call transfer_exceptions_into_jvms");
135 bool has_exceptions() const { return _exceptions != NULL; } function in class:GraphKit

Completed in 47 milliseconds