Searched refs:is_catch_all (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciExceptionHandler.hpp71 bool is_catch_all() { return catch_klass_index() == 0; } function in class:ciExceptionHandler
76 return is_catch_all() || exc->is_subtype_of(catch_klass());
H A DciExceptionHandler.cpp39 assert(!is_catch_all(), "bad index");
H A DciStreams.hpp382 if (handler->is_catch_all()) {
H A DciTypeFlow.cpp1808 if (handler->is_catch_all()) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp80 bool is_catch_all() const { return _desc->is_catch_all(); } function in class:XHandler
H A Dc1_Compilation.cpp474 if (handler->is_catch_all()) {
H A Dc1_IR.cpp70 if (handler->is_catch_all()) {
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp483 if (handler->is_catch_all()) {
525 bool has_catch_all = exc_handler(num_exceptions() - 1)->is_catch_all();
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp402 if (handler->is_catch_all()) {
/openjdk7/hotspot/src/share/vm/opto/
H A DdoCall.cpp609 ciInstanceKlass* h_klass = h->is_catch_all() ? env()->Throwable_klass() : h->catch_klass();

Completed in 82 milliseconds