Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.h76 clear_exception_ = clear_exception; in SetClearException()
98 bool clear_exception_; variable
Dquick_exception_handler.cc40 handler_dex_pc_(0), clear_exception_(false), handler_frame_depth_(kInvalidFrameDepth) { in QuickExceptionHandler()
142 if (clear_exception_) { in FindCatch()