Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.h114 return clear_exception_; in GetClearException()
118 clear_exception_ = clear_exception; in SetClearException()
156 bool clear_exception_; variable
Dquick_exception_handler.cc59 clear_exception_(false), in QuickExceptionHandler()
201 if (!clear_exception_) { in FindCatch()