Searched defs:is_catch_all (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/share/vm/ci/
H A DciExceptionHandler.hpp71 bool is_catch_all() { return catch_klass_index() == 0; } function in class:ciExceptionHandler
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp80 bool is_catch_all() const { return _desc->is_catch_all(); } function in class:XHandler

Completed in 31 milliseconds