Searched refs:has_exception_handler (Results 1 - 5 of 5) sorted by relevance

/openjdk10/hotspot/src/share/vm/oops/
H A DconstMethod.cpp203 assert(has_exception_handler(), "called only if table is present");
221 if (has_exception_handler()) {
333 return has_exception_handler() ? *(exception_table_length_addr()) : 0;
518 if (has_exception_handler()) {
530 } else if (has_exception_handler()) {
H A DconstMethod.hpp261 bool has_exception_handler() const function in class:ConstMethod
H A Dmethod.hpp310 bool has_exception_handler() const function in class:Method
311 { return constMethod()->has_exception_handler(); }
1129 if (m->has_exception_handler()) {
H A DgenerateOopMap.cpp2083 _has_exceptions = (method()->has_exception_handler());
/openjdk10/hotspot/src/share/vm/compiler/
H A DcompileTask.cpp216 bool has_exception_handler = false; local
220 has_exception_handler = method->has_exception_handler();
226 const char exception_char = has_exception_handler ? '!' : ' ';

Completed in 117 milliseconds