Searched refs:has_exceptions (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
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
H A DgraphKit.cpp140 assert(!map()->has_exceptions(), "call add_exception_states_from 1st");
235 if (has_exceptions()) {
282 if (has_exceptions()) {
303 assert(!jvms->map()->has_exceptions(), "no exceptions on this map yet");
1764 if (has_exceptions()) {
H A Dcallnode.hpp424 bool has_exceptions() const { return next_exception() != NULL; } function in class:SafePointNode
H A Dparse1.cpp826 if (!kit.has_exceptions()) return; // nothing to generate
846 if (!has_exceptions()) return;
H A Dparse2.cpp1377 assert(!has_exceptions(), "bytecode entry state must be clear of throws");
H A Dcompile.cpp763 if (kit.has_exceptions()) {
/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)) {

Completed in 137 milliseconds