Searched refs:exception_handler_ (Results 1 – 1 of 1) sorted by relevance
72 exception_handler_(exception_handler), in CatchBlockStackVisitor()78 exception_handler_->SetHandlerFrameDepth(GetFrameDepth()); in VisitFrame()83 exception_handler_->SetHandlerQuickFramePc(GetCurrentQuickFramePc()); in VisitFrame()84 exception_handler_->SetHandlerQuickFrame(GetCurrentQuickFrame()); in VisitFrame()85 exception_handler_->SetHandlerMethodHeader(GetCurrentOatQuickMethodHeader()); in VisitFrame()90 exception_handler_->SetHandlerDexPc(next_dex_pc); in VisitFrame()91 exception_handler_->SetHandlerMethod(next_art_method); in VisitFrame()95 DCHECK_EQ(0U, exception_handler_->GetHandlerDexPc()); in VisitFrame()96 DCHECK(nullptr == exception_handler_->GetHandlerMethod()); in VisitFrame()124 exception_handler_->SetClearException(clear_exception); in HandleTryItems()[all …]