Searched refs:has_exception_handlers (Results 1 - 12 of 12) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodBlocks.cpp269 if (meth->has_exception_handlers()) {
313 if (meth->has_exception_handlers()) {
H A DciMethod.hpp159 bool has_exception_handlers() const { check_is_loaded(); return _handler_count > 0; } function in class:ciMethod
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.hpp129 bool has_exception_handlers() const { return _has_exception_handlers; } function in class:Compilation
H A Dc1_Compilation.cpp323 if (method()->has_exception_handlers()) {
H A Dc1_LinearScan.cpp2953 if (compilation()->has_exception_handlers()) {
3055 if (compilation()->has_exception_handlers()) {
H A Dc1_GraphBuilder.cpp3643 if (callee->has_exception_handlers() &&
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp212 if (target->has_exception_handlers() || target->has_jsrs())
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse1.cpp470 if (log != NULL && method()->has_exception_handlers()) {
471 log->elem("observe that='has_exception_handlers'");
858 if (!method()->has_exception_handlers()) {
2116 if (method()->has_exception_handlers()) tty->print("!");
2139 if (method()->has_exception_handlers()) tty->print("!");
H A DdoCall.cpp705 assert(method()->has_exception_handlers(), "don't come here w/o work to do");
H A DgraphKit.cpp175 if (jvmsp->has_method() && jvmsp->method()->has_exception_handlers()) {
914 if (in_jvms->method()->has_exception_handlers()) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp219 if (allocator()->compilation()->has_exception_handlers()) {
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp438 const char exception_char = method->has_exception_handlers() ? '!' : ' ';

Completed in 2378 milliseconds