Home
last modified time | relevance | path

Searched refs:clear_exception_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dquick_exception_handler.h125 return clear_exception_; in GetClearException()
129 clear_exception_ = clear_exception; in SetClearException()
169 bool clear_exception_; variable
Dquick_exception_handler.cc61 clear_exception_(false), in QuickExceptionHandler()
255 if (!clear_exception_) { in FindCatch()