Searched refs:exception_handler_ (Results 1 – 1 of 1) sorted by relevance
74 exception_handler_(exception_handler), in CatchBlockStackVisitor()80 exception_handler_->SetHandlerFrameDepth(GetFrameDepth()); in VisitFrame()85 exception_handler_->SetHandlerQuickFramePc(GetCurrentQuickFramePc()); in VisitFrame()86 exception_handler_->SetHandlerQuickFrame(GetCurrentQuickFrame()); in VisitFrame()113 exception_handler_->SetClearException(clear_exception); in HandleTryItems()115 exception_handler_->SetHandlerDexPc(found_dex_pc); in HandleTryItems()116 exception_handler_->SetHandlerQuickFramePc( in HandleTryItems()119 exception_handler_->SetHandlerQuickFrame(GetCurrentQuickFrame()); in HandleTryItems()120 exception_handler_->SetHandlerMethodHeader(GetCurrentOatQuickMethodHeader()); in HandleTryItems()139 QuickExceptionHandler* const exception_handler_; member in art::CatchBlockStackVisitor[all …]