Searched refs:exception_handler_ (Results 1 – 1 of 1) sorted by relevance
49 exception_handler_(exception_handler) { in CatchBlockStackVisitor()54 exception_handler_->SetHandlerFrameDepth(GetFrameDepth()); in VisitFrame()57 exception_handler_->SetHandlerQuickFramePc(GetCurrentQuickFramePc()); in VisitFrame()58 exception_handler_->SetHandlerQuickFrame(GetCurrentQuickFrame()); in VisitFrame()63 exception_handler_->SetHandlerDexPc(next_dex_pc); in VisitFrame()64 exception_handler_->SetHandlerMethod(next_art_method); in VisitFrame()68 DCHECK_EQ(0U, exception_handler_->GetHandlerDexPc()); in VisitFrame()69 DCHECK(nullptr == exception_handler_->GetHandlerMethod()); in VisitFrame()95 exception_handler_->SetClearException(clear_exception); in HandleTryItems()97 exception_handler_->SetHandlerMethod(method.Get()); in HandleTryItems()[all …]