Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.h118 return clear_exception_; in GetClearException()
122 clear_exception_ = clear_exception; in SetClearException()
162 bool clear_exception_; variable
Dquick_exception_handler.cc57 clear_exception_(false), in QuickExceptionHandler()
249 if (!clear_exception_) { in FindCatch()