Searched refs:_has_exception_handlers (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.hpp76 bool _has_exception_handlers; member in class:Compilation
129 bool has_exception_handlers() const { return _has_exception_handlers; }
153 void set_has_exception_handlers(bool f) { _has_exception_handlers = f; }
H A Dc1_Compilation.cpp494 , _has_exception_handlers(false)

Completed in 31 milliseconds