Searched refs:clear_exception_ (Results 1 – 3 of 3) sorted by relevance
77 clear_exception_ = clear_exception; in SetClearException()99 bool clear_exception_; variable
39 handler_dex_pc_(0), clear_exception_(false), handler_frame_depth_(kInvalidFrameDepth) { in QuickExceptionHandler()143 if (clear_exception_) { in FindCatch()
390 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