Lines Matching refs:exception_handler_
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()
126 exception_handler_->SetHandlerMethod(method); in HandleTryItems()
127 exception_handler_->SetHandlerDexPc(found_dex_pc); in HandleTryItems()
128 exception_handler_->SetHandlerQuickFramePc( in HandleTryItems()
131 exception_handler_->SetHandlerQuickFrame(GetCurrentQuickFrame()); in HandleTryItems()
132 exception_handler_->SetHandlerMethodHeader(GetCurrentOatQuickMethodHeader()); in HandleTryItems()
151 QuickExceptionHandler* const exception_handler_; member in art::CatchBlockStackVisitor
354 exception_handler_(exception_handler), in DeoptimizeStackVisitor()
376 exception_handler_->SetHandlerQuickFramePc(GetCurrentQuickFramePc()); in FinishStackWalk()
377 exception_handler_->SetHandlerQuickFrame(GetCurrentQuickFrame()); in FinishStackWalk()
378 exception_handler_->SetHandlerMethodHeader(GetCurrentOatQuickMethodHeader()); in FinishStackWalk()
388 exception_handler_->SetFullFragmentDone(true); in FinishStackWalk()
391 exception_handler_->SetHandlerQuickArg0(reinterpret_cast<uintptr_t>(callee_method_)); in FinishStackWalk()
396 exception_handler_->SetHandlerFrameDepth(GetFrameDepth()); in VisitFrame()
550 QuickExceptionHandler* const exception_handler_; member in art::DeoptimizeStackVisitor