Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.h77 clear_exception_ = clear_exception; in SetClearException()
99 bool clear_exception_; variable
Dquick_exception_handler.cc39 handler_dex_pc_(0), clear_exception_(false), handler_frame_depth_(kInvalidFrameDepth) { in QuickExceptionHandler()
143 if (clear_exception_) { in FindCatch()
/art/runtime/interpreter/
Dinterpreter_common.cc390 catch_dex_pc_(DexFile::kDexNoIndex), clear_exception_(false) { in CatchLocationFinder()
415 &clear_exception_); in VisitFrame()
435 return clear_exception_; in NeedClearException()
444 bool clear_exception_; member in art::interpreter::CatchLocationFinder